body
{
	font-family:Arial;
	padding:0;
	margin:0;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#AED1D5;
}
#container
{
	margin:auto;
	width:980px;
}
#header
{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:103px;
	width:100%;
	float:left;
}
#header ul {
    margin-left: 523px;
    margin-top: 70px;
    position: absolute;
    width: 424px;
}

#header ul li {
    display: block;
    float: left;
    margin: 0;
    width: 120px;
	text-align:center;
}


#header ul li a {
	color: #000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
#header ul li a.current {
    background-image: url("../img/current.png");
    background-position: 10px 30px;
    background-repeat: no-repeat;
    color: #5EB1B1;
    overflow: visible;
    padding-bottom: 31px;
}
#header ul li a:hover {
	color:#5eb1b1;
}

/* Sub Level Nav */
#header ul li ul {
	margin: 13px 0 0 -120px;
	padding: 0 10px 0;
	position: relative;
}

#header ul li ul li {
	display: block;
	float: none;
	height: 30px;
	padding: 0;
	text-align: center;
	width: 340px;
	background: #EEEEEE;
	border: 1px solid #87C5C5;
}

#header ul li ul li a {
	text-decoration:none;
	font-weight:normal;
	color:#515151;
	font-size:14px;
}
#header ul li ul li a:hover {
	color:white;
}

#header ul li ul li:hover {
	color:white;
	background: #87C5C5;
}

#header ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

/* Arrow */
.arrow {
	position:absolute;
	background-image:url(../img/top_sub_menu.png);
	background-repeat:no-repeat;
	height:15px;
	width:230px;
	margin-left:-155px;
	margin-top:-15px;
	z-index:9999;
	float:left;
}
#wrapper
{
	background-image:url(../img/wrapper.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:388px;
	width:100%;
	float:left;
}
#wrapper_contact
{
	background-image:url(../img/wrapper_contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:388px;
	width:100%;
	float:left;
}
#wrapper_gamme
{
	background-image:url(../img/wrapper_gamme.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:388px;
	width:100%;
	float:left;
}
/* fil d'ariane*/
#fil {
    color: #666666;
    font-size: 11px;
    margin-left: 109px;
    margin-top: 132px;
}
/* index page*/
#left0 {
    background-color: #000000;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin-left: -60px;
    margin-top: 95px;
    padding: 15px;
    width: 445px;
}
#left1
{
font-weight:bold;
	font-size:33px;
	width:auto;
	margin-top:260px;
	margin-left:145px;
	float:left;
}
/****************************************************/
#footer
{
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:114px;
	width:100%;
	float:left;
	font-weight:
}
#footer_menu {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-left: 157px;
    margin-top: 5px;
}

#footer_menu li {
	float:left; /*pour IE*/
	list-style:inside;
	color:#718788;
}
#footer_menu li:last-child {
	list-style:none;
	color:#718788;
}
#footer_menu li a {
	display:block;
	float:left;   
	width:auto;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
	margin-right:15px;
	color:#FFFFFF;
}
#footer_menu li a:hover ,#footer_menu li .current {
	color:#718788;
}

#copyright
{
	text-align:center;
	float:left;
	color:#718788;
	font-size:9px;
	margin-top:30px;
	width:980px;
}