#top {
    width:100%;
}
#top_titre  {
    width:100%;
    height:100px;
    background: url('../image/bando01.gif') repeat-x;
}
#top .top_right {
    text-align:right
}
#top_soustitre  {
    width:100%;
    height:24px;
    background: #00294B url('../image/sous_titre02.gif') repeat-x;
}
#top_soustitre  .soustitre_menu {
    height:24px;
    background: url('../image/sous_titre03b.gif') top right no-repeat;
    text-align:right;
}
#top_soustitre  .soustitre_menu ul{
    padding:0px;
    margin:0px;
}
#top_soustitre  .soustitre_menu ul li{
    z-index:1;
    display: inline;
    margin:0px;
    padding:0px;
    border-left:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding: 0px 5px 0px 7px;
}
#top_soustitre  .soustitre_menu img{
    border: 0px none;
    margin-top:1px;
    margin-bottom:-2px;
    padding-left:5px;
}
#top_soustitre  .soustitre_menu span{
    margin-left: 5px;
}
#top_soustitre  .soustitre_menu a         { text-decoration:none;  font-size: 11px; font-weight: bold;}
#top_soustitre  .soustitre_menu a:active  { color: #FFFFFF; }
#top_soustitre  .soustitre_menu a:link    { color: #FFFFFF; }
#top_soustitre  .soustitre_menu a:visited { color: #FFFFFF; }
#top_soustitre  .soustitre_menu a:hover   { text-decoration: none; color: #329FBB; }

.menu {
    border-collapse: collapse;
    width:100%;
    height: 30px;
    background: #002A4B;
}
.menu1 table {
    border-collapse: collapse;
    border-spacing: 0px;
    float: right;
}
.menu1 td {
    width:175px;
    height:30px;
    background: url('../image/onglet_brun.gif') no-repeat;
    font-size: 12px;
    color: #5CA4B1;
    padding:6px 0px 0px 0px;
    text-align : center;
}
.menu1 a         { text-decoration: none; font-weight: bold; }
.menu1 a:link    { color: #FFFFFF; }
.menu1 a:visited	{ color: #FFFFFF; }
.menu1 a:hover   { color: #00294b; }
.menu1 a:active  { color: #00294b; }
.menu1 td.actif{
    background-image:url('../image/onglet_brun_actif.gif');
    background-repeat:no-repeat;
    color:#1c5081;
    font-weight:bold
}
.menu1 td.actif  a { color: #1C5081 !important; }

.menu2 table {
    border-collapse: collapse;
    border-spacing: 0px;
    float: right;
}
.menu2 td {
    width:119px;
    height:30px;
    background: url('../image/onglet_bleu.gif') no-repeat;
    font-size: 12px;
    color: #5CA4B1;
    padding:6px 0px 0px 0px;
    text-align : center;
}
.menu2 a         { text-decoration: none; font-weight: bold; }
.menu2 a:link    { color: #1C5081; }
.menu2 a:visited	{ color: #1C5081; }
.menu2 a:hover   { color: #329fbb; }
.menu2 a:active  { color: #1C5081; }
.menu2 td.actif{
    background-image:url('../image/onglet_bleu_actif.gif');
    background-repeat:no-repeat;
    color:#1c5081;
    font-weight:bold
}

.entete_accueil {
    padding-top:10px;
    padding-bottom:5px;
    width:100%;
    background: #002A4B;
}
.entete_accueil h1 {
    font-weight:bold;
    font-size:17px;
    color:#D99B61;
    margin:0px;
}
.entete_accueil  .config {
    text-align:right;
    padding-right:7px;
    color:#BBE0EA;
}
.entete_accueil  .config a {
    color:#BBE0EA;
    font-weight:bold;
    font-size:11px;
}
#content {
    margin-top:20px;
    padding-bottom: 10px;
    padding-top:10px;
    margin-left:10%;
    margin-right:10%;
    width:100%;
}
div[id=content] {
    width: 80% !important;
}
