
/********************************************Style communs (Nav superieure)******************************************/

#NavBase #menuObs > li:hover 
{
	background: #408A6F !important;
}
#NavBase #menuObs .active
{
	background:#408A6F !important;
	background-color:#408A6F !important; 
}

#NavBase #menuObs > li:hover 
{
	background: #408A6F !important;
	color:#ffffff;
}

/************* global **************/


/******************************** Titres et surtiotres des articles ***********************************/

#articleSurTitre{
	background: #408A6F !important;
}

article.article hgroup.titreActu h2{
	background: #408A6F !important;
}



.articleobs h3, .articleobs h3 a, .articleobsNext h3, .articleobsNext h3 a{
	color: #408A6F !important;
}

.articleobs h3:hover, .articleobs h3 a:hover, .articleobsNext h3:hover, .articleobsNext h3 a:hover{
	color: #D78C00 !important;
}

.article > h3, .article > h3 > a{
	color: #408A6F !important;
}

.article > h3:hover, .article > h3 > a:hover{
	color: #D78C00 !important;
}

article.article .blocActu hgroup.titreActu h3:hover, article.article .blocActu hgroup.titreActu h3 a:hover{
	color: #D78C00 !important;
}


#articlecontenu h2{
    color:#408A6F;
}

/************************  Separateur et autres joyeuseté graphiques ***************************/
.separator {
    border-top: 1px solid #408A6F;
}
.separator .blocSeparator {
    background-color: #408A6F;
}