/* force "layout" for menu items */
/* hack IE */
/*ul, li, li a {box-sizing:content-box; vertical-align:bottom;}*/

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #bcbcbc;
}

img{
	border:0;
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#e7c90f;
}

a img {/*width:1px; height:1px;*/ border-width:0px;}

a.menu_bouton {
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url(images/spacer.gif); /*bug IE*/
	display:block;
	float:left;
	text-indent:-10000px;
	height:16px;
}
* html a.menu_bouton {
	line-height:16px;
}
a.menu_bouton:hover {
	background-position:0px -15px;
	background-repeat:no-repeat;
	display:inline;
}

a.menu_bouton_on {
	background-position:0px -15px;
}

a#menu_bouton_0 {
	background-image:url(images/menu_bouton_0.jpg);
	width:136px;
	height:17px;
}

a#menu_bouton_1 {
	background-image:url(images/menu_bouton_1.jpg);
	width:136px;
	height:17px;
}

a#menu_bouton_2 {
	background-image:url(images/menu_bouton_2.jpg);
	width:196px;
	height:17px;
}

a#menu_bouton_3 {
	background-image:url(images/menu_bouton_3.jpg);
	width:178px;
	height:17px;
}

a#menu_bouton_4 {
	background-image:url(images/menu_bouton_4.jpg);
	width:95px;
	height:17px;
}

div.container {
	width:100%;
/*	position:absolute;*/
	text-align:center;
}

div#menu {
	width:100%;
	text-align:center;
	padding:0px 0px 0px 20px;
	position:absolute;
	top:27px;
}

div.separateur_ligne {
	background-image:url(images/spacer.gif);
	height:10px;
	display:block;
	font-size:1px;
}
