BODY {
	color:#4c1326;
	font-family: Arial;
	font-size: 11px;
	background-color: #D9D9D9;
	color: #383f4c;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#Generale {
	width: 952px;
	background-color: #FBFAF8;
	margin: auto;
	height:706px;

}
#HAUT {
	float:left;
	width: 735px;
	background-image: url(images/h.jpg);
	height: 131px;
	background-repeat: no-repeat;
}
#flash {
	float:left;
	width: 735px;
	height:493px;
}
#BAS {
	width: 735px;
	height:82px;
	background-image: url(images/b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	padding-top: 21px;
	text-align: center;
	color: #575747;
	}

#head {
	float: left;
	background-image: url(images/actus.jpg);
	background-repeat: no-repeat;
	background-position: right 208px;
	height: 706px;
	width: 217px;
}
#head .ACTUS{
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
}
#head a{
	color: #383f4c;
	text-decoration:underline;
	font-weight: bold;
}
#head a:hover{
	color: #FF8124;
	text-decoration:none;
}
#head a.bouton{
	color: #085687;
	text-decoration:underline;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#head a.bouton:hover{
	color: #FF8124;
	text-decoration:none;
}





a{color: #4c1326;
text-decoration:underline;
}
a:hover{
color: #DE1973;
text-decoration:none;
}
hr { border-top: 1px dotted #085687 }