
a img
{
   border: none; 
}

a
{
   text-decoration: none; 
   color:#fffacd;
}

a:hover, a:active
{
    color: #f4c329;
	font-weight: bold;
}


body
{
   width: 1200px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;    
   background-color: #000000;
   background-repeat: no-repeat;
 
   }

   #titre
{
   width: 410px;
   height: 75px;
   background-image: url("titre/tit_voir.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 32%; 
}

#dessingauche
{
   width: 250px;
   height: 500px;
   background-image: url("dessin/entredeuxgauche2.jpg");
   background-repeat: no-repeat;
   margin-top: -110px;
   margin-left: 4%; 
}

#dessindroite
{
   width: 250px;
   height: 500px;
   background-image: url("dessin/entredeuxdroite2.jpg");
   background-repeat: no-repeat;
   margin-left: 350%; 
}

  #corps
{
   width: 646px;
   height: 280px;
   z-index:1;   
   background-color: #000000;
   margin-top: -390px;
   margin-left: 22%; 
   overflow: auto;   
}


#boutons
{
   width: 800px;
   height: 75px;
   background-repeat: no-repeat;
   margin-top: 6.4%;
   margin-left: 10%;
}

#myspace
{
   width: 170px;
   height: 165px;
   background-repeat: no-repeat;
   background-color: #123456;
   margin-top: -16.9%;
   margin-left: 100%;
}


