/*  

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

*/

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

.menu_h a:hover {
	color: #666;
	}


/* -- main -- */

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

#main .menu_h a, #main .menu_h .separateur {
	margin: 0 15px 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: #A3C7CB;
	border-bottom: 1px dotted #A3C7CB;
}

/* -- sidebar -- */

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

/* -- footer -- */

#footer .menu_h {
	font-size:1.2em;
	color:#707070;
	}

#footer .menu_h a{
	color:#707070;
	}

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

