/* 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
{
	padding					: 5px;
	margin					: 0;	
	height					: 78px;
	background-image		: url(/images/accroche/background.gif);
	background-repeat		: repeat-x;
	float						: left;
	width						: 600px;
}
.annonceBold
{
	font-size			: 13px;
	font-weight			: bold;
	font-style			: italic;
	color					: #9494D0;
}

/* 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;
}
