
/* Le corps de la page */

#corps
{

   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: medium;
   color: #000099;
   
   background-color: white;
   background-image: url("../img/fond_tech_pale.jpg"); 
   background-repeat: repeat-y; 
}

.fanGauche
{
    float: left;
}

.fanDroite
{
    float: right;
}

