#main {
    position : relative;
    width: 950px;
    padding: 0;
  
    margin-left: auto;
    margin-right: auto;
    background-color: #c4b5a0;
}

#top {
    width: 950px;
    height: 358px;
    text-align: center;
    background: url(/images/haut.jpg) no-repeat;
}

#menuhaut {
    position: relative;
    float: left;
    top: 15px;
    left: 90px;
}

#content-container {
    position : absolute;
    top: 358px;
    width: 950px;
    background-color: #c4b5a0;
}

#leftmenu {
    position: relative;
    float: left;
    padding: 0px;
    margin-right: -20px;
    width: 250px;
}

#gallery {
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
    width: 248px;
    height: 542px;
    background: url(/images/droite.jpg) no-repeat;
}

#content {
    position : relative;
    float: left;
    width: 435px;
    margin-left: 15px;
}


#footer {
    width: 950px;
    height: 20px;
    position:relative;
    clear:both;
    background-color: #c4b5a0;
}

/*****************/
/***** MENUS *****/
/*****************/


/***** Menu principal *****/
.fondmenu {
  color: #4a270e;
  font-weight: bold;
  background: url(/images/barremenugauche.jpg) no-repeat;
  padding-left: 48px;
  padding-top: 15px;
  margin-left: -5px;
  margin-bottom: -25px;
  height: 50px;
  width: 237px;

}

.contenumenu {
  color: #fff;
  
 margin-top: 5px;
  font-size: 10px;
  
  padding-left: 45px;

}


/*******************************/
/***** ELEMENTS GENERIQUES *****/
/*******************************/

body {
    margin: 0;
    padding: 0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #fff;
    /*background-color: #73a4d3;
    background-color: #e0e0ff;*/
    background-color: #c4b5a0;
}


/*******************************/
/************ LIENS ************/
/*******************************/

a.liencategorie {
  color: #4a270e;
  font-weight: bold;
  text-decoration: none;
}

a.lienpage {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

