a {
  color:#FF9900;
  text-decoration:none;
}

a:visited {
  color:#FF9900;
}

a:hover {
  color: #FFF;
}
.encadrement {
border:#000000 1px solid;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.en_tete{
 width:100%;
 height: 90px;
 background: #000000 url(../upload/en_tete/agenda.png) no-repeat;
 vertical-align:top;
 }
.menu{
 width:100%;
 height: 20px;
 float:left;
 background: #CE4120;
 vertical-align:middle;
 }

.menu ul{
list-style:none;
text-align:center;
margin:0;
padding-left:20px;
padding-right:3px;
}
.menu li{
float:left;
margin:0 4px 0 0;
padding:0 0 0 9px;
}


/* FOND DE PAGE  */

.fond{
 width:100%;
 min-height: 450px;
 background: #FFF3EF url(../upload/fond_page/agenda_fond.jpg) no-repeat bottom right;
 vertical-align:top;
 }
  .pied_page{
 width:100%;
 height: 55px;
 float:center;
 background: #CE4120 url(../upload/bas_page/agenda.jpg) no-repeat bottom right;
 font-size:9px;
 color:#FFFFFF;
 text-align:center;
 vertical-align:middle;
 }