@import url(./styleListe.css);

div#liensAbonnements .lienAboRSS {
background : url(../images/rss.png) no-repeat;
}

div#article .entete  {
font-size:12px;
font-weight : bold;

}


div#article .reponse  {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  font-size:12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

div#article .question  {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  font-size:12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
	
div#article h4.rappelrangeedocs{
  position: absolute;
  font-size: 9px;
  top: 265px;
  margin-left: +5px;
  font-weight: normal;
  font-style: italic;
}


div#trier {

  text-align: left;
  display: inline;
  width: 160px;
}

div#trier a {
	margin-left: 4px;
	font-size: 14px;
	text-decoration:none;
	background : url(../images/triasc.png) no-repeat;

}

div#trier .triDESC {
	margin-left: 4px;
	font-size: 14px;
	text-decoration:none;
	background : url(../images/tridesc.png) no-repeat;

}

div#trier a.select {
	background : url(../images/triascselec.png) no-repeat;
}

div#trier a.selectDEFAUT {
	background : url(../images/tridescselec.png) no-repeat;
}


hr.trait{
  display:block;
  
  border-width:1px;
  height:1px;
  margin:0;
  padding:0;
}

