

#conteneur {
	width:988px;
	overflow:hidden; /* à la place du clear:both */
	height:1%; /* à la place du clear:both */
	padding-left:10px;
	
	font-size:12px;
}

.col_left {	
	position:relative;
	float:left;
	width: 485px;
		margin-bottom: 40px;
}


.col_right {
	position:relative;
	float:right;
	width: 485px;
		margin-bottom: 40px;
}


/*trois colonnes */
.tricol_l, .tricol_m {
	float:left;
	width:316px;
	margin:0px 16px 40px 0px; 

}
.tricol_r {
	float:right;
	width:316px;
	margin:0px 5px 40px 0px; 

}
.tricol_m-r {
	float:left;
	width:632px;
	margin:0px 16px 40px 0px; 
}
		
	
	
#conteneur ul {
	margin: 0 0 0 3px;
	padding-left: 0;
}
	#conteneur ul li{
		padding-bottom: 8px;	
		padding-left: 15px;
		list-style-type: none;
		background: transparent url(dark_bluepuce.gif) no-repeat 0 4px;	
	}
	#conteneur ul.margintop { margin-top:15px;}	
		

h1 {
	position:absolute;
	left: -3000px;
	top: -3000px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	color:#004b8d;
	text-transform:uppercase;
	margin: 40px 0 30px 0;
}



h4 {
	font-size:16px;
	font-weight:bold;
	color:#01315c;
	margin:0px 0 10px 0px;
	
}

h5 {
	font-size:14px;
	font-weight:bold;
	color:#539229;
	margin:0px 0 10px 0px;
	
}

a {
	color:#01549e;
	text-decoration:none;
}
a:hover {
	color:#5e9836;
	text-decoration:underline;
}



/* box service */
.service {
	background-color:#FFF;
}

h3 {
	height: 26px;
	background-color: #73b249;
	border-top: 1px solid #FFF;
	margin:0;
	
	color: #FFF;
	font-size: 13px;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	line-height:26px;
}
	#conteneur .service ul li{
		background: transparent url(greenpuce.gif) no-repeat 0 4px;	
		margin-left: 12px;
	}
	#conteneur .service .contact ul li{background: transparent url(graypuce.gif) no-repeat 0 4px;	}


.contactop {
	background:#fff url(roundcornert.gif) no-repeat bottom left;
	width:461px;
	height:9px;
	margin:0 12px 0 12px;

}

.contact {
	background:#edf5e8 url(roundcornerb.gif) no-repeat bottom left;
	margin:0px 12px 5px 12px;
	padding:8px 8px 15px 8px;
}