html, body {
   background: #89c6ef;
   color: #000;
}
a:link {
   color: #0000ee;
}
a:visited {
   color: #551a8b;
}


table { 
background : white;
}

table.bleu {
 background: #89c6ef;
 text-align:center;
 margin-bottom:60px;
}

.cadre
{
list-style-type:none;
border: 1px solid black;
background: #ffffff;
padding-left:none;
padding-right:none;
padding-top:none;
padding-bottom:2px;
margin-left:10px;
margin-right:10px;
margin-top:2px;
}
.sanscadre
{
text-align: center;
list-style-type:none;
border: none;
background: #ffffff;
padding-left:none;
padding-right:none;
padding-top:none;
padding-bottom:2px;
margin-left:10px;
margin-right:10px;
margin-top:2px;
}
.cadretitre
{
list-style-type:none;
border: none;
background: #cccccc;
padding-left:3px;
padding-right:10px;
padding-top:10px;
padding-bottom:2px;
margin-left:none;
margin-right:none;
margin-top:none;
margin-bottom:10px;
}

h1 { font-weight : bold ;font-family: arial, "lucida console", sans-serif; font-style:italic; color: #0000a0; text-align: center;}
h2 {text-align: center; color: blue;}
h3 {font-size : 80%; text-align: center; color: #000000;  font-family: arial, "lucida console", sans-serif;}
p  {text-align: center;}  
img {border: none;}
address {text-align: center;}

.center
{ 
text-align: center;
}
.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

