body
{
background-image:url(fond.jpg);
background-attachment:fixed;
background-repeat: repeat-xy; 
font-family:verdana;
}

#menu_gauche
 {
 width: 150px;
 float: left;
 padding: 4px;
 }

 #menu_droite
 {
 width: 150px;
 float: right;
 padding: 4px;
 }
 #corps
 {
 margin-left: 90px;
 margin-right: 90px;
 padding: 4px;
 } 

a.type2 { color:grey; text-decoration:none }
a.type2:hover { text-decoration:underline overline }
