body
{
   width: 760px;
   margin:auto;
   background-color: #FF00FF;
}
#tete
{
   width: 760px;
   height: 100px;
   background-image: url("image/b.gif");
   background-repeat: no-repeat;
   margin-top:20px;
   margin-bottom: 40px;
}
#corps
{
   width: 728px;
   height:200px;
   padding-top: 40px;
   padding-bottom:40px;
   padding-right:20px;
   padding-left:20px;
   margin-bottom: 20px;
   background-color:#ffffff;
   border:2px solid black ;
   color:#000000;
   overflow:auto;
}
#pied
{
   margin-top:20px;
   text-align:center;
   color:#ffffff;
}
h1
{
   text-align: center;
   font-style: italic;
   font-weight: bold;
   font-family: Snap ITC;
   color: #663333;
}

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;

}
