body  /*  toute la page*/
{

width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: auto;

font-family: Arial, "Times New Roman", Times, sans-serif;

}

#en_tete  /* La banniere */
{

height: 150px;
border: 1px solid #848686;
background: url("banniere.gif") no-repeat bottom center #A5DEB5;
}

#page  /* Bloc sans banniere */

{
margin-top: 10px;

padding: 5px;
border: 1px solid #848686;
color: #E3AB57;
background-color:#A7DEB1  ;
text-align: center;

}
#center /* groupe menu+onglet menu */

{

text-align: center;

}



#menu  /* groupe menu+onglet menu */

{
margin-top: 1%;

float: left;
background-color:  #6AB979  ;
color: #000000;
text-align: left;
border: 1px solid #000000;
}

#menu2  /* Onglet menu */

{
text-align: center;
background-color:  #6AB979  ;
border: 1px solid #000000;
}

#menu3  /*menu  */

{
padding: 5px;
float: left;
background-color:  #D2FCD9  ;

color: #000000;
text-align: left;

}

#corps  /*Ensemble news et annonce*/

{
margin-left: 23%;
padding: 5px;
color: #000000;
background-color: #A7DEB1 ;

}

#corps h2  /*  Beinvenue sur team control  */
{

text-align: center;
color: #000000;

}

#annonce  /* L 'annnonce*/

{
background-color: #E8F0F4 ;
color: #000000;
text-align: center;
border: 1px solid #000000;
padding: 5px;

}

#paragraphe /* L 'annnonce*/

{


text-align: center;


}





A.menulink  /*effet lien barre+menu */
{ 
width: 150px;
text-decoration: none;
font-family:Verdana;
font-size:11px;
color: #000000;

border: solid 1px #D2FCD9;
}

A.menulink:hover /*effet lien barre+menu */
{
border: solid 1px ##A5DEB5;
background-color:#92D3C7;
}