@charset "utf-8";

.blocaccueil {
   width: 1000px;
   background-color: #D6EEF6;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   border: 0px none;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   font-family: Arial,Verdana;
   height: auto;
}

.enteteaccueil {
   background-color: #6F9BF6;
   color: #D6EEF6;
   border: 0px none;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   padding-top: 3px;
   padding-bottom: 3px;
   margin-left: 5px;
   margin-right: 5px;
}


