* {margin:0;padding:0;}

html
{
  height : 100%;
}

body
{
    font-size : 1em;
    font-family : "Trebuchet MS", verdana, arial;
    background-color : #101010;
    text-align : center;
    color : #404040;
    height : 100%;
}

#conteneur
{
    margin : 20px auto 0px auto;
    width : 1000px;
    /*border : 1px solid black;*/
    background-color : white;
    /*background : white url(../images/fd.png) bottom center no-repeat;*/
    box-shadow: 0px 0px 15px #fff; 
    -moz-box-shadow: 0px 0px 15px #fff; 
    -webkit-box-shadow: 0px 0px 15px #fff;
    
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px; 
    -webkit-border-radius-bottomright: 10px; 
    border-radius-bottomleft: 10px; 
    border-radius-bottomright: 10px; 
}

#header
{
    width : 1000px;
    height : 430px;
    position : relative;
    background : white url(../images/loading.gif) top center no-repeat;
}
    #header #entete
    {
    }

    #header #titre
    {
        position : absolute;
        top : 335px;
        left : 10px;
    }

#menu
{
    float : left;
    width : 550px;
    height : 50px;
}

    #menu ul
    {
        margin-left : 16px;
    }

    #menu ul li
    {
      	float : left;
      	list-style-type: none;
        line-height : 50px;
        margin : 0px 0px 0px 4px;
        text-align : center;
        font-size : 0.8em;
        /*font-weight : bold;*/
        color : #A0B8D0;
    }

    #menu ul li a
    {
        color : #404040;
        text-decoration : none;
        outline: none;    
    }

    #menu ul li a.active
    {
        color : #A0B8D0;
        font-weight : bold;    
    }

    #menu ul li a:hover
    {
        color : #A0B8D0;
    }
        
#citation
{
    float : left;
    width : 450px;
    height : 50px;
    text-align : right;
    line-height : 50px;
    color : #404040;
}

    #citation p
    {
        font-weight : bold;
        font-size : 0.9em;
        margin-right : 10px;
    }
    
#minis
{
    clear : both;
    width : 1000px;
}

    #minis a
    {
        outline: none;
    }

    #minis a img
    {
        width : 150px;
        box-shadow: 4px 4px 8px #666; 
        -moz-box-shadow: 4px 4px 8px #666; 
        -webkit-box-shadow: 4px 4px 8px #666; 
      	filter:alpha(opacity=80);
      	-khtml-opacity: 0.8;
      	opacity: 0.8;
        border : 1px solid black;
        margin : 15px 20px;
    }

    #minis a:hover img
    {
      	filter:alpha(opacity=100);
      	-khtml-opacity:1;
      	opacity: 1;
    }

#footer
{
    clear : both;
    font-size : 0.6em;
    margin-top:10px;
    margin-bottom : 10px;
}
    #footer a
    {
      color : #404040;
    }

#apropos
{
  text-align : left;
  font-size : 0.8em;
}

    #apropos p
    {
      margin : 5px 20px 20px 20px;
    }

        #apropos p a
        {
          color : black;
        }

        #apropos p a:hover
        {
          color : #A0B8D0;
        }
        
    #apropos h3
    {
      margin-left : 20px;
      margin-bottom: 20px;
      width : 350px;
      border-bottom : 1px solid #A0B8D0;
    }

#contact
{
  text-align : left;
  font-size : 0.8em;
  margin : 5px 20px 20px 20px;
}

    #contact h3
    {
      margin-bottom: 20px;
      width : 350px;
      border-bottom : 1px solid #A0B8D0;
    }

    #contact p
    {
      margin-bottom : 20px;
    }
    
    #contact label
    {
      width : 100px;
      display : block;
      float : left;
    }
    
    #contact input, #contact select
    {
      margin-bottom: 5px;
      width : 200px;
    }
    
    #contact input:focus
    {
      background-color:#B8C7DA;
    }    
    
    #contact textarea
    {
      width : 400px;
      height : 75px;
      font-family : "Trebuchet MS", verdana, arial;
      font-size : 1em;
    }    

    #contact textarea:focus
    {
      background-color:#B8C7DA;
    }    
    
#temoin
{
  text-align : left;
  font-size : 0.8em;
  margin : 5px 20px 30px 20px;
}

    #temoin h3
    {
      margin-bottom: 20px;
      width : 350px;
      border-bottom : 1px solid #A0B8D0;
    }

    #temoin .temoignage
    {
      margin-right : 15px;
      margin-bottom : 5px;
    }
    
    #temoin .temoignage p
    {
      padding-bottom : 15px;
    }
    
        #temoin .temoignage p span
        {
          color : #A0B8D0;
          font-weight : bold;
        }
    
#galerie
{
  text-align : left;
  font-size : 0.8em;
  margin : 25px 20px 20px 20px;
  height : 1370px;
}

    #galerie h3
    {
      width : 350px;
      border-bottom : 1px solid #A0B8D0;
    }
    
    #galerie a
    {
        outline: none;
        width : 150px;
        /*height : 225px;
        line-height : 225px;*/
    }

    #galerie a img
    {
        box-shadow: 4px 4px 8px #666; 
        -moz-box-shadow: 4px 4px 8px #666; 
        -webkit-box-shadow: 4px 4px 8px #666; 
      	filter:alpha(opacity=80);
      	-khtml-opacity: 0.8;
      	opacity: 0.8;
        border : 1px solid black;
        margin-top : 30px;
        margin-right : 35px;
    }

    #galerie a:hover img
    {
      	filter:alpha(opacity=100);
      	-khtml-opacity:1;
      	opacity: 1;
    }

#fd_noir
{
  position : absolute;
  top:0;
  left:0;
  width : 100%;
  height : 1920px;
  display:none;
  background:transparent url(../images/fd_noir.png) top left;
  z-index:100;
  padding-top : 50px;
  text-align : center;
}

    #img_fd_noir
    {
      position : absolute;
      left : 25%;
      /*margin-left : -333px;*/
      top : 50px;
      box-shadow: 0px 0px 10px #000; 
      -moz-box-shadow: 0px 0px 10px #000; 
      -webkit-box-shadow: 0px 0px 10px #000; 
    }

