#corps
{
   border: 4px double rgb(156,186,250);
}
   
a img {

border:0;

}   
   
h2
{
   color: #F9867C;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   font-size: 20px;
   font-family:  Comic Sans MS, serif,   Arial, Verdana  , "Times New Roman";
} 
p
{
   color: rgb(57,104,227);
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  font-family:  "Times New Roman", Verdana,   Arial,   serif;
}
input.bouton {
background-color:white;
border:2px outset rgb(156,186,250);
cursor:pointer;
}
input.bouton:hover {
background-color:#ffffCC;
color:red;
}
input.bouton:active {
border:2px inset red;
background-color:red;
color:white;
}
#pied
{
 color: rgb(107,141,250);
 font-weight: bold;
 margin-top: 2px; 
 text-align: center;
 font-family:  "Times New Roman", Verdana,   Arial,   serif;
  font-size: 10px;
}