/*------------------------- RECHERCHE BUREAU --------------------*/
#recherche_bureau{
	display:block;
	width:1100px; 
	overflow:hidden;	
	margin-top:30px;	
}

/*-------------------------VILLES-------------------------------*/
.villes{
	float: left;
	width: 200px;
	margin-left: 40px;
}

.villes img{
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top:20px;
	margin-bottom:5px;
}

.villes li{
	display:block;
	background-image: url(../images/general/puce_orange_lien.png);
	background-repeat: no-repeat;
	background-position: left top;
}
						
.villes li a {
	color:#666666;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration:none;
	vertical-align: middle;
	margin-left: 12px;
	display:block;
	
}

.villes li a:hover {
	color: #000000;
	text-decoration: underline;
}

.ville_active{
	color:#C73D0D;
	
}

.ville_active:hover {
	color:#C73D0D;
}

/*-------------------------CARTE---------------------------------*/

.carte{
	float: left;
	display:block;
	height:500px;
	width:500px;
	background-image: url(../images/carte_bureaux/carte_fond.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*-------------------------BUREAUX-------------------------------*/
.bureaux{
	float: left;
	width: 290px;
	min-height:530px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#666666;
	font-size:11px;
	line-height:14px;
	font-style: italic;
	text-decoration:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.bureaux_search_results{
	color:#555555;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	height:22px;
	display:block;
	line-height: 22px;
	vertical-align: middle;
	border: thin solid #999999;
	padding-left: 10px;
	margin-left: 15px;
}

.bureaux h1{
	font-size: 15px;
	color:#C73D0D;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 18px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/general/puce_orange_lien.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 15px;
}

.bureaux h1:hover {
	border-bottom-color: #C73D0D;
}

.bureaux h2{
	font-size: 11px;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 3px;	
}

.bureaux_details{
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-weight: normal;
	text-align:left;
}

.bureaux ul {
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-weight: normal;
	text-align:left;
}

.bureaux li{
	display:block;
	background-image: url(../images/general/puce_orange_lien.png);
	background-repeat: no-repeat;
	background-position: left top;
}
					
.bureaux li a {
	color:#C73D0D;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration:none;
	vertical-align: middle;
	margin-left: 15px;
	margin_top:5px;
	display:block;	
}

.bureaux li a:hover {
	text-decoration: underline;
}
