/* CSS Document */
.CentreAgence{
	position:absolute;
	top:200px;
	left:250px;
	width:700px;
}
.CentreGauche{
	float:left;
	width:300px;
}
.TitreGauche{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px;
	font-weight: bold;
	background-color: #000000;
}
.DescGauche{
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}

.CentreDroit{
	float:left;
	width:300px;
	margin-left:15px;
}
.TitreDroit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px;
	font-weight: bold;
	background-color: #000000;
}

.DescDroit{
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}
#MenuAgence {
	background-color : #7E7E7E;
	position : absolute;
	left : 80px;
	top : 184px;
	height : auto;
	width : 130px;
	font-family : Arial, Helvetica, sans-serif;
	border : 0px solid #ff6600;
  }
#ConceptAgence {
	color : #000000;
	font-size : 12px;
	font-weight : normal;
	height : 503px;
	left: 220px;
	top: 170px;
	padding-top : 0px;
	padding-right : 15px;
	padding-left : 0px;
	width: 230px;
	position: absolute;
	text-align: justify;
	overflow: auto;
  }
