
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;
}
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: 11px;
}


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;
    border: 0px solid black;
}
div#bloc_recherche h4{
    display: block;
    margin: 10px 0 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    border: 0px solid black;
}
div#bloc_recherche span#nb_annonces {
    font-size: 2em
}
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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
}


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;
}

div.bloc_right_mister_gratuit{
    width: 276px;
    /*background: url('../img/pub/pub_misterloc_accueil_gratuit.png');*/
    background-position: 0 -261px;

}
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: 170px 0 0 15px;
}

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;
}
div#list_annonce ul li.annonce {
    float: left;
    margin: 5px 5px 5px 5px;
    width: 298px;
    height: 245px;
    background-color: #f9f5ef;
    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;
    padding: 0 0 0 15px;
    color: #217ba1;
    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
}
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;
}
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 p {
	font-size: .9em
}
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: 10px 10px 10px 10px;
    padding: 10px;
}
div#info_description h3 {
    margin-bottom: 10px;
    padding-left: 15px;
    /*background-image: url('../img/inscription_infos_puce.png');*/
    background: url('../img/sprite_index_index.png');
    background-position: 0 -239px;
    background-repeat: no-repeat;
    color: #217ba1;
    font-size: 1.1em;
    font-weight: bold;
}
div#info_description p {
    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-color: #e3e3e3;
    margin: 10px 0 10px 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;
}

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: 965px;
    margin: 0 0 10px 0;
    border: 0px solid black;
}
div#similaire_annonce ul {
    margin: 10px 0 20px 15px;
    border: 0px solid black;
}
div#similaire_annonce ul li{
    float: left;
    margin: 10px 10px 5px 0;
    background-color: #e0ded9;
    width: 125px;
    height: 141px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
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: 12px;
    color: #555;
    border: 0px solid black;
}