/* CSS Document */

/**************************************** menu horizontal **************************/
#menuH {
width: 100%;
position: absolute;
top:78px;
left:5px;
}


#menuH td{
width: 120px;
height: 46px;
margin: 0 ;
background-image:url("/fileadmin/template/images_template/fond_menu_haut_CD1.png");
background-repeat: no-repeat;
text-align: center;
font-size: 0.81em;
font-weight: bold;
vertical-align: middle;
padding: 0 1px 0 0;

}
#menuH  td a {
	color: #F3F4C6;
	text-decoration: none;
}

#menuH td.menu_actif{
width: 117px;
height: 46px;
margin: 0 ;
background-image:url("/fileadmin/template/images_template/fond_menu_haut_CD2.png");
background-repeat: no-repeat;
text-align: center;
font-size: 0.81em;
font-weight: bold;
vertical-align: middle;
/*padding: 0 0 3px 0;*/

}
#menuH td.menu_actif a  {
	color: #fff;
	text-decoration: none;
}
