/* GENERAL */
body
  {
    background: #282828 url(../img/bg.png) repeat-x;
    font-size:16px;
    font-family: Helvetica, arial, sans;
    line-height: 1.4em;
  }
  
/* STRUCTURE */
#header
  {}
  
#header #logo
  {
    display:block;
    width: 700px;
    height: 60px;
    background:  url(../img/header-title.png) no-repeat;
    text-indent: -9999px;
    margin: 30px auto 10px;
  }   
  
#header h1
  {
    width: 700px;
    height: 60px;
    background:  url(../img/header-description.png) no-repeat;
    text-indent: -9999px;
    margin: 10px auto 0;
  }   
  
#wrapper
  {
    width:700px;
    margin: 10px auto 40px;
  }
  
#content
  {
    width: 500px;
    background:  url(../img/content-top.png) white no-repeat;  
    float:left; 
  } 
  
#content .gutter
  {
    padding: 40px 20px;
    background:  url(../img/content-bottom.png) bottom no-repeat; 
  }
    
#menu
  {
    width: 188px;
    background:  url(../img/menu-top.png) no-repeat #E9E9E9;  
    float:right;  
  }     
  
#footer
  {
    display:block;
    width: 526px;
    height: 100px;
    margin: 40px 0 0px 87px;
    background:  url(../img/footer-bg.png) no-repeat; 
    float:left;
    text-indent: -9999px;

  }   
  
/* MENU */
#menu ul
  {
    margin: 50px 0 0 0;
    padding: 0 0 70px 0;
    background:  url(../img/menu-bottom.png) bottom no-repeat;
    list-style-type: none;
    list-style-position: outside;
  }  
  
#menu li
  {
    margin:0 0 8px 0;
    padding:0;

  }  
  
#menu li a
  {
    display: block;
    width: 188px;
    height: 30px;
    text-indent: -9999px   ; 
    border: 0;
    margin: 0;
  }   
  
#menu li a:hover
  {
   border: 0;
  }  
  
#m-accueil a    { background: url(../img/m-accueil.png) no-repeat left }  
#m-statuts a    { background: url(../img/m-statuts.png) no-repeat left }  
#m-photos  a    { background: url(../img/m-photos.png) no-repeat left } 
#m-actualites a { background: url(../img/m-actualites.png) no-repeat left } 
#m-blog a       { background: url(../img/m-blog.png) no-repeat left } 
#m-adhesion a   { background: url(../img/m-adhesion.png) no-repeat left }
#m-recherche a   { background: url(../img/m-recherche.png) no-repeat left } 

#m-accueil a:hover    { background: url(../img/m-accueil.png) no-repeat center }  
#m-statuts a:hover    { background: url(../img/m-statuts.png) no-repeat center } 
#m-photos  a:hover    { background: url(../img/m-photos.png) no-repeat center } 
#m-actualites a:hover { background: url(../img/m-actualites.png) no-repeat center } 
#m-blog a:hover       { background: url(../img/m-blog.png) no-repeat center } 
#m-adhesion a:hover   { background: url(../img/m-adhesion.png) no-repeat center } 
#m-recherche a:hover   { background: url(../img/m-recherche.png) no-repeat center } 

#accueil #m-accueil a       { background: url(../img/m-accueil.png) no-repeat right }  
#statuts #m-statuts a       { background: url(../img/m-statuts.png) no-repeat right } 
#photos #m-photos  a        { background: url(../img/m-photos.png) no-repeat right } 
#actualites #m-actualites a { background: url(../img/m-actualites.png) no-repeat right } 
#blog #m-blog a             { background: url(../img/m-blog.png) no-repeat right } 
#adhesion #m-adhesion a     { background: url(../img/m-adhesion.png) no-repeat right } 
#recherche #m-recherche a     { background: url(../img/m-recherche.png) no-repeat right }  
 
/* Boutons */  
#content a.pdf
  {
    display:block;
    width:140px;
    height: 100px;
    text-align: center;
    background: url(../img/pdf.png) no-repeat left;
    text-decoration: none;
    color:#990302;
    border:none;
  }  
  
#content a.pdf:hover
  {
    background: url(../img/pdf.png) no-repeat right;
    color:white;
    border:0;
  }  
  
#content a.pdf span
  {
    line-height: 13em;
    text-align: center;

    text-decoration: none;
    font-weight: bold;
    font-size: 80%
  }  
  
/* FORMULAIRE */
#oError
  {
    text-align: center;
    color:maroon;
    margin: 0 0 20px 0;
  }  
  
.oForm label, oForm input, .oInputError, .oErrorMessage
  {
    font-size: 80%;
    font-family: Helvetica, arial, sans;
  }  
  
.oForm label
  {
    display:block;
    font-weight: bold;
  }  
  
.oInputError
  {
    border: 2px solid maroon;
  }  
  
.oErrorMessage
  {
    display:block;
    color:maroon;
    font-weight: bold;
    margin-bottom: 12px;
  }  

.oValidate
  {
    width: 118px;
    height: 34px;
    background: url(../img/b-send.png) no-repeat;

    border: 0;
  }
  
.oButtonBar
  {
    text-align: center;
    margin: 20px auto ;
    cursor: pointer;
  }  
  
.oValidate span
  { display:none}  

/* PAGE MERCI */  
#merci h2, #merci h3
  {
    color:#333;
    text-align: center;
  }
  
#merci h2
  {
    margin-top: 100px;
  }  
  
#merci h3
  {
        margin-top: 40px;
    margin-bottom: 100px;
  }  
  
#photos img
  {
    border:4px solid white;
  }  