/*body
 {
 width:760px;
 margin:auto;
 margin-top:20px;
 margin-bottom:20px;
 background-image:url("../images/ogame.jpg");
 background-attachment:fixed;
 }*/
 
#en_tete
 {
    width:200px;
	height:88px; 
	background-repeat:no-repeat;
}

#menu
{
   background-image:url("image/metal.jpg");
   background-repeat:repeat-x;
   float:left;
   width:200px;
}
.element_menu
{
   /* background-color:#626262; */
   background-image: url("image/metal.jpg");
   background-repeat:repeat-x;
   border:2px solid black;
   margin-bottom:20px;
}
.element_menu h3
{
   color:#009d81;
   font-family:Arial,"Arial Black","Times New Roman",Time,serif;
   text-align:center;
}
.element_menu ul
 {
    list-style-image:url("  ");
	padding:0px;
	padding-left:35px;
	margin:0px;
	margin-bottom:5px;
}
.element_menu a
{
   color:#000000;
}

#corps
{
   margin-left:240px;
/*   margin-bottom:20px;*/
   /*padding:5px;*/
   font-family:Arial,"comic sans ms",Verdana;
   color:#000000;
  /*  background-color:#001bc9; */
   /*background-image:url("  ");
   background-repeat:repeat-x;
   border:2px solid black;*/
}
.intro
{
   text-align:center;
}
.petit 
{
font-size: 45px
}
#corps h1
{
   color:#b70b00;
   text-decoration:underline overline;
   text-align:center;
   font-family:Arial,"Arial Black","Times New Roman",Times,serif;
}
#corps h2
{
   text-decoration:underline;
   height:5px;
   background-image:url(" ");
   background-repeat:no-repeat;
   padding-left:5px;
   color:#000000;
   text-align:left;
}

#pied_de_page
{
   padding:5px;
   text-align:center;
   color:#b3b3b3;
   /* background-color:#626262; */
   background-repeat:repeat-x;
   border:2px solid black;
}

input, textarea
{
   font-family: "Times New Roman", Times, serif;
}
 
input:focus, textarea:focus 
{
   background-color: #FFFF99;
}
 
label
{
   color:teal;
}
 
legend 
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color:#b70b00;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px;
   background-color:black;
}
.question
{
color:teal;
}
.valider:focus
{
   background-color:white;
}
.enregistrement
{
   text-align:center;
   color:red;
   font-weight:bold;
}

#compteur
{    
    text-align:center;
}