body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size:11px;
	
}
#conteneur {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	background-color:#ffffFF;
	text-align:left;
	background-image:url(./images/degrade.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#header{
	clear: both;
}
#gauche{
	float:left;
	margin: 0;
	padding: 0;
}
#droite{
	float:left;
	margin: 0;
	padding: 0;
	
	
}
#boite p{
	margin:20px;
	margin-top:5px;
}
#boite .savoir{
	text-align:right;
	color:#993399;
	font-weight:bold;
	padding-bottom:15px;
	margin-right:20px
}
.bordhaut{
	border-top:1px dotted #cccccc;
}
.bordbas{
	border-bottom:1px dotted #cccccc;
}
.bordgauche{
	border-left:1px dotted #cccccc;
}
.borddroit{
	border-right:1px dotted #cccccc;
}
#footer{
	clear: both;
}
#footer #jaune{
	background-color:#FF9801;
	height:5px;
}
#footer #violet{
	background-color:#883289;
	height:30px;
}
li{
	
	margin-right:12px;
	margin-left:-10px;
	list-style-image:url(./images/flecheliste.gif);
}
h2{
	color:#883288;
	margin-top:13px;
	margin-left:20px;
	font-size:13px
}
ul.espacee li{
	margin-bottom:6px;
}
ul{
	margin-top:-10px;
}
.fondviolet{
	background-color:#883289;
	color:#ffffff;
	
	
}
.fondviolet div{
	font-weight:bold;
	padding:17px;
}
b.violet{
	color:#883289;
}
#actu{
	position: relative;
	width: 400px;	
	left: 50%;
	margin-left: -200px;
	border-left:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	
}
#actufooter{
	clear:both;
}
#actu #actutext img{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#actu #actutext{
	margin-left:10px;
	margin-right:10px;
	
}
#actu #actutext h2{
	margin-left:0px
	
}

#actu #actutext a{
	color:#CC33CC;
}
#actu #actutext p{
	margin-top:-10px;
}