html, body, ol, ul, form, fieldset {
  margin: 0;
  padding: 0;
}

body{
background-color:#FFF;
padding:0;
margin:0 auto;
text-align: center;
}
#content_cartouche{
width: 100%;
font: 14px Verdana, sans-serif;
margin:0 auto;
}

#header_cartouche{
width: 100%;
height:241px;
background:	url(../img/cartouche_header_line.gif)  repeat-x;
margin:0 auto;
}

#header_cartouche_inside{
position: relative;
width: 1000px;
margin: 0 auto;
text-align: left;
}

#header_cartouche_bleu{
position: absolute;
margin: 0 auto;
margin-top:55px;
width:1000px;
height:147px;
background:	url(../img/cartouche_header_bleu.gif)   no-repeat;
font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
color:white;
//padding-top:5px;
}

#footer_cartouche{
color:white;
width: 100%;
height:210px;
background:	url(../img/cartouche_footer_line.gif)  repeat-x;
margin:0 auto;
}

#menu{
width:800px;position: absolute;margin-top:200px;color:white:
}
#sous-menu ul {
font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  padding: 7px 5px 0 0;
  list-style: none;
}

#sous-menu ul li {
  margin-right: 15px;
  display: inline;
}

#sous-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-variant: small-caps;

}
#sous-menu li a:hover, #sous-menu li a:focus, #sous-menu li a:active {
  border-bottom:8px solid #A1B03B;
}

#sous-menu li.actif a {
  border-bottom:8px solid #fff;
}
