body
{
   width: 760px;
   margin:auto;   
   margin-top: 20px; 
   margin-bottom: 20px;
   background-color: #330033;
   color:#FFCC66;
}

/*fin du corps*/
/* les cadres*/
#tete
{
   width: 760px;
   height: 100px;
   background-image: url("image/b.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
p.centre
{
   text-align: center;
}
table
{
  border:none;
  width:728px;
  text-align:center;  
}
a.rentre
{
   color: #00CC33;
   text-decoration:none;
   font-weight:bold;
 
}
a.rentre:hover
{
   color:#66FF00;
   text-decoration: none;
   font-weight:bold;

}
a.sors
{
   color:#CC0000;
   text-decoration:none;
   font-weight:bold;
   
}
a.sors:hover
{
   color:#FF0000;
   text-decoration: none;
   font-weight:bold;

}
h1
{
   text-align: center;
   font-style: italic;
   font-weight: bold;
   font-family: Snap ITC;
   color: #663333;
}