/*##############################################*/
/*############# STRUCTURE GENERALE #############*/
/*##############################################*/

* {
	margin: 0;
	padding: 0;
}


body {
	background-image:url(../images/fond.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#968065;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height:100%;	
}

a {
	color: #ffffff;
}

p {
  margin-bottom : 5px;
}


h1 {
	padding-bottom:10px;
}

div.page {
	position:relative;
	width:980px;
	margin: 0 auto;
	height:100%;
}

.clear {
	clear:both;
}

.gras {
	font-weight:bold;
}

.erreur {
	color:#FF0000 !important;
}

.hellip {
	color:#FFFFFF;
}

.mail_agence {
	color:#FFFFFF;
	text-decoration:none;
}

.mail_agence:hover {
	color:#FFFFFF;
	text-decoration:underline;

}

input.bouton_formulaire  {
	background:#9b8c7a;
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

input.mini_bouton_formulaire  {
	background:#9b8c7a;
	border:0;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	font-size:11px;
}

div#titre_page h1 {
	font-size:32px;
}

/*##############################################*/
/*############# FOOTER #########################*/
/*##############################################*/
#footer {
	position:relative;
	width:980px;
	height:50px;
	background-color:#0f0a06;
	margin:0 auto;
}

#footer div.informations {
	font-size:11px;
	color:#e6e3e2;
	position:absolute;
	left:40px;
	top:16px;
	width:930px;
}

#footer div.informations a {
	color:#e6e3e2;
	text-decoration:none;
}

#footer div.informations a:hover {
	text-decoration:underline;	
}

/*##############################################*/
/*############# ACCUEIL ########################*/
/*##############################################*/
#accueil #conteneur {
	background-image:url(../images/fond_accueil.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:630px;	
}

#accueil div.logo {
	position:absolute;
	top:42px;
	left:48px;
	width:350px;
	height:95px;
}

#accueil div.logo h1 {
	position:absolute;
	text-indent:-10000px;
	left:0;
	top:0;
	width:350px;
	height:77px;
	background-image:url(../images/logo_accueil.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

#accueil div.logo h2 {
	position:absolute;
	text-indent:-10000px;
	left:0;
	top:77px;	
	width:350px;
	height:18px;
	background-image:url(../images/baseline_accueil.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

#accueil div.formulaire_recherche {
	position:absolute;
	width:350px;
	height:250px;
	top:180px;
	left:96px;
}

#accueil div.formulaire_recherche label {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	width:130px;
	text-align:right;
	float:left;
	display:block;
	margin-right:10px;
	padding-bottom:12px;
}

#accueil div.formulaire_recherche select {
	width:155px;
	border:1px solid #6d6d6d;
	font-size:11px;
	color:#6d6d6d;
	height:18px;
}

#accueil div.formulaire_recherche a.bt_rechercher {
	position:absolute;
	top:80px;
	left:190px;
	width:103px;
	height:32px;
	display:block;
	text-indent:-10000px;
	background-image:url(../images/bt_rechercher_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;		
}

#accueil div.formulaire_recherche a.bt_rechercher:hover {
	background-image:url(../images/bt_rechercher_accueil_on.jpg);
}

#accueil a.bt_nos_biens {
	position:absolute;
	top:457px;
	left:480px;
	width:117px;
	height:44px;
	display:block;
	text-indent:-10000px;
	background-image:url(../images/bt_biens_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;		
}

#accueil a.bt_nos_biens:hover {
	background-image:url(../images/bt_biens_accueil_on.jpg);
}

#accueil a.bt_alertes {
	position:absolute;
	top:508px;
	left:480px;
	width:117px;
	height:44px;
	display:block;
	text-indent:-10000px;
	background-image:url(../images/bt_alertes_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;		
}

#accueil a.bt_alertes:hover {
	background-image:url(../images/bt_alertes_accueil_on.jpg);
}

#accueil div.formulaire_recherche a.bt_recherche_avancee {
	position:absolute;
	top:137px;
	left:93px;
	width:200px;
	height:11px;
	display:block;
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/bt_plus.gif);
	background-position:center left;
	background-repeat:no-repeat;		
}

#accueil div.formulaire_recherche a.bt_recherche_avancee:hover {
	text-decoration:underline;	
}

#accueil div.selection_biens {
	width:440px;
	height:180px;
	position:absolute;
	top:457px;
	left:38px;
}

#accueil div.selection_biens ul {
	padding:0;
	margin:0;
}

#accueil div.selection_biens ul li {
	position:relative;
	float:left;
	list-style-type:none;
	list-style-position:outside;
	margin-right:30px;
}

#accueil div.selection_biens div.photo img {
	position:relative;
	width:114px;
	height:92px;
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #d9d0c9;
}


#accueil div.selection_biens div.photo a {
	display:block;
	width:114px;
	height:92px;
}

#accueil div.selection_biens div.informations {
	position:relative;
	width:116px;
	background-image:url(../images/ombre_vignette_accueil.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:10px;
	margin-top:2px;			
}

#accueil div.selection_biens div.infos a {
	font-size:10px;
	color:#dbd6d1;
	font-weight:bold;
	text-decoration:none;
}

#accueil div.selection_biens div.infos a:hover {
	text-decoration:underline;
}

#accueil div.selection_biens div.tarif a {
	font-size:10px;
	color:#ba9e82;
	font-weight:bold;
	text-decoration:none;
}

#accueil div.selection_biens div.tarif a:hover {
	text-decoration:underline;
}

#accueil #footer{
	position:absolute;
	top:645px;
}

#accueil div.menu_programmes {
	position:absolute;
	width:192px;
	height:95px;
	top:457px;
	left:645px;
}

#accueil div.menu_programmes ul {
	position:relative;
	padding:0;
	margin:0;
}

#accueil div.menu_programmes ul li {
	list-style-position:outside;
	list-style-type:none;
}

#accueil div.menu_programmes ul li a {
	height:18px;
	background-image:url(../images/puce_blanche.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:16px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#e2ddd7;
}

#accueil div.menu_programmes ul li a:hover {
	text-decoration:underline;
}


#accueil div.menu_general {
	position:absolute;
	width:119px;
	height:95px;
	top:457px;
	left:861px;
}

#accueil div.menu_general ul {
	position:relative;
	padding:0;
	margin:0;
}

#accueil div.menu_general ul li {
	list-style-position:outside;
	list-style-type:none;
}

#accueil div.menu_general ul li a {
	height:18px;
	background-image:url(../images/puce_blanche.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:16px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#e2ddd7;
}

#accueil div.menu_general ul li a:hover {
	text-decoration:underline;
}

#accueil div.separation_menus_accueil {
	position:absolute;
	width:1px;
	height:90px;
	left:837px;
	top:457px;
	background-image:url(../images/separation_menus_accueil.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}

#accueil div.diaporama {
	position:absolute;
	width:245px;
	height:320px;
	top:79px;
	left:464px;
}


#accueil div.criteres_avances {
	position:absolute;
	top:165px;
}

#accueil div.pieces {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

#accueil div.choix {
	position:absolute;
	top:501px;
	left:480px;
	width:117px;
	height:52px;
	background:#d51500;
}

#accueil div.choix a {
	position:absolute;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	left:10px;
	top:0px;
	width:100px;
}

#accueil div.choix a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#accueil div.choix a.location {
	top:15px;
}

#accueil div.choix a.moins {
	position:absolute;
	left:104px;
	top:38px;
	width:11px;
	height:11px;
	background-image:url(../images/puce_moins.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-10000px;
}

/*##############################################*/
/*############# PAGE ###########################*/
/*##############################################*/
div#menu_haut {
	position:absolute;
	width:650px;
	height:40px;
	top:25px;
	right:25px;
}

div#menu_haut ul {
	position:relative;
	padding:0;
	margin:0;
}

div#menu_haut ul li {
	position:relative;
	float:right;
	height:30px;
	padding-left:15px;
	list-style-type:none;
	list-style-position:outside;
	padding-top:10px;
}

div#menu_haut ul li a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

div#menu_haut ul li a.alertes {
	width:50px;
	display:block;
	background-image:url(../images/icone_alertes.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
}

div#menu_haut ul li a.favoris {
	font-weight:normal;
	width:150px;
	display:block;
	background-image:url(../images/icone_favoris.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
}

div#menu_haut ul li a.ami {
	font-weight:normal;
	width:130px;
	display:block;
	background-image:url(../images/icone_favoris.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
}

div#menu_haut ul li a:hover {
	text-decoration:underline;
}

.deux_colonnes {
	background-image:url(../images/fond_page.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	background-color:#0f0a06;
	min-height:700px;
}

div.deux_colonnes #header {
	position:relative;
	height:110px;
}

div.deux_colonnes #header div.logo h1 {
	position:absolute;
	width:338px;
	height:58px;
	background-image:url(../images/logo_page.png);
	background-position:top left;
	background-repeat:no-repeat;
	left:37px;
	top:5px;
	text-indent:-10000px;
}

div.deux_colonnes #header div.logo h1 a {
	display:block;
	text-indent:-10000px;
	width:338px;
	height:58px;	
}

div.deux_colonnes #header div.logo h2 {
	position:absolute;
	text-indent:-10000px;
	left:20px;
	top:63px;	
	width:350px;
	height:18px;
	background-image:url(../images/baseline_accueil.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

div.colonne_gauche {
	position:relative;
	width:178px;
	float:left;
	padding-left:23px;
	padding-right:28px;
}

div.colonne_centre {
	position:relative;
	width:691px;
	float:left;
	padding-left:30px;	
	padding-right:30px;	
	padding-bottom:30px;	
}

div.bloc_menu_gauche {
	position:relative;
	padding-bottom:20px;
	
}

div.bloc_menu_gauche ul {
	position:relative;
	padding:0;
	margin:0;
}

div.bloc_menu_gauche ul li {
	position:relative;
	list-style-position:outside;
	list-style-type:none;
}

div.bloc_menu_gauche ul li a {
	height:18px;
	background-image:url(../images/puce_blanche.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:16px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#e2ddd7;
}

div.bloc_menu_gauche ul li a:hover {
	text-decoration:underline;
}	

div.colonne_gauche div.separation_menus_gauche {
	position:absolute;
	width:1px;
	height:188px;
	right:15px;
	top:0px;
	background-image:url(../images/separation_menus_gauche.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}

/*##############################################*/
/*############# DETAIL ANNONCE #################*/
/*##############################################*/
div.bloc_detail_annonce {
	position:relative;
}

div.bloc_detail_annonce h1 {
	font-size:24px;
	font-weight:bold;
}

div.bloc_detail_annonce h2.tarif {
	font-size:24px;
	font-weight:bold;
	padding-bottom:30px;
	text-align:right;
}

div.bloc_detail_annonce div.bloc_photos {
	position:relative;
	width:680px;
}

div.bloc_detail_annonce div.photo_principale {
	position:relative;
	width:320px;
	height:240px;
	float:left;
}

div.bloc_detail_annonce div.photo_principale img {
	border:1px solid #FFFFFF;
	width:320px;
	height:240px;	
}

div.bloc_detail_annonce div.photo_principale div.ombre {
	width:322px;
	height:30px;
	background-image:url(../images/ombre_photo_principale.jpg);
	background-position:top left;
	background-repeat:repeat-x;		
}

div.bloc_detail_annonce div.bloc_vignettes {
	position:relative;
	width:280px;
	padding-left:40px;
	float:left;
}

div.bloc_detail_annonce div.bloc_vignettes div.vignette img {
	width:114px;
	height:92px;
}

div.bloc_detail_annonce div.bloc_vignettes ul {
	position:relative;
	padding:0;
	margin:0;
}

div.bloc_detail_annonce div.bloc_vignettes ul li {
	position:relative;
	list-style-type:none;
	list-style-position:outside;
	margin-right:30px;
	float:left;
	width:98px;
}

div.bloc_detail_annonce div.bloc_vignettes ul li div.vignette {
	position:relative;
	padding-bottom:10px;
}	

div.bloc_detail_annonce div.bloc_vignettes ul li img {
	border:1px solid #FFFFFF;
	
}

div.bloc_detail_annonce div.description {
	position:relative;
	font-size:16px;
	font-weight:normal;
	padding-bottom:35px;
	padding-top:55px;
} 

div.bloc_detail_annonce div.resume_infos {
	position:relative;
	font-size:14px;
	padding-bottom:30px;
}

div.bloc_detail_annonce div.resume_infos span {
	display:block;
}

div.bloc_detail_annonce div.infos,
div.bloc_detail_annonce div.formulaire_visite,
div.formulaire_alerte,
div#alerte_formulaire_desabonnement {
	position:relative;
	font-size:12px;
	padding:18px;
	border:1px solid #7b7770;
	margin-bottom:40px;
}

div.bloc_detail_annonce div.formulaire_visite {
	margin-bottom:20px;
}

div.bloc_detail_annonce div.infos ul {
	position:relative;
	padding:0;
	margin:0;
	float:left;
	width:640px;
	margin-right:10px;
}

div.bloc_detail_annonce div.infos ul li {
	position:relative;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	width:210px;
	line-height:17px;
}

div.bloc_detail_annonce div.formulaire_visite h1,
div.formulaire_alerte h1,
div#alerte_formulaire_desabonnement h1 {
	font-size:14px;
}

div.bloc_detail_annonce div.formulaire_visite h2 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:10px;
}

div.bloc_detail_annonce div.formulaire_visite form.formulaire {
	position:relative;
	border: 1px solid #1f1b18; /* pour corriger un bug IE7, espacement superflu !? */
}

div.bloc_detail_annonce div.formulaire_visite form.formulaire label,
div.formulaire_alerte label,
div#alerte_formulaire_desabonnement label {
	position:relative;
	float:left;
	width:118px;
	font-weight:bold;
}

div.formulaire_alerte label,
div#alerte_formulaire_desabonnement label {
	width:250px;
	font-size:12px;
	margin:0;
	padding:0;

}

div.bloc_detail_annonce div.formulaire_visite form.formulaire input.champ {
	position:relative;
	float:left;
	width:180px;
	margin-right:20px;
	border:1px solid #abadb3;
}

#alerte_formulaire_inscription_gauche div#ligne_pieces {
	clear:none;
	margin-top:3px;
}

div.formulaire_alerte input.champ_texte,
div.alerte_formulaire_inscription_gauche input.champ_texte,
div.formulaire_alerte select {
	position:relative;
	float:left;
	width:230px;
	margin-right:20px;
	border:1px solid #abadb3;
}

div.bloc_detail_annonce div.formulaire_visite form.formulaire textarea.champ {
	position:relative;
	width:500px;
}

div.bloc_detail_annonce div.formulaire_visite form.formulaire div.clear {
	padding-bottom:8px;
}


div.bloc_detail_annonce div.formulaire_visite div.bouton_envoyer {
	position:relative;
	float:left;
	width:103px;
	height:32px;
}

div.bloc_detail_annonce div.formulaire_visite div.bouton_envoyer a {
	position:relative;
	width:103px;
	height:32px;
	display:block;
	background-image:url(../images/bt_envoyer.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-indent:-10000px;	
}	

div.bloc_detail_annonce div.formulaire_visite div.bouton_envoyer a:hover {
	background-image:url(../images/bt_envoyer_on.jpg);
}

div.bloc_detail_annonce div.formulaire_visite div.champs_obligatoires,
div.formulaire_alerte div.champs_obligatoires,
div#alerte_formulaire_desabonnement div.champs_obligatoires {
	font-size:11px;
	color:#b3aea4;
	margin-top:20px;
}

div.bloc_detail_annonce div.boutons_actions {
	position:relative;
	height:50px;
}

div.bloc_detail_annonce div.boutons_actions a {
	text-decoration:underline;
	display:block;
	color:#c7c4bd;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

div.bloc_detail_annonce div.boutons_actions a:hover {
	text-decoration:underline;
}

div.bloc_detail_annonce div.boutons_actions a.retour {
	position:absolute;
	left:0;
	height:34px;
	width:200px;
	text-align:left;
	padding-top:15px;
	background:#9b8c7a;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
}

div.bloc_detail_annonce div.boutons_actions a.imprimer {
	position:absolute;
	right:0;
	height:34px;
	width:150px;	
	background-image:url(../images/icone_imprimer.jpg);
	background-position:center left;
	background-repeat:no-repeat;	
	text-align:left;
	padding-left:40px;
	padding-top:15px;
}

/*##############################################*/
/*############# LISTE ANNONCES #################*/
/*##############################################*/
div.bloc_liste_annonces {
	position:relative;
}

div.bloc_liste_annonces div.criteres {
	position:relative;
	width:652px;
	height:41px;
	background-image:url(../images/fond_bloc_criteres.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:15px;
}

div.bloc_liste_annonces div.criteres div.liste_criteres {
	position:relative;
	color:#5c4437;
	font-size:12px;
	font-weight:bold;
}

div.bloc_liste_annonces div.criteres div.liste_criteres div.ligne_criteres {
	padding-bottom:5px;
}

div.bloc_liste_annonces div.criteres div.ajout_alerte {
	position:absolute;
	width:225px;
	height:49px;
	right:13px;
	top:10px;
}

div.bloc_liste_annonces div.criteres div.ajout_alerte a.texte {
	position:absolute;
	width:161px;
	right:68px;
	top:5px;
	text-align:right;
	text-decoration:none;
	color:#3f3227;
	font-size:10px;
	font-weight:bold;	
}

div.bloc_liste_annonces div.criteres div.ajout_alerte a.texte:hover {
	text-decoration:underline;
}

div.bloc_liste_annonces div.criteres div.ajout_alerte a.icone {
	position:absolute;
	width:64px;
	height:49px;
	background-image:url(../images/icone_creer_alerte.gif);
	background-position:top left;
	background-repeat:no-repeat;
	right:0;
	display:block;
	text-indent:-10000px;
}

div.bloc_liste_annonces div.liste {
	position:relative;
	padding-top:30px;
}

div.bloc_liste_annonces div.liste ul {
	position:relative;
	padding:0;
	margin:0;
	width:682px;
}

div.bloc_liste_annonces div.liste ul li {
	list-style-type:none;
	list-style-position:outside;
	padding-bottom:13px;
	border-bottom:1px solid #9b8c7a;
	padding-top:30px;
	position:relative;
}

div.bloc_liste_annonces div.liste ul li h1 {
	font-size:18px;
	margin:0;
}

div.bloc_liste_annonces div.liste ul li h2 {
	font-size:14px;
	margin-bottom:18px;	
}

div.bloc_liste_annonces div.liste ul li div.tarif {
	position:absolute;
	top:0;
	right:0px;
	text-align:right;
	font-size:18px;
	top:30px;
}

div.bloc_liste_annonces div.liste ul li div.vignette {
	position:relative;
	float:left;
	width:114px;
	height:92px;	
}

div.bloc_liste_annonces div.liste ul li div.vignette img {
	border:0;
	border:1px solid #FFFFFF;	
	width:114px;
	height:92px;	
}

div.bloc_liste_annonces div.liste ul li div.descriptif {
	position:relative;
	float:left;
	width:550px;
	padding-left:15px;
}

div.bloc_liste_annonces div.liste ul li a.detail {
	position:absolute;
	right:0;
	width:133px;
	height:26px;
	background-color:#9b8c7a;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	text-decoration:none;
}

div.bloc_liste_annonces div.liste ul li a.detail:hover {
	text-decoration:underline;
}

div.bloc_liste_annonces div.liste ul li div.boutons {
	position:relative;
	height:34px;
}

div.bloc_liste_annonces div.pages {
	position:relative;
	text-align:center;
}

div.bloc_liste_annonces div.pages ul {
	position:relative;
	padding:0;
	margin:0;
}

div.bloc_liste_annonces div.pages ul li {
	position:relative;
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#de3701;	
}

div.bloc_liste_annonces div.pages ul li img {
	border:0;
}

div.bloc_liste_annonces div.pages ul li a {
	color:#FFFFFF;
	text-decoration:none;	
}

div.bloc_liste_annonces div.pages ul li a:hover {
	text-decoration:underline;	
}

div.bloc_liste_annonces div.paginateur {
	padding-bottom:20px;
	padding-top:20px;	
}

div.bloc_liste_annonces div.paginateur div.resultats {
	text-align:center;
}

div.bloc_liste_annonces div.paginateur div.pages {
	padding-bottom:20px;
	padding-top:20px;	
	text-align:center;
}

div.bloc_liste_annonces div#affichage_criteres h1 {
	font-size:32px;
}

div.paginateur div.pages a.page {
	font-size:12px;
}

div.paginateur div.pages a.page:hover {
	 text-decoration:none;	
}

div.paginateur ul li.numero_page {
	font-size:18px !important;		
}	

/*###################################################################*/
/*############# FORMULAIRE RECHERCHE COLONNE GAUCHE #################*/
/*###################################################################*/
div.colonne_gauche form.formulaireRecherche {
	position:relative;
	padding-top:10px;
}

div.colonne_gauche form.formulaireRecherche label {
	font-size:11px;
	font-weight:bold;
}

div.colonne_gauche form.formulaireRecherche select {
	width:170px;
	border:1px solid #6d6d6d;	
	margin-bottom:5px;	
	color:#6d6d6d;			
}

div.colonne_gauche form.formulaireRecherche input.champ_texte {
	width:165px;
	border:1px solid #6d6d6d;	
	margin-bottom:5px;
	color:#6d6d6d;		
}

div.colonne_gauche form.formulaireRecherche a.bt_rechercher {
	position:relative;
	margin-top:10px;
	width:103px;
	height:32px;
	display:block;
	text-indent:-10000px;
	background-image:url(../images/bt_rechercher_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;		
}

div.colonne_gauche form.formulaireRecherche a.bt_rechercher:hover {
	background-image:url(../images/bt_rechercher_accueil_on.jpg);
}

/*##############################################*/
/*############# AGENCE #########################*/
/*##############################################*/

div.photo_agence {
	padding-right:30px;
	padding-top:0;
	padding-bottom:30px;	
	float:left;
}

div.photo_agence img {
	border:1px solid #FFFFFF;
}

div.contenu_page {
	padding-top:20px;
}

div.contenu_page h1 {
	font-size:16px;
	padding-bottom:10px;;
}

div.contenu_page div.bloc_texte {
	padding-bottom:15px;	
}

#google_map {
	position:relative;
	width:600px;
	height:400px;
	overflow:auto;
	border:3px solid #da2d00;
}

#map {
	height:400px;
	width:100%;
}
