.banniere{
border-style:solid;
border-width:0px; 

background-color:white; 
width:980px; 
padding:0px; 
height:105px;
margin-bottom:4px;
margin-left:2px;
}

.menugauche{
border-style:solid; /*type de bordure*/
border-width:1px; /*largeur de la bordure*/
border-color:#E02131; /*couleur de la bordure*/
width:154px; /*largeur de la case*/
padding:0px; /*espacement ŕ l'intérieur*/
height:1600px; /*hauteur de la case*/
margin-top:2px;
margin-left:2px;
float:left;
}

.centre {
border-style:solid; 
border-width:0px; 
margin-left:2px; /*162px*/
margin-top:2px;
width:620px;/*616*/
padding:0px; 
height:1600px;
float:left; /*test*/
}

.menudroite{
border-style:solid; /*type de bordure*/
border-width:1px; /*largeur de la bordure*/
border-color:#E02131; /*couleur de la bordure*/
width:195px; /*largeur de la case*/
padding:0px; /*espacement ŕ l'intérieur*/
height:1600px; /*hauteur de la case*/
margin-top:2px;
margin-left:2px;
float:left;
}

.bas {
border-style:solid;
border-width:1px;
border-color:#E02131;
margin-top:4px;
margin-left:2px;
width:978px;
height:20px;
background-color:#988C98;
padding:0px; 
float:left;
}
.textenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TITRE {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.TexteNormalGras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}
.rougegras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #D20000;
}

.bas {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.GrosTitre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.Contact {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color : #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}