a img
{
   border: none; 
}

a
{
   text-decoration: none;
   color:#fffacd;   
}
 
a:hover, a:active
{
    color: #f4c329;
	font-weight: bold;
}
 
.construction
{
font-size: 16px;
text-align: center;
font-family: "Comic Sans MS", "trebuchet MS", Georgia, serif;
color:#f4c329;
} 



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_nsecrire.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 35%; 
}

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

#message
{
   width: 55%;
   height: 200px;
   background-color: #000000;
   font-size: 12px;
   text-align: center;
   font-family: Arial, "Comic Sans MS", "trebuchet MS", Georgia, serif;
   color:#fffacd;
   margin-top: -300px;
   margin-left: 28%; 
   overflow: auto;
}

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

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


