body
{	
	width: 810px;
	margin: auto;
	background-color: #CCCCCC;


}

a
{ 
	text-decoration: none; 
	color: #444444;
   	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   	font-size: 15px;	
}
a:hover 
{ 	
	text-decoration: underline; 
	color: #1856AC;
}


/* Bannière*/

#banniere
{
	margin-top: 25px;
	float: center
   	width: 800px;
   	height: 200px;	
   background-image: url("logo.png");
   background-repeat: no-repeat;
  
}



/* Le corps de la page */

#cadre 
{ 
width: 800px;
padding-bottom: 20px;
background-color: #FFFFFF;


}

#competition
{
	border:1.5px solid #6FA1D9;
	width : 80%;
	height: 55px;
	margin: auto;
	margin-top:15px;
	background-color: #EEEEEE;
	padding: 5px;
}

.gauche
{
	width : 50%; 
	texte-align: left;
	height:100%;
	background-color: #EEEEEE;
	float: left;	
}

.droite
{
	width : 50%; 
	texte-align: left;
	height: 100%;
	background-color: #EEEEEE;
	float: right;	
}



h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 25px;
   margin:10px;

   
}

h2
{
   color: #000;
   text-align: center;
   font-size: 16px;
   padding: 0px;
   margin: 0px;  
}

h3
{
	height: 10px;
   color: #000;
   text-align: center;
   font-size: 14px;
   padding:0px;
   margin: 10px;
}

h4
{
   color: #000;
   text-align: left;
   font-size: 16px;
   padding: 0px;
   margin: 0px;  
}

