.banner_box {
   background: #564F45;
}
.banner_top div {
   background: url(btl.gif) no-repeat top left;
}
.banner_top {
   background: url(btr.gif) no-repeat top right;
}
.banner_bottom div {
   background: url(bbl.gif) no-repeat bottom left;
}
.banner_bottom {
   background: url(bbr.gif) no-repeat bottom right;
}

.banner_top div, .banner_top, 
.banner_bottom div, .banner_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.banner_content { margin: 0 15px; }

.menu_box {
   background: #998D7D;
}
.menu_top div {
   background: url(mtl.gif) no-repeat top left;
}
.menu_top {
   background: url(mtr.gif) no-repeat top right;
}
.menu_bottom div {
   background: url(mbl.gif) no-repeat bottom left;
}
.menu_bottom {
   background: url(mbr.gif) no-repeat bottom right;
}

.menu_top div, .menu_top, 
.menu_bottom div, .menu_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.menu_content { margin: 0 15px; }

.content_box {
   background: #D2C9B7;
}
.content_top div {
   background: url(ctl.gif) no-repeat top left;
}
.content_top {
   background: url(ctr.gif) no-repeat top right;
}
.content_bottom div {
   background: url(cbl.gif) no-repeat bottom left;
}
.content_bottom {
   background: url(cbr.gif) no-repeat bottom right;
}

.content_top div, .content_top, 
.content_bottom div, .content_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.content_content { margin: 0 15px; }

p.menularge {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   color: white;
   text-align: left;
   margin-bottom: 15px;
   margin-top: 0px; 
   }

p.menumedium {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: white;
   text-align: left;
   margin-bottom: 2px;
   margin-top: 0px; 
   }

p.menusmall {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: white;
   text-align: left;
   margin-bottom: 2px;
   margin-top: 0px; 
   }

a.menu:link    {color:#FFFFFF;text-decoration:none;}
a.menu:visited {color:#FFFFFF;text-decoration:none;}
a.menu:hover   {color:#FFFFFF;text-decoration:underline;}
a.menu:active  {color:#FFFFFF;text-decoration:underline;}

a.flag:link    {color:#000000;text-decoration:none;}
a.flag:visited {color:#000000;text-decoration:none;}
a.flag:hover   {color:#000000;text-decoration:none;}
a.flag:active  {color:#000000;text-decoration:none;}

a.arrow:link    {color:#ECE9D8;text-decoration:none;}
a.arrow:visited {color:#ECE9D8;text-decoration:none;}
a.arrow:hover   {color:#ECE9D8;text-decoration:none;}
a.arrow:active  {color:#ECE9D8;text-decoration:none;}

a.Contenu:link    {color:#000000;text-decoration:none;}
a.Contenu:visited {color:#000000;text-decoration:none;}
a.Contenu:hover   {color:#000000;text-decoration:underline;}
a.Contenu:active  {color:#000000;text-decoration:underline;}

/* Titres */

H1 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #494949;
   text-align: right;
   margin-bottom: 15px;
   margin-top: 0px; 
   }

H2 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 16pt;
   font-style: normal;
   font-weight: bold;
   color: #494949;
   text-align: left;
   margin-bottom: 15px;
   margin-top: 0px; 
   }

H3 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: left;
   }

/* Contenus */

P.Contenu {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: justify;
   }
   
P.ContenuCE {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: center;
   }

P.ContenuRA {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: right;
   }

P.Legende {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: center;
   }

P.Desc {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: left;
   margin-top: -10px;
   }

/* Images flottantes */

.BlocImageDroit {
   float: right;
   margin: 4px 0 16px 10px;
   }

div.BlocImageDroit img {
   border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #000000 #000000 #000000 #000000;
   }

div.BlocImageDroit p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   margin-top: 6px;
   }

.BlocImageGauche {
   float: left;
   margin: 4px 10px 16px 0;
   }

div.BlocImageGauche img {
   border-width: 1px 1px 1px 1px;
   border-style: solid solid solid solid;
   border-color: #000000 #000000 #000000 #000000;
   }

div.BlocImageGauche p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   color: #494949;
   text-align: justify;
   margin-top: 6px;
   }

/* Vignettes */

.gallery p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  }

.gallery img {
  border: solid 1px #000000;
  }
  
/* Main index */

table.mainindex {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   color: black;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid black;
}
