/********/
/* HTML */
/********/
body {
	margin	: 0;
}


#acceuil_news {
	position	: absolute;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	top			: 250px;
	right		: 20px;
	width		: 318px;		
	font-size	: 12px;
}

#acceuil_news .contenant {
	text-align	: justify;
}

#acceuil_news h1 {
	font-size		: 22px;
	color			: #FCC300;
	font-weight		: normal;
	margin-bottom	: 0px;
}




.texte_logo {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	font-weight	: bold;
	text-align	: justify;

	position	: absolute;
	width		: 400px;
	margin-top	: -400px;
	margin-left	: -450px;
	color		: #FFFFFF;
	
	display		: none;
}