/* le menu */
#menu
{float:left; /*le menu flottera à gauche */
width: 130px; /* taille du menu */
font-family:"Backerville Old Face","Times New Roman","Bookman Old Style",Harrington,Arial;
text-align:center;
}

#menu2
{float:right;
width:120px;
font-family:"Backerville Old Face","Times New Roman","Bookman Old Style",Harrington,Arial;
text-align:center;}

#menu3
{float:left; /*le menu flottera à gauche */
width: 130px; /* taille du menu */
font-family:"Backerville Old Face","Times New Roman","Bookman Old Style",Harrington,Arial;
text-align:center;}

.menu 
 {background:rgb(0,196,0); 
margin:auto;
text-align:center;} 

#corps
{margin-left:160px;
margin-right:140px;} /*130*/

/* .logo */
/* { */
/* background-image:url("photos/anime_044.gif"); */
/* } */

.fond
{
background-image:url("photos/avatars/2.gif");
}

.bordure
{
background-image:url("photos/bordure.jpg");
}

h3
{color:red;}

hr
{
color:green;
}

h5,h4,h1,option
{
color:black;
}

body
{margin: 40px; /*centre la page*/
margin-top: 30px; /*pour pas que le haut soit collé*/
margin-bottom: 20px; /*cette fois le bas pas collé*/
font-family:Andalus,"Times New Roman","Bookman Old Style",Harrington,Arial;
background:white;
}

.gauche
{float:left;}

.droite
{float:right;}

a 
{color:green;
text-decoration:none;}

a img 
{border: none;}

a:hover
{text-decoration:underline;}

.copy
{font-size:x-small;}

.surligne
{text-decoration:underline;
color:green;}

.livror
{
 background:rgb(207,255,159);
}

table
 {
 border: 2px solid green;
 position:center;
 }

td /* Les cellules normales */
{
   border: 1px solid green;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align:center; /*-Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

th /* Les cellules d'en-tête */
{
	border: 1px solid green;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

caption  /* Titre du tableau */
{
   margin: auto; /*-Centre le titre du tableau -*/
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: green;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
} 

.milieu
{
text-align:center;
}

div
{
padding: 5px;
}