/* ------------------------------------------------------------------------------ */
/* structure generale                                                             */
/* ------------------------------------------------------------------------------ */
/*
Rappel : MARGIN... top ... right... bottom... left
        margin-top = marge supérieure
        margin-right = marge de droite
        margin-bottom = marge inférieure
        margin-left = marge de gauche
        à preferer sur une ligne car incompatible IE6
*/

#conteneur {
    width: 885px;
    height: 700px;
    margin: auto auto auto auto;
    background-image: url("/images/fond.jpg");
    background-repeat: no-repeat;
    background-color: #CCCFFF;
    /*border-style: solid;*/
    /*border-width: 4px;*/
    /*border-color: rgb(217, 172, 17);*/
}

#entete {
    /* 16/09/09 - width: 890px;*/
    height: 95px;
    background-color: white;
    background: url("/images/jezakel.jpg") top left no-repeat;
}

#gauche {
	/*position: absolute;*/
    margin: 50px auto auto 0px;
    width: 133px;
    max-width:  133px;
    /*height: 700px;*/
    left: 0;
    float: left;
    background: url("/images/menu-fond.png");
    text-align: center;
    font-size: 1.1em;
}

#droite {
    background-color:#9999CC;
    /*margin: 0px 0px auto 120px;*/
    background-image: url("/images/plage.jpg");
    top: 95px;
    width: 745px;		/* largeur */
    max-width: 745px;
    -width: 725px;		/* largeur */
    -max-width: 735px;
    /*left: 50px;*/
    height: 605px;		/* hauteur */
    float: right;
    max-height: 605px;
    overflow: auto;
}

#message1/* bloc message */ {
  position: absolute;
  margin: 30px auto auto auto;
/* margin-top: 30px; */
  width: 700px;
  font-size: 0.6em;
  color: #330033;
  font-weight: bold;
}

#pied {
    position: absolute;
    top: 710px;
    height: 90px;
}

.menugauche {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menugauche li {
  margin: auto auto 2px auto;
}

.menugauche a {
  color: #000000;
  text-decoration: underline;
}

.menugauche a:hover {
  text-decoration: none;
}
/* fin structure generale */

