
body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   //margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background: url("image/fond_taches6.png");
   background-position: top center;
   color: #000000;
   font-family: Verdana, Calibri, Arial, 'Time New Roman';
}


#en_tete
{
   width: 1000px;
   height: 200px;
   background-repeat: no-repeat;
   margin-top:0px;  
   background-color: #FFFFFF;
}

.logo
{
margin-top:0px;
margin-left:0px;
}


#menu_horizontal
{
width: 1000px;
float: left;
height: 80px;
background-color: #FFFFFF;
}


#corps
{
   float:top;
   width:1000px;
   height:700px;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
}

#colonne
{
	float: left;
	width: 250px;
	
}
#textcorpus
{
	float: left;
	width: 750px;
}

#texto
{
	font-size: 14px;
		padding-left: 40px;
	width: 670px;
	text-align: justify;
}
#bas_de_page
{
	float: top;
	font-size: 33px;
	margin-bottom: 10px;
   width: 1000px;
   height: 59px;
   background-image: url("image/bord_bas6.png");
   background-repeat: no-repeat;
   margin-top:0px;  
   background-color: #FFFFFF;
}

caption /* Titre du tableau */
{
	background-color: #CDE2B9;
   margin: auto; /* Centre le titre du tableau */
   font-family: Verdana, Calibri, Arial, "Times New Roman", serif;
   font-size: 20px;
   color: #000000;
   margin-bottom: 50px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */}


td /* Les cellules normales */
{
   color: #000000;
   font-family: Verdana, Calibri, Arial, "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 */
   width: 300px;
   height: 20px;
}


.essai
{
	width: 200px;
	height: 30px;
}
