@charset "UTF-8";
/* CSS Document */

body {
	background: #4B2313 url(images/fond-site.jpg) no-repeat center 0px;
	margin-top: 10px;
	color: #1a1b1b;
	font: 85%/135% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	color: #508e14;
}
a:visited, a:hover {
	text-decoration: underline;
}
.conteneur {
	text-align: center;
}
.centre {
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	text-align: left;
}
#header {
	width: 785px;
	height: 259px;
	clear: both;
}
#header-g {
	position: relative;
	background: url(images/logo.png) no-repeat left top;
	width: 130px;
	height: 259px;
	z-index: 2;
}
#header-d {
	float: right;
	background: url(images/header.jpg) no-repeat left top;
	width: 785px;
	height: 156px;
	left:  85px;
	top: 20px;
	z-index: 1;
	position: relative;
}
.contenu {
	background: url(images/transp.png) repeat left top;
	margin: -70px 0 0 87px;
	padding: 3px 10px 10px 10px;
	width: 750px;
	height: auto;
	border: thin solid white;
}
.contenu2 {
	background: url(images/transp.png) repeat left top;
	margin: 10px 0 0 87px;
	padding: 0 10px 10px 10px;
	width: 750px;
	height: auto;
	border: thin solid white;
}
.img-gauche {
	float: left;
	margin: 7px 10px 0 0;
	padding-right: 10px;
	width:170;
	height:131;
}
.texte-d {
	
}
.titre {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	color: #508e14;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
.img-tel {
	float: right;
	position: relative;
	top: -30px;
}
.footer {
	font-size: 9px;
	background: url(images/transp.png) repeat left top;
	margin: 10px 0 0 87px;
	padding: 3px 10px 5px 10px;
	width: 750px;
	
	border: thin solid white;
	text-align: center;
	display: block;
	float: none;
	clear: both;
	position: relative;
}

