body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fondmenu {
	background-color: #782912;
}
a.rollover { /* définition de la classe "image" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 140px; /* largeur de l'image réactive */
     height: 21px; /* hauteur de l'image réactive */
     background-color: #782912; /* source de l'image de départ */
     background-repeat: no-repeat;
	 text-align: center;
     }
	 
a.rollover:hover { /* définition de la classe "image" de la balise <a> au survol */
	background-color: #E7C471;
	text-align: center;
	}
A:link {
	font-weight: bold; FONT-SIZE: 14px; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
	}
A:visited {
	font-weight: bold; FONT-SIZE: 14px; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	font-weight: bold;
	FONT-SIZE: 14px;
	CURSOR: hand;
	COLOR: #000000;
	FONT-FAMILY: Arial, sans-serif;
	text-decoration: none;
}.contourinterface {
	border: thin solid #660033;
	background-color: #E7C471;
}

a.soustitre:link
{
    display: block;
    width: 140px;
    height: 21px; 
	color: #E7C471;
	font-size: 12px;
	text-decoration: none;
	background-color: #782912;
}
a.soustitre:hover
{
    display: block;
    width: 140px;
    height: 21px; 
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffffff;
}
a.soustitre:visited
{
    display: block;
    width: 140px;
    height: 21px; 
	color: #E7C471;
	font-size: 12px;
	text-decoration: none;
	background-color: #782912;
}
a.soustitre:active
{
    display: block;
    width: 140px;
    height: 21px; 
	color: #E7C471;
	font-size: 12px;
	text-decoration: none;
	background-color: #782912;
}
.zonecontenu {
	background-image: url(../images/fondcentre.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.titre
{
	color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold
}
.soustitre {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.contenu
{
	color: #000000;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
