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


/****************************************************CADRE A LA UNE*/
#a_la_une {
	padding:0;
	background-color:#e4e2e2;
	margin:10px;
	padding-bottom:10px;
}
#a_la_une .savoir_plus {
	display:inline-block;
	float:right;
	background-color:#000;
	padding:3px 10px 3px 10px;
	 border-radius:5px;
	color:#fff;
	text-decoration:none;
}
#a_la_une ul {
	font-size:12px;
	list-style:none;
	padding:10px;
}
#a_la_une .tt, #a_la_une .h2 {
	font-size:18px;
	color:#fff;
	background-color:#000;
	padding:5px;
}
#a_la_une h3 {
	font-size:12px;
	color:#000;
}
#a_la_une h3 a {
	text-decoration:none;
}
#a_la_une h3 a:hover {
	text-decoration:underline;
}
#a_la_une img {
	float:left;
	margin-right:10px;
}