@charset "utf-8";

/*---------------------- Base ------------------------*/

.header ul{
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	width:809px;
	height:10px;
	padding:10px 0px 10px 0px;
}

.header ul li{
	position:relative;
	float:right;
	color:#d42926;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #d42926;
}

.header ul li.last{
	border-right: 0px solid #d42926;
	padding-right:0px;
}

.header a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.block{
	width:100%;
}

.blockDashed{
	position:relative;
	float:left;
	width:100%;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 20px 0px 20px 0px;
	margin-bottom:20px;
}

.blockDashed2{
	position:relative;
	float:left;
	width:100%;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 0px 20px 0px;
}

ul.referance{
	position:relative;
	float:left;
	width: 50%;
	height:124px;
	margin: 10px 0px 5px 0px;
}

ul.referance li{
	position:relative;
	float:left;
	width:200px;
	padding: 0px 0px 3px 0px;
}

ul.referance li.nom{
	font-weight:bold
}

ul.referance li.texte{
}

ul.referance li.lien{
}

ul.referance li.image{
	position:relative;
	float:left;
	height:120px;
	width:124px;
	margin-right:10px;
	border: 1px solid #d42926;
	overflow:hidden;
	cursor:pointer;
}

ul.referance li.imageContact{
	position:relative;
	float:left;
	height:105px;
	width:108px;
	margin-right:10px;
	border: 1px solid #d42926;
	overflow:hidden;
}

.contactBlock{
	color:#FFFFFF;
}

ul.contact{
	position:relative;
	float:left;
	width: 200px;
	margin: 10px 0px 5px 0px;
}

ul.contact li{
	position:relative;
	float:left;
	width:100%;
	padding: 0px 0px 3px 0px;
}

ul.contact li.nom2{
	font-weight:bold;
	color:#d42926;
}

.boxMap{
	position:relative;
	float:left;
	margin-top:10px;
	width:605px;
	height:300px;
	border: 2px solid #d42926;
	
}

#map{
	width:605px;
	height:300px;
}