body {
width:1024px;
margin:auto;
margin-top:10px;
background="images/Templates/FondEcran.jpg";
font-family:"Comic Sans MS", Arial, "MS Sans Serif", "Times New Roman";
font-size:16px;
}

#entete { /*Ajoutez un diese (#) cela permettra d'utiliser la balise <div>*/
width:1024px;
height:150px;
 /*border: 1px solid blue;        redéfinition de bordure */
}

#navigation {
float:left;
width:200px;
height:360px;
 /*border: 1px solid red; redéfinition de bordure ESSAI*/
margin-top:20px; 
/*background-color:#FFCC00;*/
text-align:center;
}

#table_navigation {
width:180px;
cellspacing:15px;
margin:10px; 
}

#titre {
float:right;
width:820px;
height:80px;
font-size:28px;
font-weight: bold;
text-align:center;
/*border: 1px solid green; */   
padding-top:10px;
color:#FF4027;
}

#contenu {
float:right;
width:820px;
height:200px;
text-align:justify;
/*border: 1px solid black;    */
padding-top:5px;
}

.clr {
clear:both;
font-size:0;
line-height:0;
border:0px;
}