/**
 * ------------------------------------------------------------------------
 *  Made by Jacques Bodin-Hullin
 *     Jardin <jacques @ bodin-hullin . net>
 *
 *  Started on March 01, 2008
 *  Last update March 03, 2008
 *
 *  (C) Copyright 2008 - Jacques 'Jardin' Bodin-Hullin
 * ------------------------------------------------------------------------
 */

* {
   margin: 0;
   padding: 0;
}

body {
   font-size: 16px;
   color: white;
   text-align: center;
   background: #4b80b4 url(images/background.jpg) repeat-x bottom left fixed;
   font-family: "trebuchet ms", arial, serif;
}

body div#background2 {
   bottom: 0;
   left: 0;
   width: 165px;
   height: 395px;
   background: url(images/bonhomme.jpg) repeat-x bottom left;
   background-attachment: fixed;
   position: fixed;
   display: block !important;
   display: none;
}

body div#global {
   position: absolute;
   z-index: 100;
   width: 400px;
   top: 5%;
   left: 50%;
   margin-left: -200px;
   overflow: visible;
}

body div#logo span { display: none; }

body div#logo {
   background: url(images/logo.png) no-repeat top left;
   height: 222px;
   width: 161px;
   margin: 0 auto 0 auto;
}

body div#desc {
   font-style: italic;
   font-weight: bold;
   line-height: 20px;
   width: 300px;
   margin: 15px auto 0 auto;
   text-align: center;
}

body div#progress {
   height: 16px;
   width: 315px;
   text-align: right;
   margin: 15px auto 0 auto;
   font-weight: bold;
   font-size: 15px;
   vertical-align: middle;
}

#progress div#percent {
   background: white;
   height: 6px;
   float: left;
   margin-top: 6px;
}

body form#newsletter {
   height: 26px;
   width: 315px;
   text-align: right;
   margin: 15px auto 0 auto;
}

#newsletter input#email {
   height: 17px;
   border: 1px solid #1f6297;
   width: 220px;
   padding: 5px 0 2px 4px;
   color: gray;
   display: block;
   float: left;
   z-index: 51;
}

#newsletter input#send {
   background: url('images/bouton.jpg') top left no-repeat transparent;
   height: 26px;
   width: 68px;
   border: none;
   cursor: pointer;
}

body div#msg {
   font-size: 14px;
   color: red;
   font-weight: bold;
   border: 1px solid #1f6297;
   background-color: white;
   width: 305px;
   padding: 4px;
   margin: 5px auto 0 auto;
   display: none;
   text-align: center;
}

body div#informations {
   width: 700px;
   /*height: 70%;*/
   position: absolute;
   left: 50%;
   top: 10%;
   border: 1px solid black;
   background: #4b80b4 url(images/background.jpg) repeat-x bottom left;
   margin-left: -350px;
   padding: 20px;
   /*font-weight: bold;*/
   line-height: 18px;
   text-align: justify;
   display: none;
}

h1 {
   text-align: left;
   font-size: 20px;
   margin: 10px auto 10px 15px;
}

body div#copyright {
   font-size: 10px;
   color: #AFD0F0;
   width: auto;
   height: 15px;
   text-align: center;
   padding-right: 10px;
   margin: 20px auto 0 auto;
}

/*#copyright a {*/
a {
   color: #AFD0F0;
   text-decoration: none;
}

/*#copyright a:hover {*/
a:hover {
   color: white;
   /*text-decoration: underline;*/
}

a img {
   border: none;
   vertical-align: middle;
}

body div#link {
   /*text-align: right;*/
   padding-top: 5px;
}

