/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff  url(../images/bg_body.gif) repeat-x;
	font-family: arial, verdana, tahoma;
	font-size: 12px;

	color: #888;
}




/******** Layout Elements ********/

#wrapper {
	width: 940px;
	background-image: url(../images/bg_wrapper_index.png);
	background-position: bottom left;
	margin: 0 auto;
}

#header {
	height: 90px;
	margin: 27px 0 10px 0;
	padding: 30px 0 0 30px;
}










#left {
margin: 0 0 18px 255px;
padding: 10px;
width: 640px;
border-left: 1px solid #e4c59e;
border-right: 1px solid #e4c59e;
border-top: 1px solid #e4c59e;
border-bottom: 1px solid #e4c59e;
height: 249px;
}


#left img{
float: left;
margin-right: 20px;
}

#adresse{

margin-top: 30px;
width: 200px;
padding-left: 460px;
}




#footer {
width: 940px;
margin: 0 auto;
clear: both;
text-align: right;
background-repeat: no-repeat;
}
#footer p {
padding-top: 20px;
padding-right: 20px;
font-size: 11px;
}
#footer a{
font-size: 9px;
color: #ddd;
text-decoration: none;
}
#footer a:hover{
color: #555;
text-decoration: none;
}

/******** Document Styles ********/

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
color: #C1A686;
margin-top: 15px;
}


a, a:active, a:visited {
color: #C1A686;
text-decoration: none;
}

a:hover {
color: #999;
text-decoration: none;
}




