
div#bloc_recherche, div.bloc_left, div.bloc_right, div.bloc_right_mister_gratuit, div.bloc_right_mister_payant {
    float: left;
    height: 217px;
    color: #FFF;
    padding: 0;
}

div.bloc_left {
    margin: 5px 4px 5px 10px;
    padding-left: 10px;
    width: 266px;
    /*background-image: url('../img/consult_cadre.png');
    background: url('../img/sprite_index_index.png');
    background-position: 0 0;
    background-repeat: no-repeat;
	*/
	background:rgba(53,53,53,0.1);
}
div.bloc_left h4 {
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 1.1em;
}
div.bloc_left p {
    border: 0px solid black;
}
div.bloc_left div.split {
    clear: both;
    margin: 0 auto;
    width: 255px;
    height: 2px;
    /*background: url('../img/consult_split.png');*/
    background: url('../img/sprite_index_index.png');
    background-position: 0 -227px;
    background-repeat: no-repeat;
}
div.bloc_left div.bt_consult{
    float: right;
    margin: 9px 10px 9px 0;
}
div.bloc_left div.bt_consult a{
    font-size: 10px;
	
	background-color:#f3f3f3;
	background-image: url('../img/voir.png');
    background-repeat: no-repeat;
	background-position: 10px center;
	padding:5px 10px 5px 40px;
	
	color:#7E2A2D;
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
div.bloc_left div.bt_consult a:hover{
	color:#5E1F21;
}
div.bloc_left div.bt_consult a .ui-icon {
	display:none;
}
div.bloc_left div.bt_consult a .ui-button-text {
	padding:0;
}

div#bloc_recherche {
    margin: 5px 4px 5px 7px;
    width: 395px;
    /*background-image: url('../img/recherche_cadre.png');
    background: url('../img/sprite_index_index.png');
    background-position: 0 -715px;
    background-repeat: no-repeat;*/
	background:#D23434;
    border: 0px solid black;
}
div#bloc_recherche h4{
    display: block;
    margin: 10px 0 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
	text-transform:uppercase;
    border: 0px solid black;
}
div#bloc_recherche span#nb_annonces {
	font-weight:bold;
}
div#form_recherche {
    margin-top: 15px;
    border: 0px solid #ddd;
}
div#form_recherche div.error_date {
    margin: auto;
    background-color: #fff;
    padding: 5px;
    width: 300px;
    font-size: 11px;
    color: #ff0000;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
div#form_recherche p {
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px
}
div#form_recherche label {
    display: block;
    float: left;
    margin: 5px 0 0 0;
    width: 160px;
    font-weight: bold;
    text-align: right;
    border: 0px solid #ddd;
}
div#form_recherche .small {
    display: block;
    float: right;
    width: 145px;
    color: #CCC;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}
div#form_recherche div.date {
    float: left;
    width: 160px;
    height: 27px;
    margin: 5px 0 0 10px;
    border: 0px solid #ddd;
}
div#form_recherche div.date input{
    float:left;
    width: 100px;
    height: 20px;
    padding: 3px;
    border: 1px solid #ddd;
}
div#form_recherche div.date img{
    float:left;
    margin: 2px 0 0 5px;
    border: 0px solid #ddd;
}
div#form_recherche button#rechercher_annonces {
    clear: both;
    margin: 30px 0 0 100px;
	

	background-color:#f3f3f3;
	background-image: url('../img/voir.png');
    background-repeat: no-repeat;
	background-position: 10px center;
	padding:10px 10px 10px 40px;
	
	color:#7E2A2D;
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
div#form_recherche button#rechercher_annonces:hover {
	color:#5E1F21;
}
div#form_recherche button#rechercher_annonces .ui-icon {
	display:none;
}
div#form_recherche button#rechercher_annonces .ui-button-text {
	padding:0;
}


div.bloc_right_mister_gratuit, div.bloc_right_mister_payant{
    margin: 5px 4px 5px 7px;
   /* background: url('../img/sprite_index_index.png');
    background-repeat: no-repeat;*/
	background:rgba(53,53,53,0.1);
	padding-left: 10px;
}

div.bloc_right_mister_gratuit{
	position:relative;
    width: 266px;
    /*background: url('../img/pub/pub_misterloc_accueil_gratuit.png');
    background-position: 0 -261px;*/

}
div.bloc_right_mister_gratuit:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:75px;
	height:65px;
    background: url('../img/gratuit.png');

}
div.bloc_right_mister_gratuit h3 {
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
	text-transform:uppercase;
}
div.bloc_right_mister_gratuit h4 {
    margin: 30px 0 5px 0;
    font-weight: 500;
    font-size: 16px;
	text-transform:uppercase;
}
div.bloc_right_mister_gratuit p {
    margin-top: 20px;
}
div.bloc_right_mister_payant{
    width: 276px;
    /*background: url('../img/pub/pub_misterloc_accueil_payant.png');*/
    background-position: 0 -488px;
}
a#bouton_publie_annonce{
    margin-top: 25px;

	background-color:#f3f3f3;
	background-image: url('../img/publier.png');
    background-repeat: no-repeat;
	background-position: 10px center;
	padding:10px 10px 10px 40px;
	
	color:#7E2A2D;
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
a#bouton_publie_annonce:hover{
	color:#5E1F21;
}
a#bouton_publie_annonce .ui-icon {
	display:none;
}
a#bouton_publie_annonce .ui-button-text {
	padding:0;
}

div.bloc_right {
    float:left;
    margin: 5px 4px 5px 10px;
    padding-left: 10px;
    width: 266px;
    /*background-image: url('../img/consult_cadre.png');*/
    background: url('../img/sprite_index_index.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
div.bloc_right h4 {
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 1.1em;
}
div.bloc_right p {
    border: 0px solid black;
}
div.bloc_right div.split {
    clear: both;
    margin: 0 auto;
    width: 255px;
    height: 2px;
    /*background: url('../img/consult_split.png');*/
    background: url('../img/sprite_index_index.png');
    background-position: 0 -227px;
    background-repeat: no-repeat;
}
div.bloc_right div.bt_consult{
    float: right;
    margin: 9px 10px 9px 0;
}
div.bloc_right div.bt_consult a{
    font-size: 11px;
}




div#list_annonce {
    clear: both;
    width: 978px;
    margin: 0 auto;
    border: 0px solid #ddd;
	margin-top:50px;
}
div#list_annonce ul li.annonce {
    float: left;
    margin: 5px 5px 5px 5px;
    width: 298px;
    height: 245px;
    background-color: #fff;
    padding: 7px 8px 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}


li.annonce a.annonce_titre {
    display: block;
    /*background-image: url('../img/inscription_infos_puce.png');
    background: url('../img/sprite_index_index.png');
    background-position: 0 -236px;
    background-repeat: no-repeat;*/
    margin: 3px 0 0 0;
    color: #353535;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
li.annonce div.annonce_description {
    float: left;
    margin: 10px 0 0 0;
    width: 120px;
    height: 120px;
    position: relative;
    text-align: justify;
	font-weight:600;
	color:#353535;
}
li.annonce div.annonce_description div.bt_aller {
    margin: 15px 0 0 0;
}
li.annonce div.annonce_description div.bt_aller a{
    font-size: 11px;
	background:#D23434;
	color:#fff;
	border:none;
}
li.annonce div.annonce_description div.bt_aller a:hover{
	background:#B42424;
}
li.annonce img.annonce_photo {
    float: left;
    margin: 14px 0 0 14px;
    border: 2px solid #BBB
}
li.annonce div.annonce_compl {
	clear: both;
	margin-top: 15px;
	width: 129px;
	float: left
}
li.annonce div.annonce_compl .split {
	display:none;
}
li.annonce div.annonce_compl p {
	font-size: 12px;
	font-weight:600;
	color:#353535;
}
li.annonce div.annonce_compl img.picto {
	margin: 2px 10px 0 0
}
li.annonce ul.annonce_infos {
	float: right;
	padding: 5px 0 0 0;
	width: 160px;
	border: 0 solid black
}
li.annonce ul.annonce_infos li img {
	float: right;
	margin: 1px
}


div#info_description {
    margin: 20px 10px 10px 10px;
    padding: 10px;
}
div#info_description h3 {
    margin-bottom: 10px;
    /*background-image: url('../img/inscription_infos_puce.png');
    background: url('../img/sprite_index_index.png');
    background-position: 0 -239px;
    background-repeat: no-repeat;*/
	text-transform:uppercase;
    color: #353535;
    font-size: 17px;
    font-weight: bold;
}
div#info_description p {
	font-size:12px;
	font-weight:600;
    color: #353535;
    width: 380px;
    float: left;
    text-align: justify
}
div#info_description img {
    float: right;
    margin: 0 0 0 0;
}


.picto_surface,.picto_couchage,.picto_prix {
    width: 12px;
    height: 12px;
    background-image: url('../img/sprite_location_picto.png');
    background-repeat: no-repeat
}
.picto_couchage {
    /*background-image: url('../img/icone_nb_pers.png');*/
    background-position: 0 0;
    width: 12px;
    height: 10px
}
.picto_prix {
    /*background-image: url('../img/icone_euro.png');*/
    background-position: 0 -60px;
    width: 11px;
    height: 11px
}
.picto_surface {
    /*background-image: url('../img/icone_surface.png');*/
    background-position: 0 -121px;
    width: 12px;
    height: 12px
}



div#fond_list_location{
    background:rgba(53,53,53,0.1);
    margin: 30px 0 30px 10px;
    padding: 10px;
    width: 950px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: 0px solid #ddd;
}
div#fond_list_location a{
    font-size: 22px;
	color:#D23434;
	text-transform:uppercase;
	text-decoration: none;
}
div#fond_list_location a:hover{
	color:#B42424;
}

div#fond_list_location a span{
    font-size: 25px;
    font-weight: bold;
}


#bloc_pub{
    clear: both;
    text-align: center;
    background-color: transparent;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    width: 935px;
    height: 220px;
    cursor:pointer;
    margin: 10px auto 10px auto;
}
#bloc_pub a#contact_publicite{
    margin: 150px auto;
}



div#fond_blanc {
    background-color: #f9f5ef;
    margin: 15px 0 10px 10px;
    width: 970px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

div#similaire_annonce {
    width: 970px;
    margin: 0 0 10px 0;
    border: 0px solid black;
	text-align:center;
}
div#similaire_annonce ul {
    margin: 10px 0 20px 0;
    border: 0px solid black;
}
div#similaire_annonce ul li{
	display:inline-block;
    margin: 10px 5px;
    width: 124px;
    height: 141px;
	border:1px solid #000;
}
div#similaire_annonce ul li img{
    margin: 12px 0 0 12px;
    width: 101px;
    height: 70px;
}
div#similaire_annonce ul li a {
    display: block;
    margin: 8px 0 0 0;
    text-align: center;
    font-size: 13px;
	font-weight:600;
    color: #353535;
    border: 0px solid black;
	text-decoration:none;
}
div#similaire_annonce ul li a:hover {
    color: #666;
}

.pubAccueil #defil_pub
{
	margin:20px 10px;
}