#annonces{
color: #f3f4f4;
font-family: "Raleway";
font-weight: 500;
height: 250px;
overflow: hidden;
position: relative;
text-align: left;
width: 700px;
}
#wrapper{
font-size: 1em;
height: auto;
left: 30px;
position: absolute;
top: 0;
width: 660px;
}
#wrapper > div {
float: left;
height: 200px;
padding: 20px;
position: relative;
top: 0;
width: 610px;
margin-bottom: 10px;
}
#wrapper > div > .titre_l1{
font-size: 3.4em;
font-weight: 600;
}
#wrapper > div > .titre_l1:hover {
color:#fff;
}

#wrapper > div .titre_l2{
font-size: 3.4em;
font-weight: 100;
}
#wrapper > div .texte_cartouche{
border-radius: 5px;
display: inline-block;
font-size: 3em;
font-weight: 100;
padding: 0.1em 0.2em;
}
#wrapper > div .qte{
font-size: 3em;
font-weight: 100;
}
#wrapper > div .qte_designation{
font-size: 3em;
font-weight: 100;
}
#wrapper > div .texte_detail_tarif{
display: block;
font-size: 1em;
font-weight: 600;
line-height: 1.3em;
margin-top: 0.2em;
}
#wrapper > div .conditions{
bottom: 10px;
font-size: 0.7em;
font-weight: 100;
left: 20px;
line-height: 1.2em;
position: absolute;
	}
#wrapper > div .tarif{
bottom: 38px;
display: block;
font-size: 7em;
font-weight: bold;
position: absolute;
right: 20px;
}
#wrapper > div .ht{
bottom: 90px;
font-size: 1.3em;
font-weight: 100;
position: absolute;
right: -10px;
}
.ecrivez_nous {
background-color: #1b69aa;
border: 1px solid #dfdfdf;
border-radius: 5px;
cursor: pointer;
line-height: 2em;
margin: 0.5em;
padding: 0.2em 0.5em;
position: absolute;
right: -20px;
text-align: center;
top: 0;
transform-origin: top right;
transition: all 0.5s ease-out;
}
.ecrivez_nous:hover {

transform: scale(1.25);
background-color: #2d79b9;
}
.nav_ann {
margin: 223.7px auto;
text-align: center;
width: 60px;
}
.nav_but_ann {
color:#fff;
font-size: 2.5em;
position:relative;
z-index:1200;
cursor:pointer;
}
.nav_but_ann:before {
content:'•';
}
.nav_but_ann:hover {
color:#000;
}
.logo_partenaire{
opacity:0.5;
}
*********************************   
#form_annonce{
   background-color: white;
    margin: auto;
}
#form_annonce > form > input, textarea {
width: 800px;
}
.input_file{
width:770px;
height:210px;
padding:20px;
background-color:#fff;
}
    
    