/*  

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

Site web (CMS) : Menu Horizontal
Thème : Pink Lady
Créé le : 04/10/2006

*/

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 a {
	margin: 0 15px 0 0;
}

#menu .menu_h .separateur {
	margin: 0 15px 0 0;
}

#menu .menu_h a.actif {
	border-bottom: 1px dotted #FFFFFF;
}

/* -- main -- */

#main .menu_h {
	margin: 0 0 30px 0;
	color: #000000;
	text-align: right;
}

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

#main .menu_h .separateur {
	margin: 0 15px 0 0;
	font: bold 1.4em verdana, "Times New Roman", Times, serif;
	color: #000000;
}

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


/* -- sidebar -- */

#sidebar .menu_h {
	padding: 10px;
	color: #F27995;
}

#sidebar .menu_h a {
	margin: 0 3px 0 3px;
	color: #F27995;
	text-decoration: none;
}

#sidebar .menu_h a:hover, #sidebar .menu_h a.actif {
	color: #0068B4;
	border-bottom: 1px dotted #0068B4;
}