/*  

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

Site web (CMS) : Menu Horizontal
Thème : Black Lagoon
Créé le : 22/11/2006

*/

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

ul.menu_h li {
	display: inline;
}

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

/* -- menu -- */

#menu .menu_h {
	color: #000;
	height: 34px;
}

#menu .menu_h a, #menu .menu_h .separateur {
	display: block;
	float: left;
	height: 34px;
	line-height: 30px;
	padding: 0 0 0 2px;
	text-align: center ;
	width:110px;

	color: #000;
	text-decoration: none;
	background: url(../../../images/background_menu.png) no-repeat center bottom;
}

#menu .menu_h a:hover, #menu .menu_h a.actif {
	color: #FFF;
	background: url(../../../images/background_menu_over.png) no-repeat center bottom;

}




/* -- main -- */

#main .menu_h {
	margin: 0 0 30px 0;
	color: #000000;
}


#main .menu_h a, #main .menu_h .separateur {
	margin: 0 10px 0 0;
	font: bold 2em "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

#main .menu_h a:hover, #main .menu_h a.actif {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

/* -- sidebar -- */

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