@charset "utf-8";
/* CSS Document */

#annonceContener{
	width:708px;
	margin-bottom:20px;
	border: 1px solid #CCC;
}
#annonceContener a:link{
	color: #1B7BC2;
	text-decoration: underline;
}
#annonceContener a:visited{
	color: #1B7BC2;
	text-decoration: underline;
}
#annonceContener a:hover{
	color: #000;
	text-decoration: underline;
}

#annoncePhoto{
	width:200px;
	height:142px;
	float:left;
}
#annonceDate{
	width:498px;
	height:auto;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:5px;
	float:left;
	background-color: #3198E3;
	font-weight: bolder;
	color: #FFF;
}
#annonceTitre{
	width:498px;
	height:auto;
	padding-left:10px;
	margin-bottom:5px;
	float:left;
	font-weight: bolder;
}
#annonceTexte{
	width:498px;
	height:auto;
	padding-left:10px;
	margin-bottom:10px;
	float:left;
}
#annonceRenseignement{
	width:498px;
	height:auto;
	padding-left:10px;
	margin-bottom:5px;
	float:left;
	font-weight: normal;
}
