body
{
   background-color: RGB(84, 178, 53);
}
#banniere
{
   width: 1000px;
   height: 231px;
   position: absolute;
   top: 0px;
   left: 5px;
   background-image: url("imagesdebase/banniere6.jpg"); 
}
#menu
{
   width: 1000px;
   height: 50px;
   position: absolute;
   top: 231px;
   left: 5px;
   background-image: url("imagesdebase/barredetitres.jpg"); 
}
#menu2
{
   width: 1000px;
   height: 80px;
   position: absolute;
   top: 231px;
   left: 5px;
   background-image: url("imagesdebase/barredetitresetsoustitres.jpg"); 
}
#corps
{
   width: 1000px;
   height: 1000px;
   position: absolute;
   top: 281px;
   left: 5px;
   background-image: url("imagesdebase/fond.jpg");
   overflow: scroll;
}
#corps2
{
   width: 1000px;
   height: 1000px;
   position: absolute;
   top: 311px;
   left: 5px;
   background-image: url("imagesdebase/fond.jpg");
   overflow: scroll;
}
#corps3
{
   width: 1000px;
   height: 1000px;
   position: absolute;
   top: 311px;
   left: 5px;
   background-image: url("imagesdebase/fond2.jpg");
   overflow: scroll;
}
#corps4
{
   width: 1000px;
   height: 1000px;
   position: absolute;
   top: 311px;
   left: 5px;
   background-color: black;
   overflow: scroll;
}
#pied
{
   width: 1000px;
   height: 50px;
   position: absolute;
   top: 1281px;
   left: 5px;
   background-image: url("imagesdebase/barredefin.jpg");
}
#pied2
{
   width: 1000px;
   height: 50px;
   position: absolute;
   top: 1311px;
   left: 5px;
   background-image: url("imagesdebase/barredefin.jpg");
}
#image1
{
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}
#image2
{
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}
table
{
   border-collapse: collapse;
   margin-left: 22px;
   margin-top: 10px;
}
td
{   
   border: none;
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: white;
}
a
{
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: white;
   text-decoration: none;
}
p
{
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: RGB(0, 163, 59);
   text-align: justify;
   margin-left: 50px;
   margin-right: 200px;
}
h1
{
   font-family: Arial;
   font-size: 30px;
   color: RGB(0, 163, 59);
   margin-left: 50px;
   margin-top: 50px;
}

