body{
	background-color : #0000FF;
	color: White;
	font-family : "Arial Narrow";
}

H1, H2, H3, H4 {
	text-align : center;
	color : White;
}

/*partie de texte nécessitant des caractères gras (il s'agit du texte écrit dans le corps du document)*/
div.gras, span.gras{
	color: #ffffff;
	font-weight:bold;
	font-family:Arial Narrow;
}

.justifier{
	text-align: justify;
}

.centrer{
	text-align: center;
}

.info{
	color: #FFCC66;
	font-weight : bold;
	text-align: center;
	font-size : 20px;
	font-style : italic;
}
a.lien{
	color: White;
}

A.lien:HOVER {
	color: White;
	font-weight : bold;
}

table.grille{
	border: 1px solid #660000;
	border-collapse: collapse;

}

td.grille{
	border: 1px solid #660000;
}

td.grille2{
	border-bottom: 0;
	}

table.equipe {
	border: none;
	text-align: center;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 13px;
} 

td.equipe{
padding: 10px;	
}

.banniere_accueil {
	float: left;
	height: 95px;
	width: 736px;		
}

.menu_gauche{
 position: absolute;
 top: 160px;
 left: -2px;
 width: 100px;
}

.centre{
 position: absolute;
 top: 120px;
 left: 	160px;
 width: 70%;
}

.ecouter{
 position: absolute;
 top: 5px;
 left: 32px;
 width: 100px;
 }
 
 .content{
 width: 85%;
 }