
#sectionAnnonce{
	position: fixed;
	display: none;
	width:70%;
	height: 85%;
	max-height: 700px;
	left:15%;
	top:10%;
	box-shadow: 0px 0px 80px black;
	z-index: 99999;
	background-color: white;
	max-width: 95%;
}




.annonce{

	border: 1px dotted gray;
	/*box-shadow: 0px 0px 3px lightgray;*/
	margin:8px;
	display: inline-block;
	height: 315px;
	width: 230px;
	cursor: pointer;
	background-image: url('images/bouton-plus.png');
	background-position: 85% 90%;
	background-repeat: no-repeat;
}


.annonce:hover{
	border: 1px dotted darkgray;
	box-shadow: 0px 0px 19px darkgray;
}

.image-vignette{
	padding:0;
	position: relative;
	top:5px;
    width:190px;
}

.titre-vignette{
	padding:0;
	position: relative;
	/*border: 1px dashed black;*/

	float: left;
	width: 110px;	
	font-family: "Chantilly";
	text-transform: uppercase;
	text-align: left;
	margin-left:15px;
	margin-top: 10px;
	font-size: 0.8em;
}

.prix-vignette{
	padding:0;
	position: relative;
	float: right;
	width: 90px;	
	color: #a10000;
	font-family: "Chantilly";
	text-transform: uppercase;
	text-align: right;
	margin-right:15px;
	margin-top: 10px;
	font-size: 1em;
	padding-bottom: 15px;
}

.categorie-vignette{
	padding:0;
	position: relative;
	float: left;
	width: 150px;	
	font-family: "Chantilly";
	clear: left;
	margin-top: 0px;
	text-align: left;
	margin-left:15px;
	font-size: 0.8em;

}

.description-vignette{
	padding:0;
	position: relative;
/*	border: 1px dashed black;
*/	float: left;
width: 180px;	
font-family: "Chantilly";
margin-top: 5px;
text-align: left;
margin-left:15px;
font-size: 0.8em;

}

.annonce .plus-de-photos{
	bottom:20px;
	position: relative;
	
	background-image: url('images/bouton-plus.png');
	width: 28px;
	margin-right: 15px;
	
	height: 25px;
}


.lien-texte{
	text-decoration: none;
	color:white;
}


#boutonFermerAnnonce{
	border:none;
	position: absolute;
	top:10px;
	right: 10px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	background-image: url("images/close.png");
}

#listeImagesAnnonce{
	position: absolute;
	border:none;
	top:10%;
	left:4%;
	width: 25%;
	height: 60%;

}

#listeImagesAnnonce>img{
    width:100%;
} 

#img1{
	margin-left: auto;
	margin-right: auto;

}

.annonce-miniature{
	display: inline-block;
	float: left;
	width: 15%;
	margin: 1%;
}

#boutonsAnnonce{
	position: absolute;
	border:none;
	left: 15px;
	top:72%;
	margin-top:15px;
	width: 33%;
	max-width: 210px;
	height: 20%;
}

#boutonsAnnonce .full-width{
    width:98%;
}

#boutonsAnnonce a{
    display:inline-block;
    position: relative;
    width:48%;
    margin-right: 1%;
}


#infosAnnonce{
	position: absolute;
	border:none;
	top:10%;
	font-family: "Chantilly";
	left:35%;
	height: 18%; 
	width: 33%;
}

#descriptionAnnonce{
	border: 2px dotted #aa2a07;
	padding:0% 3%;
	position: absolute;
	font-family: "Chantilly";
	top:32%;
	left:35%;
	height: 62%; 
	width: 50%;
}

#descriptionAnnonce img{
	width: 156px;
	position: relative;
	max-width: 60%;
	top:-11px;
	left:10%;
	padding-right: 10px;
	background-color: white;
}

#prixAnnonce{ 
	position: absolute;
	border:none;
	top:11%;
	right:8%;
	height: 7%; 
	width: 20%;
	color: #B73D0C;
	font-size: 1.3em;
	font-family: "Chantilly";
	text-transform: uppercase;
	text-align: right;	

}


#concierge-contact{
	position: absolute;
	bottom: 5%;
	float: right;
	background-image: url("images/btn_contactez.jpg");
	border:none;
	width: 90%;
	height:34px;
}