body
{
   width:1024px;
   max-width:1024px;
   margin:auto;
   padding:15px 12px 12px 12px;
   background: url("../images/acadie.png");
   background-position:center;
   background-repeat:no-repeat;
   background-color:#ffffff;
   
   background-attachment: scroll;
   }
.entete
{
   width : 1008px;
   height : 100px;
   /*border: 3px outset black;*/
   padding :10px 10px 10px 10px;
   
} 
 .banniere
{
   float : right;
     
   
} 
 .dateheure
{
   width : 1024px;
   height : 20px;
   
 } 
.principal
{
   background-color:transparent;
   color: #5f6765;
   font-size: 17px;
   font-family: tahoma,"Agency FB","Arial Narrow",bodoni MT,Arial,serif;
   font-weight:normal;
   width : 1024px;
   padding:14px;
     
}
.piedpage
{
   text-align : center ;
   width : 1024px;
   height : 50px;
 }
 .textepiedpage
{
   color: #5f6765;
   font-size: 14px;
   font-family: tahoma,"Agency FB","Arial Narrow",bodoni MT,Arial,serif;
   font-weight:normal;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
a:active, a:hover 
{
 color: #333;
 background: transparent;
 text-decoration: underline;
}
 a:link, a:visited 
 {
 color: #000080;
 background: transparent;
 text-decoration: underline;
}  
  #navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 10px solid #ddd;
border-top:10px solid #ddd;
}

#navlist
{
width: 80%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #aaa;
font-size: 1.5em;
padding: 0 2px;
/*border-top: .5em solid #eee;*/
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #fc6; }