/* CSS Document */

.tableau {  /* Copier a partir d'ICI */
border-collapse: collapse;
}

.titre {
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 background-image: url("images/fond.png");
 background-repeat: repeat-x;
}

.article {
	overflow-y:auto;
	height:120px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

.redac {
 background-color: #F5F5F5;
 border-style: solid;
 border-color: #000;
 border-width: 1px;
 }
 
.html {
 font-size: 10px;
 text-decoration: none;
 } /* Jusque ICI */
 
 body {
 background-color: transparent;
 font-family: Arial, "Arial Black", serif;
 }
 
 input, textarea {
background color: #CCCCCC;
border-width: 1px;
border-style: solid;
border-color: #000;
}
#corps
{
/*   margin-left: 284px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 5px; /* Pour &eacute;viter que le texte à l'int&eacute;rieur du corps ne colle trop à la bordure */
   
   color: #B3B3B3;
/*   background-color: #220000; /* Une couleur de fond pour le corps */
   background-image:url("corps.png");
   background-repeat: repeat-x; /* Une petite image de fond qui se r&eacute;pètera horizontalement en haut */
/*   overflow: auto; */
   
   border: 0px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   
   margin-top: 25px;
   margin-left: 80px;
   margin-right: 95px;
}