/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Menu Horizontal
Thème : Rhoeas
Créé le : 10/07/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 {
	float: right;
}

#menu .page1 {
	background:transparent url('../../../images/communication.png') no-repeat 0 1px;
	width:186px;
}

#menu .page2 {
	background:transparent url('../../../images/prestations.png') no-repeat 0 1px;
	width:180px;
}

#menu .page3 {
	background:transparent url('../../../images/galerie.png') no-repeat 0 1px;
	width:173px;
}

#menu .page4 {
	background:transparent url('../../../images/apropos.png') no-repeat 0 1px;
	width:240px;
}


#menu .page1:hover, #menu .page1.actif {
	background:transparent url('../../../images/communication_over.png') no-repeat 0 1px;
	width:186px;
}

#menu .page2:hover, #menu .page2.actif {
	background:transparent url('../../../images/prestations_over.png') no-repeat 0 1px;
	width:180px;
}

#menu .page3:hover, #menu .page3.actif {
	background:transparent url('../../../images/galerie_over.png') no-repeat 0 1px;
	width:173px;
}

#menu .page4:hover, #menu .page4.actif {
	background:transparent url('../../../images/apropos_over.png') no-repeat 0 1px;
	width:240px;
}

#menu .menu_h a, #menu .menu_h .separateur {
	line-height:109px;
	display: block;
	float: left;
	height: 109px;

	padding: 15px 10px 0 4px;
	color: #7a7a88;
	text-decoration: none;
	font-weight:normal;
	font-size:0.8em;
}

#menu .menu_h a:hover, #menu .menu_h a.actif {
	color: #3f3f59;
}

/* -- main -- */

#main .menu_h {
	text-align: right;
	margin: 0 0 20px 0;
}

#main .menu_h a {
	margin: 0 5px;
}

#main .menu_h a.actif {
	font-weight: bold;
}

/* -- sidebar -- */

#sidebar .menu_h {
	margin: 0 0 20px 0;
}

/* -- footer -- */

#footer .menu_h {
	margin: 0 0 5px 0;
}

