body
{	background-color: #999FA0; 
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, "Time New Roman", Times, sans-serif;
	color:  #330099;
}

a
{
color: #330099;
font-weight: bold;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

img
{
border-color: transparent;
}

#corps
{
position:absolute;  
left: 50%;    top: 50%;   
width: 700px;   height: 400px;   
margin-top: -200px; /* moitié de la hauteur */  
margin-left: -350px; /* moitié de la largeur */  

border-width: 1px;
border-color: #330099;
background-color: #999FA0 ;

}

#pbod
{
position:absolute;  
left: 50%;    top: 50%;   
width: 700px;   height: 400px;   
margin-top: -200px; /* moitié de la hauteur */  
margin-left: -350px; /* moitié de la largeur */  

border-width: 1px;
border-color: #330099;
background-color: #999FA0 ;

}

#pieddepage
{
position:absolute;  

bottom: 0%;
text-align:left;
background-color: #999FA0;
}



