/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Menu Horizontal
Thème : Gneiss
Créé le : 17/07/2007
*/

ul.menu_h, ul.menu_h li {
	list-style: none;
}

ul.menu_h li {
	display: inline;
}

/* -- menu -- */

#menu .menu_h {
	margin-left: 9px;
	float: left;	
}

#menu .page1 {
	background: #ff6c00 url('../../../../images/new/accueil_off.gif') no-repeat center;
	width:103px;
}

#menu .page2 {
	background: #ff6c00 url('../../../../images/new/atelier_off.gif') no-repeat center;
	width:194px;
}

#menu .page3 {
	background: #ff6c00 url('../../../../images/new/restauration_off.gif') no-repeat center;
	width:255px;
}

#menu .page4 {
	background: #ff6c00 url('../../../../images/new/concert_off.gif') no-repeat center;
	width:178px;	
}

#menu .page5 {
	background: #ff6c00 url('../../../../images/new/annonces_off.gif') no-repeat center;
	width:181px;		
}

#menu .page1:hover, #menu .page1.actif {
	background: #e64c14 url('../../../../images/new/accueil_on.gif') no-repeat center;
	width:103px;	
}

#menu .page2:hover, #menu .page2.actif {
	background: #e64c14 url('../../../../images/new/atelier_on.gif') no-repeat center;
	width:194px;
}

#menu .page3:hover, #menu .page3.actif {
	background: #e64c14 url('../../../../images/new/restauration_on.gif') no-repeat center;
	width:255px;	
}

#menu .page4:hover, #menu .page4.actif {
	background: #e64c14 url('../../../../images/new/concert_on.gif') no-repeat center;
	width:178px;	
}

#menu .page5:hover, #menu .page5.actif {
	background: #e64c14 url('../../../../images/new/annonces_on.gif') no-repeat center;
	width:181px;	
}

#menu .menu_h a, #menu .menu_h .separateur {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-indent: -900em;	
}

#menu .menu_h a:hover, #menu .menu_h a.actif {
	margin: 0px 2px 0px 0px;
}


