/* CSS pour la page actus.inc.php */

div#actus div#page_titre{
	border: 1px solid #000;
}

div#actus div#actusgauche{
	float: left;
	width: 300px;
}
div#actus div#actusgauche div.actu{
	margin-top: 20px;
	margin-bottom: 10px;
}
div#actus div#actusdroite{
	float: right;
	width: 280px;
}
div#actus h2{
	margin-top: 10px;
	border-bottom: 3px solid #9a9a9a;
	font-size: 14px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
}
div#actus div#actusdroite img, div#actus div#actusgauche img{
	float: left;
	margin: 0 5px 2px 0;
	border: 1px solid #555;
}

div#actus div#actusdroite div.actu{
	margin-top: 20px;
	margin-bottom: 10px;
}

div#actus div.stitre{
	text-align: right;
	font-style: italic;
	color: #444;
	padding: 0 5px 0 0;
			border-top: 1px solid #aaa;
			margin-bottom: 2px;
			
}

div#actus div.titre{
	padding: 0 2px 0 2px;
	color: #0F6399;
	font-size: 1.1em;
	font-weight: bold;
}
div#actus div.titre strong{
	color: #222;
}

div#actus div.contenu{
	/*border-bottom: 2px solid #999;*/
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

div#actus	hr{
	display: block;
	border-left: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #FFE66E;
	color: #FFE66E;
	height: 3px;
	width: 60%;
	margin: 5px auto 5px auto;
}