.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:#FBC000; /*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:0px;
margin-right:4px; 
margin-top:2px;
width:620px;
padding:0px; 
height:1600px;
float:left;

}

.menudroite{
border-style:solid; /*type de bordure*/
border-width:1px; /*largeur de la bordure*/
border-color:#FBC000; /*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:#FBC000;
margin-top:4px;
margin-left:2px;
width:978px;
height:20px;
background-color:#868F98;
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: #333333;
}
.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: #FAE91D;
}
.titregamme {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}