body
{
    margin: 0px;
    padding : 0px;
    
}

h1
{
   background : #2d3810;
   color : #f8fcfe;
   height : 50px;
   width : 100%;
   text-align:center;
   margin : 0px;
   
   font-size : 25pt;
   font-family: Arial black, Tahoma;
}
h2
{
    font-size : 20pt;
   font-family: Arial black, Tahoma;
   color : #a20202;
   
} 

#corps
{

    width: 900px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    margin-top: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    

}
#centre
{
    width : 790px;
    float : left;
    
}
#centre_jeu
{
    width : 600px;
    float : left;
}
.menu_style
{
    margin : 5px;
    font-size : 15pt;
   color : #a20202;
   text-decoration : underline;
}

#publicite_rectangle
{
  float : left;

  width : 300px;
  
}


#presentation
{
  color : #021524;
  text-align:justify;
  margin-top:15px;
  font-size: 12pt;
  width : 480px;
  float : right;
  font-family : Arial;
  color : #75776e;

}

#presentation a
{
  color : #36060a;
  text-decoration : none;
  font-family : Tahoma;

}


.jeux {

	width: 175px;	
	float: left;
	margin-left : 10px;
	margin-right : 10px;
	text-align:center;
}

.vignette {
	margin-right : 10px;
}
.nom_jeu {
   

	display: block;
	text-decoration: none;
	font-weight : bold;
  color : #941212;
	font-size: 10pt;
	margin-bottom : 5px;
	  
	  
}

#droite
{
    width : 100px;
    float : right;
    text-align :center;
    font-style : Tahoma;


}

html>body #droite {
  position: fixed-left;
}


#droite  a
{
    text-decoration : none;
    color : #063154; 
}
#pub_droite
{
    width : 300px;
    float : right;
    text-align :center;
    
}
.clearer {
	clear: both;	
}

#footer
{
    font-size : 8pt;
    width : 800px;
    margin: auto;
    margin-top : 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family : Tahoma;
   text-align :center;
   color :#3b3b3b;
}

label {
display:block;
width:150px;
float:left;
margin :5px;
}

