/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Menu Horizontal
Thème : Phlox
Créé le : 15/03/2007
*/

ul.menu_h, ul.menu_h li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu_h li {
	display: inline;
}

.menu_h .separateur {
	padding: 0 3px 0 3px;
}

/* -- menu -- */
#menu .menu_h ul {
	display:block;
	width:114px;
	font-family:Myriad Pro;
	font-size:13px;
	}
#menu .menu_h li {
	display:inline;
	width:114px;
	text-align:center;
	}
#menu .menu_h a {
	display: block;
	float: left;
	width:114px;
	height: 44px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
	/*background: url(../../../images/background_menu_02.gif) no-repeat right center;*/
}
/*#menu .menu_h .separateur {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 15px 0 15px;
	}*/
	
#menu .menu_h a:hover {
	color: #003366;
	background: url(../../../images/bg_menu_over.png) no-repeat top center;
	
}

#menu .menu_h a.actif {
	color: #003366;
	background: url(../../../images/bg_menu_on.png) no-repeat top center;
}

/* -- main -- */

#main .menu_h {
	text-align: right;
	margin: 0 0 20px 0;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FF3200;
}

#main .menu_h a {
	margin: 0 5px;
	text-decoration: underline;
}

#main .menu_h a:hover {
	text-decoration: none;
}

#main .menu_h a.actif {
	color: #FF3200;
	font-weight: bold;
}

/* -- sidebar -- */

#sidebar .menu_h {
	margin: 0 0 20px 0;
}

/* -- footer -- */

#footer .menu_h {
	clear:both;
	margin: 0 0 5px 0;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	/*border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #C7C7C7;
	background: url(../../../images/background_footer.gif);*/
}

#footer .menu_h a {
	color:#06F;
	text-decoration:underline;
}

#footer .menu_h a:hover {
	color:#06F;
	text-decoration:none;
}
