body {
  font-family: Verdana;
  font-size: 11px;
  /* background-color: #c4df9b; font vert */
  /* background-color: #fce7f0;  fond rose */
  background-color: #c9ef8c;  /* fond bleu */
  background-image: url('../img/fond_haut.png');
  background-repeat: repeat-x;
}


a {
  text-decoration: none;
  color: #9cc45f;
  font-weight: bold;
}

p {
  text-align: justify;
}

form {
  display: inline;
}

#header {
  /*background-image: url('http://www.culturebebe.com/img/fond_header.png');*/
  /*background-color: #817b76;*/
  /*background-repeat: repeat-x;*/
  height: 131px;
}

#menu {
  background-image: url('http://www.culturebebe.com/img/fond_menu.png');
  background-repeat: repeat-x;
  height: 27px;
}

#fond_separation {
  /*
  background-image: url('http://www.culturebebe.com/img/fond_separation_vert_marron.png');
  background-repeat: repeat-x;
  */
  height: 23px;
}

#page {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  background-color: white;
  /*background-color: #fddfe7;*/
  /*background-image: url('../img/degrade_rose.png');*/
  background-repeat: repeat-x;
}

#header_page {
  width: 990px;
  margin: auto;
  position: relative;
}


.spacer {
  clear: both;
}

/* -----------------------------------------------------------------------------
                  HAUT DE PAGE
----------------------------------------------------------------------------- */

#navigation_membre {
  float: left;
  color: white;
  padding: 5px;
  width: 600px;
}

#navigation_membre a, #navigation_membre a:hover {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

#navigation_membre a:hover {
  color: #F1F1F1;
}


#recherche {
  background-color: #99c257;
  background-image: url('../img/degrade_vert.png');
  background-repeat: repeat-y;
  border: 1px solid white;
  border-bottom: 0;
  position: absolute;
  top: 110px;
  left: 700px;
  width: 250px;
  padding: 5px;
  color: #F1F1F1;
  letter-spacing: 2px;
}

#recherche input {
  width: 200px;
  border: 0;
  font-weight: bold;
  color: gray;
  margin-top: 3px;
}

#recherche input[type=submit] {
  width: 30px;
  background-color: #615851;
  color: white;
  border: 1px solid silver;
}

#top {
  padding: 5px;
  border-bottom: 1px solid silver;
  color: gray;
}

#logo {
  position: absolute;
  top: 0;
  left: 10px;
}

#pub_top {
  border: 1px solid black;
  width: 728px;
  height: 90px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  left: 250px;
}

#fonctions_entete {
  position: absolute;
  top: 10px;
  left: 250px;
}

#menu_onglet {
  position: absolute;
  top: 130px;
  left: 20px;
}

#menu_onglet .onglet_top {
  float: left;
  text-align: center;
  width: 80px;
  /*background-image: url('http://www.culturebebe.com/img/onglet.png');*/
  background-color: #c9e39f;
  font-weight: bold;
  padding: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-right: 5px;
  background-image: url('http://www.culturebebe.com/img/onglet.png');
  background-repeat: repeat-x;
}

#menu_onglet .onglet_top:hover {
  /*background-image: url('http://www.culturebebe.com/img/onglet_hover.png');*/
  background-color: #a5d25d;
  background-image: none;
}

#menu_onglet a {
  color: black;
  cursor:  pointer;
}

#menu .onglet {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#menu .onglet:hover {
  background-image: url('http://www.culturebebe.com/img/fond_menu_hover.png');
  background-repeat: repeat-x;
  height: 22px;
}

#menu .separation {
  background-image: url('http://www.culturebebe.com/img/menu_separation.png');
  width: 2px;
  height: 21px;
  float: left;
  margin-top: 2px;
}

#menu .onglet a{
  color: white;
  font-size: 12px;
  text-decoration: none;
  
}

/* -----------------------------------------------------------------------------
                  CONTENU
----------------------------------------------------------------------------- */

#contenu {
  width: 990px;
  position: relative; 
  border: 1px solid silver;
}
 
/* -----------------------------------------------------------------------------
                  PIED DE PAGE
----------------------------------------------------------------------------- */

#bottom {
  padding: 5px;
  border-top: 1px solid gray;
  color: white;
  text-align: center;
  line-height: 16px;
  background-color: #817b76;
}

#bottom a, #bottom a:hover {
  color: white;
  font-weight: bold;
}

#pub_exterieure_verticale {
  position: absolute;
  left: 1000px;
  top: 200px;
}

