/* CSS Document */

div#global {
  background: #fff;
  text-align:left;
}

/*div#content {
  margin-right: 24px;
  margin-bottom: 50px;
}*/

div#content {
  /*margin: 0 10px;*/
  text-align:left;
  color:#433a30;
  float:left;
  width:450px;
  margin: 0;
  padding: 5px 0 5px 5px;
}

#centre{
  /*margin: 0 220px 0 220px;*/
  float:left;
  width:430px;
}
#gauche{
  padding: 10px;
  float:left;
  width: 190px;
  text-align:left;
  color:#433a30;
}
#droite{
  text-align:left;
  color:#433a30;
   width: 190px;
   /*margin: -1.2em 0 2em 0;*/
   padding: 0 0 13px 0;
   text-align:left;
   float:right;
   /*border-bottom: 1px solid #f99bca;*/
   /*border-top: 8px solid #f7f0e8;*/
   font-size: 1em;
   line-height: 1,1em;
   /*position:absolute;
   top:210px;
   right:0;
   z-index:10;*/
}
#droite a{
   text-decoration: none;
   display:block;
   cursor:pointer;
  color:#432;
}
#droite ul, #droite a ul{
   margin: 0;
   padding:0;
   list-style:none;
   border-top: 1px solid #bdb7b0;
   border-bottom: 1px solid #bdb7b0;
}
#droite h5, #droite a h5, #droite h5 a{
  margin:0;
  padding: 12px 0 0 0;
  /*text-align:center;*/
  text-align:left;
  color: #654;
  font-size: 1.04em;
  line-height: 1.1em;
}
#droite ul li, #droite a ul li{
  display:block;
  padding: 0.4em 0.6em 0.4em 2em;
  margin:0px;
  text-decoration:none;
  /*border-bottom: 1px solid #bdb7b0;*/
  color:#432;
  /*font-weight:bold;*/
  /*background:#ebded9 url(../img/fleche.gif) no-repeat  4px center;*/
  height:1%;
  background: #fff url(../img/fleche.gif) no-repeat 4px 4px;
}