/* couleur du site
  arriere plan : #CCB494 #B19770 #AF9472 #A1865F
  declinaison clair -> foncé : #BDA581
  Titre trés foncé : #2C2C1D
  
  Calque : 
  Couleur police : #352D26*/


.global {
 position:relative;
 left: 50%; 
 top: 0;
 width: 1000px;
 height: 500px;
 margin-top: 0px; 
 margin-left: -500px;
 background-color:#100800;
 color:#352D26;
}

.menu {
  position:relative;
  float:left;
  width: 80%;
  background-color:#100800;
  color:#352D26;
}

.ss-menu{
  position:relative;
  height:100px;
  overflow: auto;
}

.top{
  position:relative;
  width: 100%;
}

.cartouche{
  position:relative;
  float:right;
  width : 20%;
  background-color:#100800;
  color:#352D26;
 }
 
.contenu{
  position:relative;
  width: 100%;
  height: 450px;
  overflow: auto;
  background-color:#100800;
  color:#352D26;
  float:right;
}
