/* CSS Document */

/* styles spcifiques
Rubrique ACTUALITE */

#header {
	background: url(../images/actualite.jpg) no-repeat;
}


/* Navigation secondaire */

#smenu a:hover { color: #ff6200; }

#smenu a.on  {
	color: #ff6200;
	font-weight: bold;
}

/* Titres et liens du contenu */

#right h2 {
	background: url(../images/h2.jpg) no-repeat center left;
	color: #ff6200;
}

#right h3 {
	background: url(../images/h3.jpg) no-repeat top left;
	color: #ff6200;
}
#right .showing h3 {
	background: #FFF url(../images/rub-actu/main-content-h3.png) no-repeat left top;
}
#right h3 a {
	color: #ff6200;
}


/* Titres PAGE ARTICLE */

#center h2 {
	background: url(../images/h3.jpg) no-repeat top left;
	color: #ff6200;
}

#center h5.info, #right h5.info {
	background: #FDFDFD url(../images/h5_info.jpg) no-repeat top left;
	color: #ff6200;
}

#right div p.doc {
	margin-left: 0;

}

strong.exergue, span.exergue {
	color: #ff6200;
}

#right #site-ref h3.site-ref {
	background: url(../images/h2_plus_info_actualite.jpg) no-repeat left center;
}

#right #tri {
	background-color: #EFEFEF; 
	border-top:1px dotted #A8A8A8;
	border-bottom:1px dotted #A8A8A8;
	padding:20px;
	margin-bottom: 20px }
	
#right #tri select {
		width: 180px;
}
	
#right #tri form#sort, #right #tri form fieldset, #right #tri form fieldset p {
	border:0;
	margin: 0;
}
