#articlecomplet a{
color: 	#D86411
}
#articlecomplet a:hover{
color: 	#D78C00;
}
/********************************************Style communs (Nav superieure)******************************************/

#NavBase #menuObs > li:hover 
{
    background: #585659 !important;
}
#NavBase #menuObs .active
{
    background:#585659 !important;
    background-color:#585659 !important; 
}

#NavBase #menuObs > li:hover 
{
    background: #585659 !important;
    color:#ffffff;
}

/******************************** Titres et surtiotres des articles ***********************************/
#articleSurTitre{
    background: #585659 !important;
}

article.article  hgroup.titreActu h2{
    background: #585659 !important;
}



.articleobs  h3, .articleobs h3 a, .articleobsNext h3, .articleobsNext h3 a{
    color: #585659 !important;
}

.articleobs h3:hover, .articleobs h3 a:hover, .articleobsNext h3:hover, .articleobsNext h3 a:hover{
    color: #D78C00 !important;
}

.article > h3, .article > h3 > a{
    color: #585659 !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:#585659;
}

/************************  Separateur et autres joyeuseté graphiques ***************************/
.separator {
    border-top: 1px solid #585659;
}
.separator .blocSeparator {
    background-color: #585659;
}

.MediumajoutFavoris:hover
{
	color: #ffffff !important;
    background#585659;
 /* Old browsers */
    background: -moz-linear-gradient(top,  #585659 1%, #8c8c8c 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#585659), color-stop(100%,#8c8c8c));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #585659 1%,#8c8c8c 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #585659 1%,#8c8c8c 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,   #585659 1%,#8c8c8c 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,   #585659 1%,#8c8c8c 100%);

}
/***************************Commentaires****************************/
.getComment:hover  span
{
	color: #585659 !important;
}
/************************** Bloc TNO identique à la HP *********************/
/* Le bloc TNO n'ets plus visible dans cet obs ! donc on commente
#RemonteeTNO{overflow:hidden;height:150px;}
#RemonteeTNO .surTitre, #RemonteeTNO .sousTitre{font-size: 14px;}
#RemonteeTNO li{float:left;width:23%;border-bottom:none;padding-left:10px;
    list-style-image: url("/finc/structureportail/TN/homepage2013/images/puce.png");
    list-style-position: inside;
}
#RemonteeTNO li a{vertical-align:middle;display:inline-block;}
#RemonteeTNO .surTitre{margin-bottom:5px;width:100%;display:inline-block;}
#RemonteeTNO img{border:1px solid #353535;}
*/