body { 
	margin: 0;
	background-color: white;
}

#main { 
	position: relative; 
	width: 100%; 
	height: 768px; 	
}

#head-back { 
	background: url(../images/head-back.jpg);
	background-repeat:repeat-x;
	position: relative; 
	width: 100%; 
	height: 442px; 
}

#head { 
	background: url(../images/head.jpg);
	background-position: bottom;
	background-position-x:center;
	background-repeat: no-repeat;
	position: relative; 
	width: 100%; 
	height: 183px; 
}

#menu {
    position: absolute;
    left: 16px;
    top: 23px;
}

#maincontainer { 
	width: 100%;
	height: 250px;
	vertical-align: middle;
}

#content { 
	position: relative;
	margin-top: 35px;
	text-align: right;
	width: 50%;
	height: 235px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
    background-color: #9D080D;
    float:left;
	vertical-align: middle;
}

#adresse { 
	position: relative; 
	float:left;
	margin-top: 35px;
	width: 100%; 
	text-align: center;
}

#foot {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 2px; 
    border-top: solid 1px gray;
}

