@charset "iso-8859-1";
/* AUTEUR: Denis Rousseau */
/* Date de création: 2001-10-24 */
/* Modifié 2005-04-11 */

#menu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(../images/ligne-menu.jpg) repeat-x 20px;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
}

#menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	margin: 0;
	padding: 0;
}

#menu.fr a {
	width: 93px;
}

#menu.en a {
	width: 125px;
}

#menu a.last {
	border-right: 1px solid #A8B090;
}

#menu li#active { background: url("../images/ligne-menuX36_Hover.jpg") repeat-x 20px; }
#menu a:hover { background: url("../images/ligne-menuX36_Hover.jpg") repeat-x 20px; }


/***** Top menu *****/

#top_menu {
	height: 45px;
	color: #0099CC;
}

#top_menu a {  	font-size: 11px; color: #0099CC; font-weight: bold; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none}
}
#top_menu  a:link {color: #0099CC; font-weight: bold; 	text-decoration: none}
#top_menu   a:visited {color: #0099CC; font-weight: bold; text-decoration: none}
#top_menu  a:hover {color: #009900; font-weight: bold; text-decoration: underline}




