/* LOGO */

a#logolink{
 z-index: 2;
}

#logolink *{background-color: transparent!important;}

h1#fond_logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 352px;
	height: 57px;
	margin: 0!important;
	padding: 0!important;
	text-align: center;
}
h1#fond_logo span#logo{
	display: block;
	width: 352px;
	height: 57px;
	margin: 5px 0 0 0;
}

/* DIV MENU */
div#menu{
	position: absolute;
	top: 70px;
	left: 19px;
	width: 332px;
	height: 15px;
	margin: 0!important;
	padding: 0!important;
	overflow: visible;
	z-index: 1;
}
/* H3 */
h3{
	color: white;
	text-decoration: none;
	font: bold small-caps 13px Arial, Helvetica, Geneva, sans-serif;
	margin: 0!important;
	padding: 0!important;
	cursor: pointer;
}
h3.intituler a{
	color: white;
	text-decoration: none;
	font: bold small-caps 13px Arial, Helvetica, Geneva, sans-serif;
	margin: 0!important;
	padding: 0!important;
	cursor: pointer;
}
h3.intituler a:hover{
	color: silver;
}
h3#menuAtitre{
	position: absolute;
	top: 0px;
	left: 25px;
}
h3#menuBtitre{
	position: absolute;
	top: 0px;
	left: 105px;
}
h3#menuCtitre{
	position: absolute;
	top: 0px;
	left: 180px;
}
h3#contact{
	position: absolute;
	top: 0px;
	right: 25px;
}
/* UL MENU LI MENU */
ul.menu{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
}

li.menu{
	list-style-type: none;
	text-align: center;
	margin-bottom:2px;
}
li.menu a{
	color: white;
	text-decoration: none;
	font: bold small-caps 10px/15px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 140px;
	height: 15px;
	margin: 0!important;
	padding: 0!important;


}
li a:hover{
	color: silver;
}
/* UL MENU */
ul#menuA{
	left: 0;
}
ul#menuB{
	left: 50px;
}
ul#menuC{
	left: 129px;
}
