body
{

}

h2
{
color : red;
font-size : 12px;
font-family : verdana;
font-style : underline;
}


h3
{
color : navy;
font-size : 12px;
font-family : arial;
}



h6
{
color : blue;
font-size : 9px;
font-family : arial;
}



a
{
color : navy;
text-decoration : none;
}

a:hover
{
text-decoration : underline;
}

p
{
font-size : 12px;
text-indent : 20px;
font-family : arial;
color : black;
}



div#menu
{
background-color: white;

position: relative; 
padding: 10px; 
margin-top: 10px; 
width: 15%; 
float: left; 
}


div#contenu
{
background-color: white;

position: relative; 
padding: 10px; 
margin-top: 10px; 
width: 52%; 
float: left; 
margin-left: 10px; 
margin-bottom: 10px; 

}



div#right
{

position: absolute;
right : 10px;
 
margin-top: 10px; 
width: 20%; 
margin-left: 10px; 
float: right; 


padding: 10px; 
margin-top: 10px;
margin-left: 10px; 
margin-bottom: 10px;
font-style : italic;
border-color: #666; 
border-width: 3px; 
border-style: double; 
}



div#details
{
background-color: white;

position: relative; 
padding: 10px; 
margin-top: 10px; 
width: 80%; 
float: left; 
margin-left: 10px; 
margin-bottom: 10px; 

}


div#deroulement
{
background-color: white;

position: relative; 
padding: 10px; 
margin-top: 10px; 
width: 15%; 
float: left; 
border-color: #666; 
border-width: 3px; 
border-style: double; 
}







