/*                     */
/* Mise forme générale */
/*                     */
html, body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt;
line-height: 13pt;
text-align: center;
color: white;
background-color: black;
margin: 0;
padding-bottom: 5px;
}
/* Conteneur de la Page */
#container {
width: 990px;
background: url("../images/container.jpg") repeat-y left top;
/* top/bottom right/left */
margin: 0 auto;
padding: 0;
}
/* Header */
#header {
width: 990px;
height: 170px;
background: url("../images/header.jpg") no-repeat left top;
}
/* Corps */
#corps {
width: 990px;
min-height: 220px;
background: url("../images/corps.jpg") no-repeat left top;
}
/* Colonne Gauche */
#gauche {
width: 719px;
text-align: justify;
float: left;
/* top right bottom left */
margin: 20px 0 10px 11px;
}
* html #gauche {
width: 700px;
/* top right bottom left */
margin: 20px 0 10px 6px;
}
/* Colonne Droite */
#droite {
width: 220px;
text-align: center;
float: right;
/* top right bottom left */
margin: 20px 0 10px 0;
/* top/bottom right/left */
padding: 0 10px;
border-left: 1px dotted white;
}
* html #droite {
width: 240px;
}
/* Footer */
#footer {
width: 990px;
height: 50px;
background: url("../images/footer.jpg") no-repeat left top;
clear: both;
}
#footer p {
width: 840px;
font-size: 7pt;
text-align: left;
color: #0b655f;
margin-left:150px;
/* top/bottom right/left */
padding: 5px 0;
}
* html #footer p {
padding: 0;
}

/*                */
/* Menu Superieur */
/*                */

dl#top_menu {
width: 990px;
height: 30px;
line-height: 30px;
margin: 0;
background: url("../images/menu.jpg") no-repeat left top;
}
#top_menu dd {
font-size: 11pt;
font-weight: bold;
margin-left: 70px;
display: inline;
float: left;
}
#top_menu  a:link, #top_menu  a:visited {
color: #82ff16;
background-color: transparent;
text-decoration: none;
}
#top_menu a:active, #top_menu a:hover, #top_menu #on {
color: white;
background-color: transparent;
text-decoration: none;
}

/*       */
/* Liens */
/*       */

a:link, a:visited {
text-decoration: underline;
color: #14c3b4;
background-color: transparent;
outline: none;
}
a:active, a:hover {
color: white;
background-color: transparent;
outline: none;
}

/*                      */
/*        Titres        */
/*                      */

/* Titres */
h1 {
font-size: 13pt;
font-weight: bold;
text-align: left;
color: white;
background-color: transparent;
/* top right bottom left */
margin: 5px 0 5px 0;
}
h1 span {
color: #82ff16;
}
/* Sous Titres */ 
h2 {
font-size: 11pt;
text-align: left;
color: #1466ff;
background-color: transparent;
margin: 0;
}
h2 span {
color: white;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
margin: 0 !important;
}

/*                 */
/* Eléments divers */
/*                 */

/* Pas de bordure sur les images par défaut */
img {
border: none;
vertical-align: middle;
margin: 5px;
}
/* Bordure sur les images */
.bord {
border: 1px dotted white;
}
/* Alignement flottant à gauche */
.left {
/* top right bottom left */
margin: 5px 10px 0 0;
float: left;
}
/* Alignement flottant à droite */
.right {
/* top right bottom left */
margin: 5px 0 0 10px;
float: right;
}
/* Alignement centré */
.center {
text-align: center;
}
small {
font-size: 7pt;
}
/* Listes */
ul {
padding: 0;
/* top right bottom left */
margin: 5px 0 15px 0;
text-align: left;
}
li {
list-style-position: inside;
list-style-type: square;
}
/* Ligne de séparation */
.hr {
height: 1px;
line-height: 1px;
color: white;
background-color: black;
/* top/bottom left/right */
margin: 10px auto;
border: 1px dotted white;
clear: both;
}
p {
/* top/bottom left/right */
margin: 5px auto;
}

/*               */
/*  Formulaires  */
/*               */

form {
/* top right bottom left */
margin: 0  0 15px 0;
}
form p {
/* top/bottom left/right */
margin: 5px 0;
}
input#nom, input#email, input#tel {
width: 300px;
height: 20px;
line-height: 20px;
text-indent: 5px;
outline: none;
}
textarea#texte {
width: 330px;
height: 160px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt;
vertical-align: middle;
outline: none;
padding: 3px;
}
#contact fieldset {
text-align: center;
width: 46%;
border: none;
float: left;
margin: 0;
}
/*                       */
/*  Galerie Photo Dhtml  */
/*                       */

#galerie {
text-align: center;
}
#galerie img {
border: 1px solid white;
margin: 10px;
vertical-align: middle;
}
#galerie a {
background-color: transparent;
}
#thumbBox {
position: absolute;
left: 0;
top: 0;
width: auto;
/* top right bottom left */
padding: 5px 10px 0 10px;
text-align: center;
color: white;
background-color: black;
border: 1px solid white;
visibility: hidden;
z-index: 10;
cursor: pointer;
}
#thumbBox #thumbImage {
font-weight: bold;
color: white;
background-color: transparent;
margin-bottom: 5px;
}
#thumbBox #thumbImage img {
border: 1px solid white;
}
#thumbLoading {
position: absolute;
visibility: hidden;
border: 1px solid black;
color: black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
