body 
{
background: #ffffcc;
height: 100%; 
width: 85%; 
}

#menu
{
background: #0099ff;
width: 170px; /* Taille de le frame */
height: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
overflow: auto; /* Activer (auto ou scroll) ou desactiver (hidden) la scrollbar */
}
#corps
{
background: #ffffcc;
position: relative;
height: 100%;
left: 170px; 
top: 0; 
right: 0;
bottom: 0;
overflow: auto; /* Activer (auto ou scroll) ou desactiver (hidden) la scrollbar */
}

#centre
{
position: center;
}
.centre
{
position: center;
}


p
{
max-width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 0px;
font-weight: normal;
font-size: large;
font-style: italic;
color: black;   

}



h1
{
   color: #6600ff; /* ... sauf si je demande expressément de changer la couleur par la suite */
}

h2
{
   font-style: italic; /* Les titres h2 seront en italique ! */
   text-indent: 30px; /* On décale un peu les sous-titres */
   font-family: Arial, "Times New Roman", "Arial Black", Verdana, serif;
   color: #FF0000;
}

h3 
{
margin-left: 25px;
   color: blue;
}

h4
{
margin-left: 25px;
   color: #6600ff;
}

h5
{
text-align: center;
font-weight: normal;
font-size: small;
font-style: normal;
}

#ul
{
 position: relative;
 font-size: small;
 font-weight: lighter;
}
a
{
color: #0000FF;
}
a:hover
{
color: red;
background: black;
}

#logo
{
padding-left: 25px;
}


table
{
width: 70%;
margin-left: auto;
margin-right: auto;
}


table,td
{
border: 1px solid blue;
border-collapse: collapse;
font-size: normal;
font-style: italic;
color: #333333;
text-align: center;

}


























