body
{
   width: 100%;
   margin: auto;
   margin-bottom: 5px;
   background-attachment : fixed;
   color: rgb(0, 0, 0);
}

#Menu
{
   float : left;
   width : 200px;
   background-color : rgb(255, 255, 255);
   border: 0px;
   height : auto;
   max-height : 95%;
   overflow : visible;
   color : blue;
   text-align : center;
   margin-top: 10px;
   margin-left: 2px;
   margin-right: 2px;
}

#Menu a
{
   color: rgb(0, 0, 255);
}

#Menu h4
{
   text-align : center;
   font-weight : normal;
   font-style : normal;
   color : blue;
}

#Menu h5
{
   text-align : center;
   font-weight : normal;
   font-style : normal;
   color : black;
}

#Corps
{
/*   background-color : rgb(224, 224, 255);*/
   text-align : justify;
   background-color : rgb(255, 255, 255);
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 2px;
   padding: 5px;
   height : 95%;
   overflow : auto;
}

#Corps h1
{
   font-weight : bold;
   color : rgb(102, 51, 255);
   text-align : center;
}

#Corps h2
{
   color : blue;
   text-align : center;
}

#Corps h3
{
   text-align : justify;
   color : black;
}

#Corps h4
{
   text-align : justify;
   font-weight : normal;
   font-style : normal;
   color : black;
}

#Corps h5
{
   text-align : justify;
   font-weight : normal;
   font-style : normal;
   color : black;
}

#Corps h6
{
   text-align : justify;
   font-weight : normal;
   font-style : normal;
   color : black;
}

#Corps a
{
   color: rgb(0, 0, 255);
}

#Corps ast
{
   color: rgb(128,00,255);
}

#Corps extra
{
   color: red;
   font-weight:bold;
}

#Corps titre
{
   color: blue;
   font-weight:bold;
   font-size : 15px;
}

#Corps soustitre
{
   color: rgb(128,00,255);
   font-weight:bold;
}

#Corps centre
{
	display:block;
	margin:0 auto;
	text-align:center;
}

#Corps table
{
font-size:12px;
text-align:center;
width:100%;
}

#Corps Texte
{
   font-size : 13px;
   text-align : justify;
   font-weight : normal;
   font-style : normal;
   color : black;
}
