@charset "utf-8";
/* CSS Document */

html{
	background-color:#c47350;	
}

body{
	background-image:url(../images/plan-fd.jpg);
}

#header-gauche{
	position:relative;
	background-image:url(../images/plan-header-g.jpg);
	width:169px;
	height:407px;
}

#header-logo{
	position:relative;
	background-image:url(../images/plan-header-logo.jpg);
	width:814px;
	height:127px;
}

#header-sous-logo{
	position:relative;
	background-image:url(../images/plan-header.jpg);
	width:814px;
	height:247px;
}

#header-droite{
	position:relative;
	background-image:url(../images/plan-header-d.jpg);
	width:169px;
	height:407px;
	left:983px;
	top:-534px;
}

#entete{
	position:relative;
	background-image:url(../images/plan-entete.png);
	width:814px;
	height:94px;
	margin-left:auto;
	margin-right:auto;

}
#map {
        margin:0 auto;
}
#corps{
    height: auto;
}
#contact_form{
    padding-bottom: 15px;
}

#acces{
	position:relative;
	background-image:url(../images/plan-adresse.png);
	width:745px;
	height:151px;
	margin-left:auto;
	margin-right:auto;
}

#adresse{
	position:absolute;
	top:71px;
	left:150px;
	width:400px;
	height:50px;
	font-size:24px;
}

#telephone{
	position:absolute;
	top:105px;
	left:100px;
	width:400px;
	height:50px;
	font-size:24px;
}
	
