﻿#img_gauche {
	width:194px;
	height:130px;
	background:url(images/point_vente_gauche.jpg) no-repeat;
	float:left;
}

#img_centre {
	width:760px;
	height:130px;
	background: url(images/point_vente_centre.jpg) no-repeat;
	float:left;
}

#img_centre2 {
	width:760px;
	height:130px;
	background: url(images/point_vente_centre2.jpg) no-repeat;
	float:left;
}

#img_centre h2 {
	display:none;
}

#img_centre2 h2 {
	display:none;
}

#contenu_gauche{
	float:left;
	width:180px;
	margin : 44px 66px 0 68px !important;
	margin : 44px 66px 0 34px;
	padding : 9px 8px;
	border-left : 6px solid  #f0e9ed;
	border-top : 1px solid  #dfdfdf;
	border-right : 2px solid  #f0e9ed;
	border-bottom : 1px solid  #f0e9ed;
	font-size : 85%;
}

#contenu_centre{
	float:left;
	width:614px;
	height:500px;
	margin : 44px 66px 0 214px !important;
	margin : 44px 66px 0 100px;
	/*border-left : 2px solid  #dadbd1;
	background-color:#f1e9e7;*/
	font-size : 90%;
}
#contenu_centre img{
	margin : 0 30px 0 0;
}
#contenu_centre select{
	margin : 5px 0 0 0;
	font-size : 90%;
	border: 1px solid #989898;
}
#contenu_centre option {
	font-size : 90%;
}

#contenu{
	float:left;
	padding:0 0 0 210px;
	font-size : 90%;
}
#contenu h3{
	color : #24a7cd;
	background: url(../../images/global/fond_departement.jpg) no-repeat left bottom;
	height:18px;
	padding: 0 0 5px 15px;
	margin : 35px 0 7px 0;
	text-align:top;
	font-size : 115%;
}
#contenu p{
	width: 500px;/*620px*/
	margin:0 0 0 15px;
	padding: 12px 0;
	font-size : 95%;
	font-weight:bold;
	border-bottom: 1px dotted #DDD;
}

#contenu div{
	width: 500px;/*620px*/
	margin:0;
	padding: 5px 0;
	font-size : 100%;
	font-weight:normal;
}

p#retour{
	text-align:right;
	border-bottom: 0px;
}
#retour a {
	color: #565656;
	text-decoration:none;
}

.imgleft {
	display:block;
	clear:left;
	margin:6px 12px 0 12px;
	padding:3px;
	border: 1px solid #CEB3B2;
	
}
.imgleft_bas {
	display:block;
	clear:left;
	margin:0 12px 5px 12px;
	padding:3px;
	border-right: 1px solid #CEB3B2;
	border-left: 1px solid #CEB3B2;
	border-bottom: 1px solid #CEB3B2;
	
}
.colonne1{
	width:40%;
	float:left;
}
.colonne2{
	width:55%;
	float:left;
}

#retour a:hover{
	text-decoration:underline;
}