/* top elements */
* { margin: 0;	padding: 0; outline: 0; }

html, body {
	width: 100%;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #043622;
	background-color: #021305;
}



/* links */
a:link, a:visited {
	color: #043622; 
	text-decoration: none;
}
a:hover {
	color: #8ac604;
	text-decoration: underline;
}

ul{
	margin-left: 15px;
}
li{
	margin: 5px 0 5px;
}



/* headers */
h1 {
}
h2 {
	font-size: 130%;	
	text-transform: uppercase;	
	padding:0;
	margin-bottom: 10px;
}
h3 {
	font-size: 125%;
	text-decoration: underline;
	color: #003366;	
	padding: 0;
	margin: 10px;
}
p {
	padding: 0;
	margin-top: 20px;
	line-height: 20px;	
}
.evidence {
	font-weight: bold;
	font-size: 14px;
}


#contener {
	width: 1000px;
	margin:0 auto 0 auto;
}

#head {
	height: 463px;
	padding: 20px;
	background: url(../images/header_back.jpg) bottom no-repeat;
	background-color: #032b1b;
}

#menu {
	float: right;
	background-color: red;
	margin-right: 2px;
	height: 42px;

}
#menu img {
	border:0;
	margin:-2px;
	padding:0;
}
#menu ul {
	margin:0;
	padding:0;
   	list-style:none;
	display:list-item;
}
#menu li {
	display: inline;
	margin:0;
	padding: 0;
}


/* Partie centre */

#main {
	background: url(../images/main_back.jpg) bottom no-repeat;
	background-color: #d9d9d9;
	min-height: 650px;
	overflow: hidden;
}

#left {
	width: 210px;
	float: left;
	padding-left: 50px;
	padding-top: 30px;
}

#left .coordonnees {
	font-weight: bold;
	line-height: 20px;
	color: #00492c;
	margin-top: 50px;
}
#left .listing {
	background: url(../images/bloc_gauche_back.png);
	width : 170px;
	height: 255px;
	margin-top: 30px;
	padding: 10px;
	color: #043622;
}
#left .listing ul{
	margin:0;
	margin-left: 5px;

}
#left .listing li{
	margin:0;
	padding: 6px 0 7px;
	list-style: square;
	list-style-position: inside;
}


#right {
	float: left;
	width: 740px;
}
#right a:link, #right a:visited{
	color: #8ac604;
	text-decoration: underline;
}
#right a:hover{
	color: #043622;
	text-decoration: none;
}
#right .center {
	background: url(../images/center_back.png) repeat-y;
	padding: 30px 70px 20px 60px;
	text-align: justify;
	overflow: hidden;
}
#right .footer {
	height: 30px;
	background: url(../images/center_foot.jpg) no-repeat;
}
#right .dessous {
	color: #fff;
	background: url(../images/desous.jpg) no-repeat;
	background-position: 11px bottom ;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
#right .dessousContenu {
	margin-left: 16px;
	width: 675px;
	background-color: #00492c;
	padding: 12px;
	overflow: hidden;
}
#right .dessousContenu img{
	float: left;
	border: 5px #fff solid ;
	margin: 0 12px 15px 12px;
}
#right .dessousContenu a:hover {
	color: #fff; 
	text-decoration: none;
}

.service{
	background-color: #e3f2d7;
	padding: 15px;
	padding-bottom: 0;
	margin: 20px 0 0 10px;
	overflow: hidden;
}
.service .galImg{
	margin-top: 10px;
	margin-left: 59px;
	background-color: red;
}
.service img {
	float: left;
	margin: 10px 10px 0 10px;
	border: 5px solid #00492c;
}
.service .desc{
	width: 360px;
	float: left;
}
.service p {
	margin-top:0;
	margin-bottom: 10px;
}
.service .top{
	clear: both;
	float: right;
	font-size: 9px;
}

.galerie{
	margin-top: 10px;
	margin-bottom: 25px;
	overflow: hidden;
}
.galerie img{
	margin-top: 10px;
	float: left;
	border: 2px solid #00492c;
	margin-right: 10px;
}



/* Footer */
#footer{
	background-color: #032b1b;
	margin-bottom: 20px;
	color: #fff;
	padding: 20px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}
#footer img {
	border: 0;
	margin-left: 2px;
}
#footer a:link, #footer a:visited {
	color: #fff;
}