* {
	color:#574735;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7D7D7D;
}
body {
	height:100%;
	background-color:#d2eb8d;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin:0px;
	padding:0px;
}
select {
	color:#574735;
	border: 1px solid #666666;
}
select, option {
	color:#574735 !important;
	padding-left:1px;
}
ul{
	list-style:none;
}
textarea{
	border:1px solid #666666;
	padding-left:2px;
}
.rouge{
	margin:0px 5px 0px 2px;
	padding:3px 0px 3px 0px;
	color:red;
}
.alerte{
	color:green;
	text-align:center;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}
.red{
	color:red !important;
}
.asterisque{
	padding:20px 0px 0px 0px !important;
}
.separateur_ou{
	text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    Bandeau Haut   :: /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#haut{
	position:absolute;
	top:0px;
	left:50%;
	width:940px;
	height:122px;
	margin-left:-470px;
	background:url(/static/images/bandeau.jpg) no-repeat scroll left top;
}
#haut h1{
	padding:35px 0px 0px 127px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#7E1B6E;
}
#haut ul#menu{
	clear:both;
	margin:11px 0px 0px 20px;
}
#haut ul#menu li{
	float:left;
	margin-right:27px;
	display:inline;
	background: url(/static/images/puce_it_v.jpg) no-repeat scroll left center;
	padding-left:12px;
}
#haut ul#menu li a{
	font-size:10px;
	font-weight:bold;
	color:#7E1B6E;
}
#haut ul#menu li#selected{
	background: url(/static/images/puce_it_b.jpg) no-repeat scroll left center;
}
#haut ul#menu li#selected a{
	color:white;
}
#haut a#langue_uk{
	display:block;
	margin:31px 0px 0px 760px;
	background: url(/static/images/flag-uk.jpg) no-repeat scroll left center;
	padding-left:25px;
	font-size:10px;
	text-decoration:none;
}
#haut a#logo{
	position: absolute;
	top:0px;
	left:0px;
}
#haut  #fille{
	position:absolute;
	/*margin-left:860px;
	margin-top:-95px;*/
	left:860px;
	top:-1px;
}

#chemin{
	position:absolute;
	top:105px;
	left:50px;
	
	}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////::    Main, global et contenu   :://///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main{
	position:absolute;
	top:122px;
	left:50%;
	width:940px;
	margin-left:-470px;
	background: url(/static/images/main.jpg)  repeat-y scroll left top;

}
#main #contenu{
	float:left;
	width:665px;
	margin:0px !important;
	padding:0px !important;
}
#main #gauche{
	float:left;
	width:235px;

	padding:0px 0px 0px 15px;
}
#main .accueil{
	height:360px !important;
}

#main #contenu #droite{
	width:203px;
	float:right;
	display:inline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////::    Partie droite - Espace Perso   :: ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#droite h2{
	color:#A6CE39;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}
#droite h2 span{
	color:#7D7D7D;
	font-weight:bold;
	font-size:12px;
}
#droite #selection{
	margin-top:6px;
	color:#A6CE39;
}
#droite #selection a{
	color:#A6CE39;
	text-decoration:none;
}
#espace_perso{
	width:180px;
	height:171px;
	margin:5px 0px 20px 0px;
	background: url(/static/images/fond_perso.jpg) no-repeat scroll left top;
	padding:22px 10px 0px 0px;
}
#espace_perso #intro{
	text-align:center;
	font-style:italic;
	font-size:10px;
	margin-bottom:20px;
}

#espace_perso p{
	margin:5px 0px 0px 10px;
	padding:0px;
}

#espace_perso label{
	font-weight:bold;
	font-size:10px;
	color:#A6CE39;
}
#espace_perso input{
	width:65px;
	border:1px solid #757A7D;
	background-color:#ffffff;
	padding-left:2px;
}
#espace_perso #login_p{
	margin-left:16px;
}
#espace_perso #password_p{
	margin-left:5px;
}
#espace_perso #submit_p{
	width:auto;
	margin:3px 0px 0px 136px;
	padding:0px;
	border:0px;
}
#espace_perso a{
	color:black;
}
#espace_perso p#actions{
	margin-top:10px !important;
}
#espace_perso p#actions a{
	display:block;
	color:#7E1B6E;
	font-style:italic;
	text-decoration: none;
	margin-left:0px;
}
#espace_perso a{
	margin-left:10px;
	padding:0px;
	font-size:10px;
	color:black;
	text-decoration:none;
}
#espace_perso a#nb_selection{
	margin-left:0px;
	padding:0px;
	font-size:10px;
	color:#FFFFFF;
}
#espace_perso a#deconnexion{
	margin-left:75px;
}
#espace_perso ul{
	margin:0px 0px 20px 0px;
	padding-top:30px;
}
#espace_perso ul li{
	margin:3px 0px 2px 0px !important;
	padding:0px 0px 0px 5px !important;
	background: url(/static/images/puce2.png) no-repeat scroll left 3px;
}
#espace_perso li a{
	font-size:11px;
	color:#7E1B6E;
	font-style:italic;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////::    contenu, general et moteur des pages d'accueil   :: //////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main #contenu #moteur{
	float:left;
	width:373px;
	margin:0px 0px 20px 20px;
	padding-bottom:5px;
	display:inline;
}
#main #contenu .avancee{
	margin-top:10px !important;
}
#main #contenu #moteur p#presentation{
	margin:8px 0px 15px 0px;
}
#main #contenu #moteur p#presentation span{
	color:#A6CE39;
	font-weight:bold;
}
#main #contenu #moteur h2{
	background:url(/static/images/puce4.jpg) no-repeat scroll left top;
	padding:0px 0px 4px 30px;
	margin:0px 0px 0px 20px;
}
#main #contenu #moteur h2 span{
	color:#7E1B6E;
}
#main #contenu #moteur form{
	width:374px;
	margin:0;
	padding:21px 0px 0px 0px;
	background:url(/static/images/moteur_haut.jpg) no-repeat scroll left top;
}
#main #contenu #moteur form p{
	background-color:#f2f2f2;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	background: url(/static/images/moteur_main.jpg) repeat-y scroll left top;
}
#main #contenu #moteur form p.p_base{
	padding-bottom:2px;
}
#main #contenu #moteur form p.p_base input{
	width:56px;
	border:1px solid #dddddd;
	font-size:10px;
}
#main #contenu #moteur form p.p_base label{
	margin:0px 5px 0px 5px;
	color:#7D7D7D;
	font-weight:normal;
}
#s_budget{
	margin-right:5px;
	}
#main #contenu #moteur select{
	width: 156px;
}
#main #contenu #moteur input{
	padding-left:2px;
}
#main #contenu #moteur form span{
	color:#A6CE39;
	font-weight:bold;
}
#main #contenu #moteur label{
	font-weight:bold;
	color:#A6CE39;
}
#main #contenu #moteur #p_type{
	padding-bottom:2px;
}
#main #contenu #moteur #p_type span{
	margin-right:12px;
}
#main #contenu #moteur #p_type input{
	margin-right:0px;
	height:15px;
	width:15px;
}
#main #contenu #moteur #p_type label{
	margin:0px 7px 0px 0px;
	color:#7D7D7D;
	font-weight:normal;
}
#main #contenu #moteur .p_budget{
	padding-bottom:2px;
}
#main #contenu #moteur .p_budget input{
	width:56px;
	margin-right:10px;
	border:1px solid #dddddd;
	font-size:10px;
}
#main #contenu #moteur .p_budget label{
	margin:0px 3px 0px 0px;
}
#main #contenu #moteur #secteur{
	margin-left:22px;
}
#main #contenu #moteur .p_commune{
	padding-bottom:2px;
}
#main #contenu #moteur .p_commune input{
	width:56px;
	margin-right:5px;
	border:1px solid #dddddd;
	font-size:10px;
}
#main #contenu #moteur .p_commune label{
	margin:0px 6px 0px 0px;
}
#main #contenu #moteur .p_commune #commune{
	margin-left:2px;
}
#main #contenu #moteur #mots_cles{
	width:250px !important;
	border:1px solid #dddddd;
	margin-left:15px;
}
#main #contenu #moteur #meuble {
	width:15px;
	height:15px;
	margin-left:25px;
}
#main #contenu #moteur #ascenseur {
	width:15px;
	height:15px;
	margin-left:3px;
}
#main #contenu #moteur #p_nouveaute span{
	width:15px;
	margin:0px !important;
	padding:0px !important;
}
#main #contenu #moteur #p_nouveaute label{
	color:#7D7D7D;
	font-weight:normal;
}
#main #contenu #moteur form p#p_submit{
	margin:0px 0px 0px 0px !important;
	padding-bottom:14px !important;
	width:364px;
	background:url(/static/images/moteur_bas.jpg) no-repeat scroll left bottom;
}
#main #contenu #moteur form #p_submit #submit{
	margin-left:108px;
}
#main #contenu #moteur a#avancee{
	position:relative;
	top:-5px;
	padding-bottom:1px;
	color:#7E1B6E;
	margin-left:3px;
	font-style:italic;
}
#main #contenu #moteur #nom{
	border:1px solid #dddddd;
}
#main #contenu #moteur #enregistrer{
	margin-left:120px;
}
.general{
	float:left;
	width:420px;
	background-color:#f5fbe7;
	margin:8px 0px 20px 15px;
	padding:0px 0px 20px 0px;
	display:inline;
}
.general h1{
	font-size:14px;
	background:url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
	padding:3px 0px 3px 0px;
	margin-bottom:20px;
	background-color:white;
	color:#A6CE39;
}
.general p{
	color:#574735;
	padding:0px 10px 0px 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    Bandeau Bas   :: /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main #bas{
	width:940px;
	height:65px;
	margin:0px;
	padding-top:10px;
	background: url(/static/images/fond_bas.jpg) no-repeat scroll left 10px;
	clear:both;
}
#main #bas ul{
	float:left;
	width:370px;
	margin-top:12px;
}
#main #bas ul li{
	float:left;
	display:inline;
	margin-left:16px;
	font-weight:bold;
	background: url(/static/images/puce2.jpg) no-repeat scroll left 7px;
	padding-left:8px;
}
#main #bas ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
#main #bas p{
	float:left;
	margin-left:200px;
	color:#ffffff;
	margin-top:6px;
	font-weight:bold
}
#main #bas p#copy{
	color:#AFA090;
	float:right;
	margin-top:22px;
	font-weight:bold
}
#main #bas p#copy a{
	color:#AFA090;
	text-decoration:none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    Accueil   :: /////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main #gauche h2{
	width:190px;
	background: url(/static/images/puce.jpg) no-repeat scroll left center;
	padding:8px 0px 8px 35px;
	color:#A6CE39;
}
#main #gauche h2 a{
	color:#A6CE39;
	text-decoration:none;
}
#main #gauche ul{
	width:220px;
	margin-top:10px;
}
#main #gauche ul li{
	margin:0px 0px 8px 12px;
	background:  url(/static/images/puce1.jpg) no-repeat scroll left 4px;
	padding-left:10px;
}
#main #gauche ul#demarches{
	padding-bottom:10px;
	background:  url(/static/images/point.jpg) no-repeat scroll 0px bottom;
	margin-bottom:10px;
}
#main #gauche a.more{
	width:204px;
	text-align:right;
	display:block;
	color:#7E1B6E;
	font-style:italic;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	text-decoration:none;
}
#main #contenu #actualite{
	float:left;
	width:364px;
	margin:0px 0px 20px 90px;
	padding-top:25px;
	background: white url(/static/images/titre_actu.jpg) no-repeat scroll left top;
	display:inline;
}
#main #contenu #actualite img{
	float:left;
	margin-right:10px;
}
#main #contenu #actualite h2{
	float:left;
	width:250px;
}
#main #contenu #actualite p{
	float:left;
	width:250px;
}
#f38{
	width:180px;
	height:58px;
	padding:14px 3px 0px 20px;
	background: #bfe753 url(/static/images/img_acc.jpg) no-repeat scroll left bottom;
	font-style:italic;
	color:white;
	font-weight:bold;
	margin-top:20px;
}
#f38 a{
	color:#7E1B6E;
	font-weight:bold;
}
/************************************  Moteur de recherche gauche **********************************************/
#main #moteur_g{
	width:218px;
}
#main #moteur_g p{
	color:#FFFFFF;
}
#main #moteur_g h2{
	width:150px;
	text-align:left;
	padding-left:46px;
	padding-top:7px;
	background: url(/static/images/puce4.jpg) no-repeat scroll 20px 12px;
	font-size:12px;
	margin-left:10px;
	color:#7D7D7D;
}
#main #moteur_g h2 span{
	color:#7E1B6E;
	font-size:12px;
}
#main #moteur_g form{
	width:218px;
	margin:0px 0px 0px 10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-top:10px;
	background:  url(/static/images/moteur_g_haut.jpg) no-repeat scroll left top;
}

#main #moteur_g fieldset{
	background-color:#f2f2f2;
	margin:-2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(/static/images/moteur_g_main.jpg) repeat-y scroll left top;
}
#main #moteur_g legend{
	padding:6px 0px 5px 0px !important;
	margin:0px 0px 0px 0px !important;
	color:#a6ce38;
}
#main #moteur_g p{
	clear:both;
	margin:0px !important;
	padding:2px 4px 2px 15px !important;
	width:200px;
	background: url(/static/images/moteur_g_main.jpg) repeat-y scroll left top;
	color:#7d7d7d;
}
#main #moteur_g label{
	color:#A6CE39;
}
#main #moteur_g input{
	padding-left:2px;
}
#main #moteur_g select{
	width:170px;
}
#main #moteur_g #f_type{
	clear:both;
	margin:0px !important;
	padding:0px 4px 10px 15px !important;
	width:200px;
}
#main #moteur_g #f_type p{
	padding:2px 0px 2px 10px !important;
	background:none;
	width:190px;
}
#main #moteur_g #f_type label{
	float:left;
	width:70px;
	margin:0;
	margin-left:2px;
	color:#7d7d7d;
}
#main #moteur_g #f_type input{
	float:left;
	width:15px;
	height:15px;
}
#main #moteur_g #budget_mini_g{
	width:50px;
	margin-left:29px;
	border:1px solid #dddddd;
}
#main #moteur_g #budget_maxi_g{
	width:50px;
	margin-left:25px;
	border:1px solid #dddddd;
}
#main #moteur_g #surface_hab_mini_g{
	width:50px;
	margin-left:35px;
	border:1px solid #dddddd;
}
#main #moteur_g #surface_hab_maxi_g{
	width:50px;
	margin-left:31px;
	border:1px solid #dddddd;
}
#main #moteur_g #nb_chambres_mini_g{
	width:50px;
	margin-left:4px;
	border:1px solid #dddddd;
}
#main #moteur_g #nb_chambres_maxi_g{
	width:50px;
	border:1px solid #dddddd;
}
#main #moteur_g .p_base input{
	width:49px;
	border:1px solid #574735;
	padding-left:2px;
	font-size:10px;
}
#main #moteur_g .p_base label{
	margin:0;
	color:#A6CE39;
}
#main #moteur_g #secteur_g{
	margin-left:10px;
	font-size:9px;
}

#main #moteur_g #secteur_g option{
	font-size:9px;
}
#main #moteur_g #carte_p{
	margin:0px !important;
}
#main #moteur_g .p_commune input{
	border:1px solid #dddddd;
	width:140px;
	margin-left:10px;
}
#main #moteur_g #mots_cles_g{
	width:110px;
	margin-left:12px;
	border:1px solid #dddddd;
}
#main #moteur_g #meuble_g{
	margin-left:21px;
	width:15px;
}
#main #moteur_g #ascenseur_g{
	margin-left:2px;
	width:15px;
}
#main #moteur_g #parution_g{
	margin-left:0px;
	width:15px;
}
#main #moteur_g #submit_g {
	margin:10px 0px 0px 48px;
	background-color:violet;
	float:none;
}
#main #moteur_g a{
	color:#FFFFFF;
}

#main #moteur_g p#p_submit{
	clear:both;
	margin:0px !important;
	width:200px;
	background: url(/static/images/moteur_g_bas.jpg) no-repeat scroll left bottom;
	text-align:center;
}
#main #moteur_g p#p_submit #avancee{
	display:block;
	color:#7E1B6E;
	margin:2px 0px 2px -5px;
	font-style:italic;
}

/************************************  Liste-annonce.html **********************************************/
#rss {
	margin-top:30px;
	margin-left:50px;
	margin-bottom:10px;
}
#main #bloc_general{
	float:left;
	width:480px;
	margin-right:3px;
}
#main #contenu #trier{
	float:left;
	width:300px;
	margin:0px 0px 20px 20px;
	display:inline;
	padding:8px 0px 0px 20px;
}
#main #contenu a#alerte{
	float:left;
	width:125px;
	margin:32px 0px 20px 54px;
	display:inline;
	padding:4px 0px 4px 0px;
	background-color:#dddddd;
	text-align:center;
	display:block;
	border:1px solid #ff9900;
	text-decoration:none;
}
#main #contenu a#alerte:hover{
	background-color:#f5f5f5;
}
#main #contenu #trier p{
	color:#7D7D7D;
	margin-bottom:3px;
}
#main #contenu #trier form{
	float:left;
}
#main #contenu #trier form select{
	margin-left:15px;
	margin-right:15px;
}
#main #contenu #trier a{
	color:#7D7D7D;
	font-size:12px;
	text-decoration:underline;
}
.infos_pages{
	float:left;
	width:420px;
	margin:18px 0px 0px 20px;
	padding:3px 0px 3px 0px;
	display:inline;

}
.infos_pages p{
	text-align:center;
	color:#A6CE39;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
.infos_pages p span{
	font-weight:normal;
	color:#A6CE39;
}
.infos_pages a, .infos_pages em{
	width:15px;
	height:10px;
	font-size:11px;
	color:#574737;
	font-style:normal;
}
.infos_pages em.prev, .infos_pages a.prev{
	float:left;
	display:block;
	width:90px !important;
	text-align:left;
	background: url(/static/images/fleche-l.jpg) no-repeat scroll left center;
	padding:2px 0px 4px 13px;
}
.infos_pages p.liste_pages{
	float:left;
	width:220px;
	text-align:center;
	margin-bottom:0px !important;
	padding:0;

}
.infos_pages p.liste_pages em{
	padding:0px 3px 0px 4px;
	color:#7E1B6E;
}
.infos_pages p.liste_pages a{
	color:#7D7D7D;
}
.infos_pages em.next, .infos_pages a.next{
	float:left;
	display:block;
	width:80px !important;
	text-align:right;
	background: url(/static/images/fleche-r.jpg) no-repeat scroll right center;
	padding:2px 14px 4px 0px;
}
.b_haut{
	background: url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
}
.b_bas{
	background: url(/static/images/fond_annonce.jpg) no-repeat scroll left top;
	margin-top:10px !important;
	margin-bottom:20px;
}
ul#liste_annonces{
	float:left;
	width:420px;
	margin:0px 0px 0px 20px;
	padding:3px 0px 3px 0px;
	display:inline;
}
ul#liste_annonces li{
	float:left;
	width:420px;
	height:135px;
	border-top:1px dashed #bbbbbb;
	margin-top:5px;
	padding-top:15px;
}
ul#liste_annonces li#first{
	border:0px !important;
}
ul#liste_annonces li .photo{
	width:97px;
	height:70px;
	float:left;
	text-align:center;
	margin:5px 3px 15px 10px;
	display:inline;
}
ul#liste_annonces img{
	height:70px;
	border: 2px solid #A6CE39;
}
ul#liste_annonces a{
	color:#FF9900;
}
ul#liste_annonces h2{
	float:left;
	width:300px;
	margin-left:5px;
	display:inline;
	margin-top:5px;
}
ul#liste_annonces h2 a{
	color:#A6CE39;
}
ul#liste_annonces p{
	float:left;
	width:300px;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:3px;
	display:inline;
	text-align:justify;
	color:#7D7D7D;
	line-height:13px;
}


ul#liste_annonces a.detail{
	display:block;
	float:right;
	margin-left:5px;
	display:inline;
	color:#7E1B6E;
	font-style:italic;
	margin-top:5px;
}
#no_annonces{
	float:left;
	width:310px;
	margin:0px 0px 0px 68px;
	padding:75px 0px 75px 0px;
	display:inline;
	background-color:#f2f2f2;
	text-align:center;
}

#btn-alerte{
	margin-left:8px;
}



/****************************************** annonce.html *****************************************************/
.infos_annonces{
	float:left;
	width:420px;
	margin:3px 0px 0px 15px;
	padding:10px 0px 10px 0px;
	display:inline;
	background: url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
}

.infos_annonces ul {
	float:left;
	width:420px;
	padding-left:0px;
	margin:0px 0px 0px 0px;
	padding-top:10px;
	background: url(/static/images/fond_annonce.jpg) no-repeat scroll left top;
}

.infos_annonces ul li{
	margin-left:10px;
	float:left;
	width:130px;
	text-align:center;
}
.infos_annonces ul li#first{
	margin-left:0px !important;
}
.infos_annonces ul li a{
	color:#574735;
	font-weight:normal;
	font-size:10px;
}
.infos_annonces li#li_retour_c{
	width:420px;
	text-align:center;
}
.infos_annonces li#li_retour_c a{
	color:#574735;
	font-weight:bold;
}
.infos_annonces a#retour_centre{
	color:#574735;
	font-weight:normal;
	margin-left:150px;
}

#main #annonce {
	float:left;
	width:420px;
	margin:0px 0px 10px 15px;
	padding:10px 0px 0px 0px;
	display:inline;
	background-color:#F5FBE7;
}
#main #annonce #memo{
	color:green;
	text-align:center;
	font-weight:bold;
}
#bloc_droite{
	width:170px;
	float:right;
	margin-top:25px;
	margin-right:10px;
	margin-bottom:15px;
	display:inline;

}
#bloc_droite a#zoom{
	display:block;
	margin-top:-3px;
	color:#999999;
	height:16px;
	padding-top:7px;
	margin-left:120px;
	background: url(/static/images/fond_photo.png) no-repeat scroll left top;
}
#bloc_droite ul{
	width:170px;
	clear:both;
}
#bloc_droite ul li{
	float:left;
	width:50px;
	text-align:center;
	margin-right:5px;
}
#bloc_droite ul img{
	height:37px !important;
}

a#local {
	float:left;
	width:200px;
	color:#7E1B6E;
	font-style:italic;
	margin-left:20px;
	text-decoration:none;
}
#bp {
	width:300px;
	height:20px;
	background:url(/static/images/logo_bp.jpg) no-repeat scroll left center;
	text-align:left;
	padding-left:38px;
	padding-top:10px;
	margin-top:10px;
}
#bp a{
	color:#999999;
}
#main #annonce #photo{
	margin-bottom:20px;
	text-align:center;
}
#main #annonce img{
	border:1px solid #A6CE39;
	height:126px;
}

#main #annonce h1{
	float:left;
	width:175px;
	color:#A6CE39;
	margin-left:10px;
	display:inline;
	background:url(/static/images/puce5.jpg) no-repeat scroll left center;
	padding:4px 0px 4px 25px;
}
#main #annonce h2{
	float:left;
	width:200px;
	color:#A6CE39;
	margin-left:10px;
	display:inline;
}

p#descri{
	width:200px !important;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	color:#574735;
}

div#est_archive{
	background-color:#FFBFBF;
	margin-left:10px;
	width:380px;
	padding:10px;
	color:black;
}
div#est_archive p{
	background:#FFBFBF url(/static/common/images/warning.png) no-repeat scroll left center;
	padding:20px 0px 20px 60px;
	margin:10px;
	font-size:12px;
	font-weight:bold;
	width:auto !important;
}
div#est_archive a{
	display:block;
	margin:3px 0px 10px 100px;
	color:#df8900;
	font-size:12px;
}
#bloc_gauche{
	width:200px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-right:10px;
	display:inline;
}

#logo_agence{
	height:auto !important;
}

/*---------------tableau des caracteristiques--------------------*/
table#caracteristiques{
	float:left;
	width:195px;
	margin:8px 10px 15px 15px;
	display:inline;
}
#caracteristiques td{
	width:102px;
	font-size: 11px;
	font-weight: normal;
	background-color:#7D7D7D;
	padding-left: 3px;
	color:#FFFFFF;
}
#caracteristiques td.libelle{
	width:83px !important;
	font-weight: normal;
	background-color:#A6CE39;
	font-weight:bold;
}
#caracteristiques tr#details{
	vertical-align:top;
}
#caracteristiques b, #caracteristiques strong{
	font-weight:normal;
	color:white;
}
#annonce hr {
	clear:both;
	height: 1px;
	margin: -0.5em 0;
	margin-right:10px;
	padding: 0;
	color: #A3ABAD;
	background-color: #A3ABAD;
	border: 0;
	margin-bottom:0px;
}

#annonce h3 {
	clear:both;
	font-size:12px;
	color:#A6CE39;
	margin-top:50px;
	margin-bottom:5px;

}
#annonce p{
	text-align:justify;
	width:420px;
}
#annonce address{
	margin-bottom:5px;
	font-style:normal;
	color:#574735;
}
#annonce address a{
	color:#574735;
}
#annonce #contacter{
	font-style:italic;
	color:#7E1B6E;
}

#annonce #liens{
	width:410px;
	clear:both;
	padding:4px 0px 14px 10px;
	margin-top:20px;
	margin-left:0px;
	background: url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
}

#annonce #liens a{
	color:#7E1B6E;
	font-style:italic;
}
#annonce #actions2{
	clear:both;
	width:420px;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	margin-left:0px;
	text-align:center;
	background: white url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
}
#annonce #actions2 #prev{
	background: url(/static/images/fleche-l.jpg) no-repeat scroll left center;
	padding:3px 0px 3px 10px;
}
#annonce #actions2 #suiv{
	background: url(/static/images/fleche-r.jpg) no-repeat scroll right center;
	padding:3px 10px 3px 0px;
}
#annonce #actions2 a{
	color:#574735;
}
#annonce #actions2 a#retour{
	color:#574735;
	margin-left:100px;
	margin-right:90px;
}

/******************************   GESTION DE L'ESPACE UTILISATEUR   ********************************/
/***************************************** D�claractions globales *****************************************/
ul#menu_compte{
	float:left;
	width:420px;
	margin:13px 0px 0px 15px;
	padding:8px 0px 8px 0px;
	display:inline;
	background:url(/static/images/fond_annonce.jpg) no-repeat scroll left top;
}
ul#menu_compte .no_margin{
	margin:0px !important;
}
ul#menu_compte a{
	color:#7d7d7d;
}
ul#menu_compte li{
	float:left;
	margin-right: 48px;
	display:inline;
}
ul#menu_compte li a{
	font-size:11px;
}
ul#menu_compte li a#last{
	margin-right:0px !important;
}
ul#menu_compte li a#select{
	color:#7e1b6e;
}

.perso{
	float:left;
	width:420px;
	margin:0px 0px 20px 15px;
	padding:10px 0px 0px 0px;
	display:inline;
	background: #f5fbe7 url(/static/images/fond_annonce.jpg) no-repeat scroll left top;
}
.perso p{
	color:#584735;
}
/*
.general{
	float:left;
	background-color:#FFFAF2;
	width:460px;
	margin:20px 0px 20px 30px;
	padding-bottom:20px;
	display:inline;#FF9900
}
.general h1{
	font-size:14px;
	padding-bottom:3px;
	background-color:white;
	color:#FF9900;
}*/
/******************************************* perso-compte.html *******************************************/
.perso hr{
	clear:both;
}
.perso #introduction{
	margin:20px 10px 0px 10px;
	padding:0px;
	text-align:justify;
}
.perso .presentation{
	margin:10px 10px 20px 10px;
	padding:0px;
}
.perso .presentation a{
	color:#584735;
	text-decoration:underline;
}
.perso #msg{
	color:red;
	margin:0px 0px 20px 10px;
	padding:3px 0px 3px 0px;
}
.perso #form_user{
	margin-left:10px;
}
.perso #form_user fieldset{
	float:left;
	width:380px;
}
.perso #form_user fieldset p{
	clear:both;
	margin-top:2px;
	width:360px;
	color:#584735;
	margin-left:20px;
}

.perso #form_user fieldset label{
	float:left;
	width:90px;
	height:20px;
	color:#584735;
}
.perso #form_user fieldset input{
	float:left;
	width:100px;
	padding-left:2px;
	border:1px solid #666666;
	color:#584735;
}

.perso #form_user fieldset input.small{
	width:40px;
}
.perso #form_user fieldset input.long{
	width:140px;
}
.perso #form_user  .p_normal label{
	float:none;
	margin-right:3px;
}

.perso #form_user .p_normal input{
	float:none;
	width:15px;
	border:0px !important;
	background-color:transparent;
}
.perso #form_user  .p_normal #civilite1{
	margin-left:26px;
}
.perso #form_user .p_long input{
	float:left;
	width:90px;
	padding-left:2px;
}
.perso #form_user span{
	margin-left:3px;
	color:red;
}
.perso #form_user .p_long label{
	float:left;
	width:220px;

}
.perso #obligatoire{
	margin:10px 50px 10px 0px;
	width:380px;
	padding:3px 0px 3px 0px;
	color:red;
	clear:both;
}
.perso #compte-submit{
	margin-left:275px;
	margin-bottom:10px;
}
.perso #desinscription{
	margin:70px 10px 50px 10px;
	padding:15px;
	text-align:center;
}
.perso #desinscription a{
	display:block;
	margin:10px 0px 10px 0px;
	padding:15px;
}

.perso hr {
	clear:both;
	height: 1px;
	margin:10px 10px 10px 0px;
	padding: 0;
	color: #A3ABAD;
	background-color: #A3ABAD;
	border: 0;
}
.infos_user {
	padding-bottom:20px;
}
.infos_user #infos_l,.infos_user  #infos_r{
	width:360px;
	margin:30px 0px 30px 30px;
	display:inline;
	float:left;
}
.infos_user p{
	margin:2px 0px 0px 10px;
	clear:both;
}
.infos_user a{
	font-weight:bold;
	color:#7E1B6E;
	font-style:italic;
}

ul#infos_l li, ul#infos_r li{
	color:#605343;
}
/******************************************* perso-login.html *******************************************/
.perso #form_login{
	margin:30px 0px 0px 100px;
	margin-bottom:50px;
}

.perso #form_login p{
	clear:both;
	width:300px;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#584735
}
.perso #form_login label{
	width:100px;
	float:left;
	color:#584735
}
.perso #form_login input.fld{
	width:100px;
	float:left;
	border:1px solid #666666;
	padding-left:2px;
	color:#584735;
}
.perso #form_login input#login_submit{
	margin:10px 0px 0px 118px;
}



/******************************************* perso-selection.html *******************************************/
.perso #form_tri{
	margin-left:80px;
	color:#605343;
}
.perso #form_tri label{
	color:#605343;
}
.perso #form_tri option{
	color:#605343;
}
.perso p#nb_resultats{
	margin:25px 10px 0px 22px;
	font-weight:bold;
	font-size:10px;
	font-family:verdana;
}
.perso ul#liste_panier{
	width:400px;
	margin:0px 0px 0px 10px;
	padding:20px 0px 3px 0px;
}
.perso ul#liste_panier li.annonce{
	width:395px;
	height:130px;
	border:1px solid #999999;
	margin-left:3px;
	margin-top:20px;
		background-color:white;
}
.perso ul#liste_panier li.annonce .photo{
	width:120px;
	height:110px;
	float:left;
	text-align:center;
	border-right: 1px solid  #999999;
}
.perso ul#liste_panier li.annonce img{
	height:90px;
}
.perso ul#liste_panier li.annonce a{
	color:#022C4D;
}
.perso ul#liste_panier li.annonce h2{
	float:left;
	width:260px;
	margin-left:5px;
	display:inline;
	color:#FF9900;
	margin-top:5px;
}
.perso ul#liste_panier li.annonce p.description{
	float:left;
	width:260px;
	height:45px;
	margin-left:5px;
	margin-top:5px;
	display:inline;
	text-align:justify;
	color:#605343;
}
.perso ul#liste_panier li.annonce p.agence{
	float:left;
	margin-left:5px;
	margin-top:5px;
	color:#FF9900;
}
.perso ul#liste_panier ul.actions{
	clear:both;
	width:390px;
	background-color:#BDC3C0;
	height:20px;
	padding-left:5px;
	border-top:1px #999999 solid;
	border-bottom:1px #999999 solid;
}
.perso ul#liste_panier ul.actions li{
	float:left;
	margin-left:15px;
	height:12px;
	padding:3px 0px 3px 0px;
	text-align:right;
}
.perso ul#liste_panier ul.actions li a{
	color:#605343;
}
.perso ul#liste_panier ul.actions li.first{
	margin-left:0px;
}
.perso ul#liste_panier ul.actions li.last{
	margin-left:0px;
	width:185px;
	font-style:italic;
}
.perso ul#actions_selection{
	clear:both;
	width:420px;
	margin-top:25px;
	height:25px;
	background-color:#9EA8AA;
}
.perso ul#actions_selection li{
	float:left;
	width:140px;
	margin-left:40px;
	display:inline;
	padding:3px 0px 3px 0px;
}
.perso ul#actions_selection li a{
	font-size:10px;
	color:#ffffff;
	display:block;
}
.perso ul#actions_selection li a#imprimer_liste{
	background: url(/static/images/btn-imprimer.png) no-repeat scroll left center;
	padding:3px 0px 3px 27px;
}
.perso ul#actions_selection li a#retirer_liste{
	background: url(/static/images/btn-retirer.png) no-repeat scroll left center;
	padding:3px 0px 3px 34px;
}

/******************************************* perso-accueil.html *******************************************/
#accueil {
	padding:10px 0px 20px 0px;
	}
#accueil p {
	margin:3px 10px 10px 15px;
	text-align:justify;
	}
#accueil h2 {
	margin:20px 0px 3px 15px;
	color:#584735;
	}
#accueil a {
	display:block;
	margin:10px 0px 3px 100px;
	color:#7E1B6E;
	background:url(/static/images/fleche-r.png) no-repeat scroll left center;
	padding-left:16px;
	font-style:italic;
}


/******************************************* perso-recherches.html *******************************************/

.perso ul#liste_recherches{
	width:400px;
	margin:0px 0px 0px 10px;
	padding:20px 0px 3px 0px;
	color:#605343;
}
.perso ul#liste_recherches li.recherche{
	width:390px;
	border:1px solid #F5F6F5;
	margin-left:3px;
	background-color:white;
	margin-top:20px;
	clear:both;
}
.perso ul#liste_recherches li.recherche .photo{
	width:120px;
	height:90px;
	float:left;
	text-align:center;
	border-right: 1px solid white;
}
/*
.perso ul#liste_recherches li.recherche img{
	height:90px;
}
*/
.perso ul#liste_recherches li.recherche a{
	color:#605343;
}
.perso ul#liste_recherches li.recherche h2{
	padding:5px 0px 5px 5px;
	color:#605343;
	background-color:#dAdAdA;
}
/*
.perso ul#liste_recherches li.recherche p{
	float:left;
	width:315px;
	height:50px;
	margin-left:5px;
	margin-top:3px;
	display:inline;
	text-align:justify;
	color:#87929D;
}
*/
.perso ul#liste_recherches p.icone{
	float:right;
	width:80px;
	background: url(/static/images/btn-alerte-p.jpg) no-repeat scroll 30px top;
	text-align: center;
	padding: 17px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-weight:bold;
}
.perso ul#liste_recherches p.icone .active{
	color:green;
}
.perso ul#liste_recherches p.icone .not_active{
	color:red;
}

.perso ul#liste_recherches ul.details{
	float:left;
	width:290px;
	padding:10px 0px 10px 15px;
	color:#605343;
}

.perso ul#liste_recherches ul.details li{
	margin-left:15px;
	padding:0px 0px 0px 0px;
	color:#605343;
}
.perso ul#liste_recherches ul.details li span{
	font-weight:bold;
	color:#605343;
}
.perso ul#liste_recherches ul.actions{
	clear:both;
	width:385px;
	background-color:#BDC3C0;
	height:20px;
	padding-left:5px;
	margin-top:20px;
}
.perso ul#liste_recherches ul.actions li{
	float:left;
	margin-left:15px;
	height:20px;
	padding:3px 0px 3px 0px;
	text-align:right;
}
.perso ul#liste_recherches ul.actions li a{
	color:#605343;
}
.perso ul#liste_recherches ul.actions li.first{
	margin-left:0px;
}
.perso ul#liste_recherches ul.actions li.last{
	margin-left:0px;
	width:185px;
	font-style:italic;
}
.perso ul#actions_recherches{
	clear:both;
	width:400px;
	margin-top:25px;
	height:25px;
	background-color:#9EA8AA;
}
.perso ul#actions_recherches li{
	float:left;
	width:140px;
	margin-left:150px;
	display:inline;
	padding:3px 0px 3px 0px;

}
.perso ul#actions_recherches li a{
	font-size:10px;
	color:#ffffff;
	display:block;
}
.perso ul#actions_recherches li a#imprimer{
	background: url(/static/images/btn-imprimer.png) no-repeat scroll left center;
	padding:3px 0px 3px 27px;
}
/******************************************* perso_recuperation.html *******************************************/
#recuperation{
}
#recuperation p{
	margin:10px 10px 0px 10px;
}
#recuperation form{
	margin:40px 10px 40px 50px;
}
#recuperation form input{
	border:1px solid #666666;
	padding-left:2px;
}
#recuperation form #submit{
	border:0px;
	margin-left:208px;
}
#recuperation p#validation{
	margin:40px 0px 70px 0px;
	text-align:center;
}
#recuperation p#validation a{
	display:block;
	margin:10px 0px 0px 0px;
}

/* -------------------------------------------------------- plan-site.html -------------------------------------------------------------*/

#plan-site a{
	color:#574735;
}
#plan-site h2{
	margin:15px 0px 0px 40px;
	color:#574735;
}
#plan-site h3{
	margin:10px 0px 0px 60px;
	color:#574735;
}
#plan-site ul{
	margin:5px 0px 0px 30px;
	color:#574735;
}
#plan-site ul.t1{
	margin:5px 0px 0px 60px;
	color:#574735;
}
#plan-site ul li{
	background: url(/static/images/fleche-r.png) no-repeat scroll left 2px;
	padding-left:15px;
	color:#574735;
}
/* -------------------------------------------------------- annonce-zoom.html -------------------------------------------------------------*/

#zoom_detail{
	width:820px;
	padding:10px 0px 75px 0px;
	background-color: #f3f3f3;
	height:auto;
}
#zoom_detail #zoom_pic {
	text-align:center;
	height:600px;
}
#zoom_detail #zoom_pic img{
	border:1px solid white;
}
#zoom_detail #zoom_nav{
	margin-left:270px;
	padding:2px 0px 4px 0px;
}

#zoom_detail #zoom_nav a{
	color:#666666;
	padding:0px 15px 0px 15px;
}
#zoom_detail #zoom_nav a#prec{
	background: url(/static/images/fleche-l.png) no-repeat scroll left center;
}
#zoom_detail #zoom_nav a#suiv{
	margin-left:30px;
	background: url(/static/images/fleche-r.png) no-repeat scroll right center;
}
#zoom_detail a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#zoom_detail p{
	margin-top:10px;
	text-align:center;
}

/* -------------------------------------------------------- texte.html -------------------------------------------------------------*/
#texte p{
	text-align:justify;
	margin:3px 10px 3px 10px;
}
#texte ul#menu{
	width:300px;
	border-top:2px solid #7e1b6e;
	border-bottom:2px solid #7e1b6e;
	border-right:2px solid #7e1b6e;
	margin:20px 0px 10px 1px;
	padding:3px 0px 3px 3px;
	background-color:white;
	color:#574735;
}
#texte ul#menu li{
	margin:3px 0px 0px 10px;
	background: url(/static/images/fleche-r.jpg) no-repeat scroll left center;
}
#texte ul#menu li.first{
	margin-left:0px !important;
}
#texte ul#menu li a{
	color:#574735;
}
#texte ul#menu li #menu_s{
	font-weight:bold;
	color:#574735;
}
#texte a{
	color:#574735;
}
#texte h2{
	margin:20px 0px 10px 10px;
	color:#7e1b6e;
	font-size:12px;
}
#texte h3{
	margin:10px 0px 0px 20px;
	color:#574735;
}
#texte ul{
	margin:5px 10px 10px 10px;
	color:#574735;
}
#texte ul.t1{
	margin:5px 0px 0px 60px;
	color:#574735;
}
#texte ul li{
	padding-left:15px;
	color:#574735;
}

/******************************************* proposer-bien.html et transmettre-criteres *******************************************/

#prop-trans p{
	margin-top:15px;
	margin-left:10px;
	color:#574735;
}
#prop-trans form{
	margin-top:15px;
	margin-left:20px;
	padding-bottom:30px;
}
#prop-trans form p{
	margin:3px 0px 0px 15px;
}
#prop-trans form fieldset{
	margin-left:20px;
	margin-bottom:10px;
}
#prop-trans form legend{
	margin-left:-6px;
	padding-bottom:4px;
	color:#574735;
	font-weight:bold;

}
#prop-trans form input{
	padding-left:2px;
	border:1px solid #666666;
	margin-right:5px;
	color:#574735;
}
#prop-trans form  select{
	margin-left:15px;
	border:1px solid #666666;
	color:#574735;
}

#prop-trans form #f_carac span.attr{
	margin-right:8px;
	color:#042b4a;
	float:left;
	color:#574735;
}
#prop-trans form #f_carac p{
	clear:both;
	width:315px;
	padding-top:3px;
	color:#574735;

}
#prop-trans form .f_coordonnees p{
	clear:both;
	width:340px;
	padding-top:3px;
	color:#574735;
}
#prop-trans form .f_coordonnees label{
	float:left;
	width:120px;
	color:#574735;
}
#prop-trans form .f_coordonnees label.lab_p{
	width:60px;
	color:#574735;
}
#prop-trans form .f_coordonnees label.lab_pp{
	width:20px;
	color:#574735;
}
#prop-trans form .f_coordonnees label.lab_pp1{
	width:30px;
	color:#574735;
}
#prop-trans form .f_coordonnees input{
	float:left;
	width:70px;
	color:#574735;
}
#prop-trans form .f_coordonnees input.i_p{
	width:45px;
	color:#574735;
}
#prop-trans form .f_coordonnees input.i_m{
	width:184px;
	color:#574735;
}
#prop-trans form .f_coordonnees input.i_g{
	width:209px;
	color:#574735;
}
#prop-trans #submit_proposer{
	margin-left:235px;
	padding:0;
	border:0;
}
#prop-trans form #f_carac span.intit{
	float:left;
	width:110px;
	color:#574735;
	}
#prop-trans form #f_carac label{
	float:left;
	color:#999999;
	color:#574735;
	}
#prop-trans form #f_carac input{
	float:left;
	color:#574735;
	}
#prop-trans form #f_carac .l_pp{
	width:25px !important;
	color:#574735;
}

#prop-trans form textarea#texte{
	margin-left:78px;
	width:210px;
	height:50px;
	color:#574735;
}

#prop-trans form #jour{
	margin-left:75px !important;
	}

#prop-trans p#validation{
	margin:40px 0px 70px 0px;
	text-align:center;
}
#prop-trans p#validation a{
	display:block;
	margin:10px 0px 0px 0px;
}
/******************************************* agence_contact.html *******************************************/
#agence_contact{
	float:left;
	width:410px;
	margin:0px 0px 20px 15px;
	padding:10px 0px 3px 10px;
	display:inline;
	background-color:#f5fbe7;
}
#agence_contact h1{
	margin-bottom:10px;
	color:#A6CE39;
}

#agence_contact form{
	margin:10px 0px 0px 20px;
	padding-bottom:50px;
}
#agence_contact form p{
	clear:both;
	width:370px;
	padding-top:5px;
}
#agence_contact form label{
	float:left;
	width:170px;
}
#agence_contact form input{
	float:left;
	width:165px;
	border:1px solid #666666;
	padding-left:2px;
}
#agence_contact form input.i_p{
	width:140px;
}
#agence_contact form textarea{
	float:left;
	width:185px;
	height:40px;
	font-size:10px;
}
#agence_contact form #message{
	height:100px;
}
#agence_contact form input#submit_contact{
	width:auto;
	padding:0;
	border:0;
	margin:10px 0px 0px 254px;
}
#agence_contact p#validation{
	margin:40px 0px 70px 0px;
	text-align:center;
}
#agence_contact p#validation a{
	display:block;
	margin:10px 0px 10px 0px;
}

/******************************************* envoi_ami.html *******************************************/
#envoi-ami{
	float:left;
	width:410px;
	margin:0px 0px 0px 15px;
	padding:10px 0px 3px 10px;
	display:inline;
	background-color:#f5fbe7;
}
#envoi-ami h1{
	margin-bottom:10px;
	color:#A6CE39;
}

#envoi-ami form{
	margin:10px 0px 0px 20px;
	padding-bottom:50px;
}
#envoi-ami form p{
	clear:both;
	width:350px;
	padding-top:5px;
}
#envoi-ami form label{
	float:left;
	width:160px;
}
#envoi-ami form input{
	float:left;
	width:180px;
	border:1px solid #666666;
	padding-left:2px;
}
#envoi-ami form textarea{
	float:left;
	width:180px;
	height:50px;
}
#envoi-ami form #reference{
	margin-left:6px;
	font-weight:bold;
}
#envoi-ami form input#submit_envoi{
	width:auto;
	padding:0;
	border:0;
	margin:10px 0px 0px 258px;
}
#envoi-ami p#validation{
	margin:40px 0px 70px 0px;
	text-align:center;
}
#envoi-ami p#validation a{
	display:block;
	margin:10px 0px 0px 0px;
}

/******************************************* liens_utiles.html et partenaires.html *******************************************/

#credits ul{
	margin:20px 0px 0px 30px;
}
#credits li{
	margin:0;
	padding-top:10px;
	width:320px;
	clear:both;
}
#credits img{
	float:left;
	border:1px solid #666666;
}
#credits div{
	float:left;
	width:230px;
	margin-left:10px;
}
#credits a{
	font-weight:bold;
	color:#574735;
}

/******************************************* presentation.html *******************************************/
#presentation{
	margin-right:-7px !important;
}
#presentation p{
	margin:10px 10px 0px 10px;
	text-align:justify;
}
#presentation h2{
	margin:10px 10px 0px 20px;
	color:#574735;
}
/************************************  carte.html **********************************************/
#carte_localiser{
	/*background-color:#f6f6f6;*/
	width:500px;
	height:500px;
}
#carte_localiser form{
	width:430px;
	margin:10px 0px 10px 25px;
	padding:10px;
	/*background-color:#BFCFFF;*/
	background-color: #eeeeee;
}
#carte_localiser input{
	border:1px solid #666666;
}
#carte_localiser input#adresse{
	padding-left:2px;
	width:275px;
}
#carte_localiser #carte{
	width: 450px;
	height: 450px;
	border:1px solid #666666;
	margin-left:25px;
	margin-bottom:20px;
}
#carte_localiser a{
	margin-left:210px;
}
/****************************************** liste-residences.php *****************************************************/
#form_residence{
	float:left;
	width:380px;
	background:url(/static/images/moteur_haut.jpg) no-repeat scroll left top;
	display:inline;
	padding:15px 0px 10px 0px;
	margin:28px 0px 20px 40px;
}
#form_residence p{
	width:360px;
	padding-left:20px;
	padding-top:3px;
	background:url(/static/images/moteur_main.jpg) repeat-y;
}
#form_residence input{
	padding-left:2px;
	border:1px solid #666666;
	margin-left:10px;
}
#form_residence #nom{
	margin-left:2px;
}
#form_residence #commune{
	margin-left:31px;
}
#form_residence input#submit_f_res{
	border:0;
	margin:5px 0px 0px 220px;
}
#form_residence #last{
	background:url(/static/images/moteur_bas.jpg) no-repeat scroll left bottom;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}
#form_residence #last input{
	border:0;
}
ul#liste_residences{
	float:left;
	width:430px;
	margin:0px 0px 0px 18px;
	padding:3px 0px 3px 0px;
	display:inline;
}
ul#liste_residences li{
	float:left;
	width:430px;
	height:120px;
	background-color:#FFFFFF;
	border:1px solid #F5F6F5;
	margin-top:15px;
}
ul#liste_residences li .photo{
	width:125px;
	height:113px;
	float:left;
	text-align:center;
	padding-top:7px;
}
ul#liste_residences li .photo img{
	border: 2px solid #a6ce39;
}
ul#liste_residences h2{
	float:left;
	width:295px;
	margin-left:5px;
	display:inline;
	margin-top:5px;
}
ul#liste_residences h2 a{
	color:#a6ce39;
}
ul#liste_residences address{
	float:left;
	width:295px;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
	color:#574735;
	margin-top:5px;
	font-style:normal;
}
ul#liste_residences p{
	float:left;
	width:295px;
	margin-left:5px;
	margin-top:3px;
	display:inline;
	text-align:justify;
	color:#87929D;
	font-style:italic;
}

ul#liste_residences p.is_sia{
	color:#0066a4;
	font-style:italic;
}
ul#liste_residences a.plus{
	display:block;
	float:left;
	width:295px;
	margin-left:5px;
	display:inline;
	text-align:right;
	color:#7e1b6e;
	font-style:italic;
}
#no_residences{
	float:left;
	width:400px;
	margin:0px 0px 0px 68px;
	padding:25px 0px 25px 0px;
	display:inline;
	background-color:#f2f2f2;
	text-align:center;
}
/****************************************** residence.html *****************************************************/
#main #residence{
	float:left;
	width:420px;
	margin:28px 0px 10px 15px;
	padding:10px 0px 0px 0px;
	display:inline;
	background-color:#F5FBE7;
}
#main #residence h1{
	color:#A6CE39;
	margin:0px 10px 20px 10px;
	background: url(/static/images/puce5.jpg) no-repeat scroll left center;
	padding:4px 0px 4px 25px;
}
#main #residence h2{
	width:200px;
	color:#A6CE39;
	margin-left:20px;
	margin-top:20px;
}
#main #residence address{
	margin-left:30px;
}
#main #residence p{
	width:auto !important;
	margin:10px 10px 10px 30px;
	color:#574735;
}
#main #residence a#local {
	width:200px;
	color:#7E1B6E;
	font-style:italic;
	margin:10px 0px 20px 30px;
	text-decoration:none;
	display:block;
}
#main #residence #photo{
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}
#main #residence #photo img{
	border:1px solid #eeeeee;
}
#main #residence #actions{
	clear:both;
	width:420px;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	margin-left:0px;
	text-align:center;
	background: white url(/static/images/fond_annonce.jpg) no-repeat scroll left bottom;
}
#main #residence #actions #prev{
	background: url(/static/images/fleche-l.jpg) no-repeat scroll left center;
	padding:3px 0px 3px 10px;
}
#main #residence #actions #suiv{
	background: url(/static/images/fleche-r.jpg) no-repeat scroll right center;
	padding:3px 10px 3px 0px;
}
#main #residence #actions a{
	color:#574735;
}
#main #residence #actions a#retour{
	color:#574735;
	margin-left:100px;
	margin-right:90px;
}
