
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_taches2.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
{	
	padding-left: 40px;
	font-size: 14px;
	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_bas2.png");
   background-repeat: no-repeat;
   margin-top:0px;  
   background-color: #FFFFFF;
}

