body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
background-color: #6b3a69;
/*background-color: #6b3a69;*/
background-image: url(/images/fond2.gif);
background-repeat: repeat;
background-attachment: fixed;
}
#header {
height: 180px;
width: 780px; 
background-image: url(/images/header.jpg);
}
#conteneur {
position: absolute;
width: 780px;
background-image: url(/images/fond-centre2.jpg);
/*background-position:238px top;*/
background-attachment: fixed;
background-repeat: no-repeat;
/*margin: 0 auto;*/
}
#centre {
margin-left: 220px;
margin-right: 100px;
color: #FFFFFF;
text-align: justify;

}
#gauche {
position: absolute;
left:0;
width: 220px;
/*float:left;*/
}
ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 7px 20px ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 183px ;
	height: 24px;
	line-height: 20px;
	font-size: 12px;
	color: #770037;
	text-indent: 20px ; /* On décale le texte de 20px du bord gauche */
	font-weight: bold;
	text-decoration: none ;
	background: url(/images/buttons2.gif) no-repeat 0 0 ;
	 /* On met une image de background, que l'on positionne a 0px du bord gauche et 0px du bord haut */
}

ul#menu li a:hover
{
background: url(/images/buttons2.gif) no-repeat 0 -24px ;
	/* Et ici on décale l'image du background de 24px vers le haut pour laisser apparaître la 2eme partie de l'image */
	color: #FFF;
}
.image{
border: solid 15px #4e2246;
}
#pied {
color: #770037;
font-size: 10px;
text-align: center;
margin-left: 220px;
padding-top: 10px;
padding-right: 80px;
height: 44px;
background-image: url(images/pied.gif);
background-repeat: no-repeat;
}
#WP {
text-align: right;
margin-left: 220px;
padding-right: 80px;
}
#WP a{
color: #b43f14;
font-size: 10px;
}
p {margin: 0 0 10px 0;
}

a {
color: #731015;
}

h1{
margin: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
border-bottom: solid 1px #FFFFFF;
}

#gauche .widEXC {
	margin: 10px auto;	
}
