/*****************************************
mise en forme des div de la page d'accueil
*****************************************/
#header {
	height: 300px;
	text-align: right;
	background: url('../../fr/images/index/visuel.gif') no-repeat;
}

div#presentation {
	float: left;
	width:50%;
	margin: 0;
	padding: 0 0 0 20px;
}
div#presentation P{
	margin: 0;
	padding: 0;
	color: #15568C;
	font-size: 12px;
	line-height:20px;
	text-align: justify;
}
div#presentation P.accroche{
	margin: 20px 0 5px 0;
	padding: 0;
	color: #3F8427;
	/*color: #1E6C07;
	font-weight: bold;*/
	font-size: 12px;	
	line-height:20px;
}
div#presentation ul{
	list-style-type: disc;	
	margin: 0 0 0 16px;
	padding: 0;
}
div#presentation li{
	margin: 0;
	padding: 0;
	color: #15568C;
	font-size: 12px;
	line-height:20px;
	text-align: justify;
}
div#actualite {
	float: right;
	width: 200px;	
	margin: 0;
	padding-right: 60px;
}
div#actualite #haut	{
	height:20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	margin-bottom: -20px;
}
div#actualite #bas	{
	height:20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	margin: 0;
	margin-top: -10px;
}

div#actualite .centre	{
	clear: both;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 10px 0 0 0;
}
.photo	{
	float: left;
	width: 80px;
	margin: 0;
	padding: 0 0 0 8px;
}

.info	{
	float: right;
	width: 100px;
	margin: 0 5px 0 0;
	padding: 0;
}
.info A	{
	font-size: 0.9em;
}
