/* Bloc annonce */

div#annoncePrimeur
{
	height					: 78px;
	padding					: 0 0 0 0;
	margin					: 10px auto 20px auto;	
	min-width				: 600px;
	width					: 700px;
	clear					: both;
}
div#annoncePrimeurHidden{
	height					: 0;
	padding					: 0;
	margin					: 0;	
	min-width				: 0;
	width					: 0;
	clear					: both;
}
div.annonce { }
.annonceBold { font-weight: bold; color: #d7121b; }

/* images : */
div.blocImgLeftAnnonce
{
	float:left;
}
div.blocImgRightAnnonce
{
	float:left;
}

/* bouton switch de chapeau */
#switchChapeau {
	position: absolute;
	left:800px;
	top: 180px;
	width:200px;
}

div.emphase {
	background-color:#FAF3F8;
	border:1px solid #E8DAE4;
	padding:3px;
}

