@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #c4c1ba;
	scrollbar-face-color: #dfdeca; scrollbar-arrow-color: #333; 
	scrollbar-track-color: #827f77; scrollbar-3dlight-color: #9ca384; scrollbar-darkshadow-color: #ffffff;
}
#principal {
	position:relative;
	width:1000px;
	height:700px;
	z-index:1;
	margin: auto;
	background-color: #827f77;
	margin-top: 5px;
}
#bandeau {
	position:absolute;
	left:10px;
	top:10px;
	width:980px;
	height:135px;
	z-index:1;
}
#menu {
	position:absolute;
	left:15px;
	top:108px;
	width:961px;
	height:23px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#central {
	position:absolute;
	left:10px;
	top:150px;
	width:719px;
	height:520px;
	z-index:2;
	background-color: #e6dbd5;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666;
	padding: 10px;
	overflow: auto;
}
#central_contact {
	position:absolute;
	left:10px;
	top:150px;
	width:602px;
	height:520px;
	z-index:2;
	background-color: #e6dbd5;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666;
	padding: 10px;
	overflow: auto;
}
#droite {
	position:absolute;
	left:755px;
	top:150px;
	width:235px;
	height:540px;
	z-index:3;
	background-color: #c4c1ba;
	text-align: center;
}
#droite_contact {
	position:absolute;
	left:637px;
	top:150px;
	width:353px;
	height:540px;
	z-index:3;
	background-color: #c4c1ba;
	text-align: center;
}
#images {
	position:absolute;
	left:7px;
	top:162px;
	width:220px;
	height:210px;
	z-index:1;
}
#carte {
	position:absolute;
	left:4px;
	top:155px;
	width:343px;
	height:280px;
	z-index:1;
}
#coordonnees {
	position:absolute;
	left:7px;
	top:384px;
	width:222px;
	height:148px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#coordonnees_contact {
	position:absolute;
	left:0px;
	top:458px;
	width:350px;
	height:57px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:link {
	text-decoration: none;
	color: #F90;
}

