/* ------------------------------------ *
 CSS
 lundi 12 avril 2010 14:22:13
 HAPedit 3.1.11.111
 * ------------------------------------ */
* {
  padding: 0;
  margin: 0;
}
body {
      background-image: url("../template/img/fond_page.gif");
      background-repeat:repeat-x;
      background-position: top center;
      background-color: #333B3C;
      font-size:0.80em;
      font-family: Arial;
      color: #3D4A53;
      }

      a:link{color:#3D4A53;text-decoration:none;}
      a:active{color:#3D4A53;text-decoration:none;}
      a:visited{color:#3D4A53;text-decoration:none;}
      a:hover{color:#3D4A53;text-decoration:none;}


p{
    padding-bottom:10px;
}

img{
    border:0px;
}

#global {
    margin:0 auto;
    width:956px;
    background-color:#ffffff;
}

#total {
    width:956px;
    background-color:#ffffff;
    overflow:visible;
}

#header{
    width:956x;
    height:377px;
    border-left:1px solid white;
    border-bottom:1px solid white;
}

#menu{
    text-align:left;
    padding-top:5px;
    padding-left:15px;
    float: left;
}

#menu ul{
    list-style-type:none;
}

#menu ul li{
}

#menu ul li a{
    color:#3D4A53;
    font-size:1.1em;
    font-weight:bold;
}

#menu_connexion{
    float: right;
    text-align: right;

}
#col_gauche{
    width:400px;
    float:left;
    background-color:#ffffff;
    border-left:1px solid white;
}

#col_droite{
    width: 540px;
    float:right;
    background-color:#ffffff;
    margin-right:15px;
}

#contenu_accueil{
    background-color:#ffffff;
    padding-top:50px;
    padding-left:15px;
    padding-bottom:30px;
    text-align: justify;
}

#contenu_contact{
    background-color:#ffffff;
    padding-top:40px;
    padding-left:40px;
}

.wrapper{
    clear:both;
    height:1px;
}

.but{
   background-color:transparent;border:0px;
   background-image:url('../template/img/but.gif');
   background-repeat:no-repeat;
   font-weight:bold;
   color:#ffffff;
   width:150px;
   height:26px;
}


