/* CSS issu des tutoriels css.alsacreations.com */
body {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 0.8em;
       margin: 0;
       padding: 0;
       text-align: center;
       }

#header {
          height: 175px;
          background-color: #FFF;
          }

#haut {
        background-color:#FAC528; /* Jaune */
margin: 10px 0;
        }

#conteneur {
             position: relative;
             width:992px;
             margin: 0 auto; 
             background-color:#FFF;
             
             }

#centre {
          /*position: absolute;
             top: 211px;
             left: 170px;
             width: 652px;
             background: #fff url(mesimages/milieu-milieu.jpg) repeat-y center;*/
          margin: 0 170px;
          }

#centre-texte{
               padding: 0 20px;
               }

#centre-bas{
             /*height: 23px;
                background: #fff url(mesimages/milieu-bas.jpg) no-repeat center;*/
             }

#centre-haut{
              /*height: 20px;
                 background: #fff url(mesimages/milieu-haut.jpg) no-repeat center;*/
              }

#gauche {
          float: left;
          width: 150px;
          background: #fe860e url(mesimages/gauche-milieu.jpg) repeat-y center;
          /*border: 1px solid;*/
          }
#gauche2 {
           float: left;
           width: 150px;
           background: #fe860e url(mesimages/gauche-milieu2.jpg) repeat-y center;
           /*border: 1px solid;*/
           }

.gauche-haut {
               height:13px;
               background: #fe860e url(mesimages/gauche-haut.jpg) no-repeat center;
               }

.gauche-bas {
              height:19px;
              background: #fe860e url(mesimages/gauche-bas.jpg) no-repeat center ;
              }

#droite {
          float: right;
          width: 150px;
          background: #fe860e url(mesimages/gauche-milieu.jpg) repeat-y center;
          /*border: 1px solid;*/
          
          }

#droite-texte{
               padding: 10px 15px 10px 10px;
               }

#pied {
clear: both;	
        height: 30px;
        background-color: #FFF;
/*border: 1px solid;*/
        }

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

.menuhaut li {
               display: inline;
               border-left:2px solid white;
               padding: 0 5px;
               }
.menuhaut li:first-child{
                          border: 0 none;
                          }

.menuhaut a {
              color: #000000;
              text-decoration: none;
              font-weight: bold;
              }
.menuhaut a:hover {
                    text-decoration: none;
                    font-style: italic;
                    }
.menudroit {
             list-style-type: none;
             margin: 0;
             padding:0;
             }
.menudroit li {
                margin-bottom: 5px;
                }
.menudroit a {
               margin: 0 2px;
               color: #000000;
               text-decoration: none;
               }
.menudroit a:hover {
                     text-decoration: strong;
                     }
p {margin: 0 0 10px 0;}

#centre-texte h1 {
                   text-align: left;
                   font-size: 30px;
                   color: #FAC528;
                   }

.menugauche {
              list-style-type: none;
              margin: 0;
              padding:0;
              font-size: 12px;
              }
.menugauche li {
                 padding: 10px 0;
                 margin-right: 11px;
                 border-top: 2px solid white;
                 }
.menugauche li:first-child{
                            border: 0 none;
                            }

.menugauche a {
                margin: 0 2px;
                color: #000000;
                text-decoration: none;
                font-weight: bold;
                }

.ssmenugauche {
                list-style-type: none;
                margin: 0px;
                padding:5px;
                font-size: 9px;
                font-weight: lighter;
                text-align: left ;
                }
.ssmenugauche li {
                   margin-right: 0px;
                   border-top: 1px solid white; 
                   }
.ssmenugauche li:first-child{
                              border-top: 1px solid white; 
                              }
.ssmenugauche li:last-child{
                             margin-bottom:-20px ;
                              }

.ssmenugauche a {
/*                margin: 0 2px;
                  color: #000000;
                  text-decoration: none;
                  font-weight: bold;*/
                  }


