/*  

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

Site web (CMS) : Menu Horizontal
Créé le : 08/07/2006

*/

.menu_h .separateur {
/*	padding: 0 2px 0 2px;
*/}

/* -- top -- */

#top .menu_h a{
	text-decoration: underline;
	margin-right: 10px;
	color: white;
}

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


/* -- header -- */

#header .menu_h {
}

#header .menu_h a {
	color: #828900;
	text-decoration: none;
}

#header .menu_h a:hover {
	border-bottom: 1px dotted #FFFFFF;
}


#header .menu_h_blog a {
	color: #6D9BB3;
	text-decoration: none;
}

#header .menu_h_blog a:hover {
	border-bottom: 1px dotted #FFFFFF;
}


/* -- container -- */

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

#container .menu_h a {
	margin: 0 5px 0 5px;
	text-decoration: none;
}

#container .menu_h a:hover, #container .menu_h a.actif {
	color: #0068B4;
}

/* -- sidebar -- */

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

#sidebar .menu_h a {
	font-weight: bold;
}

#sidebar .menu_h a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #0068B4;
}


/*-- footer --*/

#footer .menu_h{
	float:right;
	}

#footer .menu_h a{
	color: white;
	}
	
#footer .menu_h a:hover{
	text-decoration: underline;
}
