a img
{
   border: none; 
}

a
{
   text-decoration: underline; 
   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_utile.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 32%; 
}

#dessousdessus
{
   width: 400px;
   height: 400px;
   background-image: url("dessin/sansdessousdessus.jpg");
   background-repeat: no-repeat;
   margin-top: -50px;
   margin-left: -2.5%; 
}



#video
{
   width: 800px;
   height: 280px;
   background-color: #000000;
   font-size: 12px;
   text-align: center;
   color: white;
   font-style: italic;
   margin-top: -360px;
   margin-left: 30%; 
}

.alignement
{
  vertical-align: top;
}

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

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


