body
{
   background-color: black; 
}
#bienvenue
{
   background-image: url("images/bienvenue.jpg");
   background-repeat: no-repeat;
   width: 1000px;
   height: 894px;
   position: absolute;
   top: 0px;
   left: 5px
}
#francais
{
   width: 50px;
   height: 35px;
   position: absolute;
   top: 10px;
   left: 50px
}
#anglais
{
   width: 50px;
   height: 35px;
   position: absolute;
   top: 50px;
   left: 50px
}
#banniere
{
   width: 1000px;
   height: 150px;
   position: absolute;
   top: 0px;
   left: 5px;
   background-image: url("images/banniere3.jpg"); 
}
#menu
{
   width: 1000px;
   height: 30px;
   position: absolute;
   top: 150px;
   left: 5px;
   border-bottom: 1px solid white;
   background-image: url(""); 
}
a
{
   font-family: Arial;
   font-size: 15px;
   font-weight: bolder;
   color: white;
   text-decoration: none;
}
p
{
   margin-left: 50px;
   margin-right: 150px;
   text-align: justify;
   color: white;
}
#corps
{
   width: 1000px;
   position: absolute;
   top: 180px;
   left: 5px;
   padding-top: 50px;
   border-bottom: 1px solid white;
   background-image: url("");
   overflow: auto;
}
#image1
{
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
}
#image2
{
   float: right;
   margin-left: 20px;
   margin-bottom: 20px;
}
#bouton_gauche
{  
   margin-top: 50px;
   margin-left: 0px;
   float: left;
   width: 50px;
}
#galerie
{  
   float: left;
   width: 700px;
}
h3
{
   font-family: Arial;
   font-size: 25px;
   color: white;
   text-align: center;
}
#bouton_droite
{
   margin-top: 50px;
   float: left;
   width: 250px;
   height: 700px;
}
#pied
{
   float: left;
}


