/*  

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;
}

/* -- menuh1 -- */

#menuh1 .menu_h a {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
#menuh1 .menu_h .separateur {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	color: #FEFF00;
	text-decoration: none;
}
#menuh1 .menu_h a:hover, #menuh1 .menu_h a:hover.actif {
	color: #323033;
	text-decoration: underline;
}
#menuh1 .menu_h a.actif {
	color: #323033;
}

/* -- menuh2 -- */

#menuh2 .menu_h a {
	display: block;
	float: left;
	height: 34px;
	text-indent: -9000px;
}
#menuh2 .menu_h a.page_Act {
	width: 148px;
	background: url(../../../images/menu_actus.png) no-repeat;
}
#menuh2 .menu_h a.page_Act:hover {
	background: url(../../../images/menu_actushover.png) no-repeat;	
}
#menuh2 .menu_h a.page_Cul {
	width: 148px;
	background: url(../../../images/menu_culture.png) no-repeat;
}
#menuh2 .menu_h a.page_Cul:hover {
	background: url(../../../images/menu_culturehover.png) no-repeat;	
}
#menuh2 .menu_h a.page_Spo {
	width: 148px;
	background: url(../../../images/menu_sport.png) no-repeat;
}
#menuh2 .menu_h a.page_Spo:hover {
	background: url(../../../images/menu_sporthover.png) no-repeat;	
}
#menuh2 .menu_h a.page_Wat {
	width: 148px;
	background: url(../../../images/menu_watch.png) no-repeat;
}
#menuh2 .menu_h a.page_Wat:hover {
	background: url(../../../images/menu_watchhover.png) no-repeat;	
}
#menuh2 .menu_h a.page_Liv {
	width: 88px;
	background: url(../../../images/menu_live.png) no-repeat;
}
#menuh2 .menu_h a.page_Liv:hover {
	background: url(../../../images/menu_livehover.png) no-repeat;	
}

#menuh2 .menu_h .separateur {
	display: block;
	float: left;
}





/* -- 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 {
	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);
}


