/*                     */
/* Mise forme générale */
/*                     */
html, body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 10pt;
line-height: 14pt;
text-align: center;
color: black;
background-color: white;
background-image: url("../images/background.jpg");
background-repeat: repeat-x;
background-position: left top;
/* top right bottom left */
padding: 0 0 5px 0; 
margin: 0;
}
/* Conteneur de la Page */
#container {
width: 990px;
text-align: center;
margin: auto;
color: black;
background-color: white;
background-image: url("../images/container_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
padding: 0; 
}
/* Header */
#header {
width: 990px;
height: 262px;
background-image: url("../images/header.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
}
/* Colonne Gauche */
#gauche {
width: 250px;
float: left;
font-size: 9pt;
text-align: center;
margin: 0;
padding-bottom: 10px;
}
/* Colonne Droite */
#droite {
width: 720px;
float: left;
text-align: justify;
color: black;
background-color: transparent;
background-image: url("../images/droite_bg.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
padding: 0 10px 10px 10px;
}
/* Hack pour IE */
* html #droite {
width: 740px;
}
/* Pied de Page */
#footer {
width: 990px;
line-height: 10px;
text-align: center;
font-size: 7pt;
color: #566e00;
background-color: white;
border-top: 1px solid #3c4d00;
padding-top: 5px;
clear: both;
}

/*                    */
/* Eléments du design */
/*                    */

/* Bloc Flottant */
.bloc-float {
width: 250px;
height: auto;
line-height: 12pt;
color: black;
background-color: #cade7a;
background-image: url("../images/bloc_float_bg.jpg");
background-repeat: repeat-y;
background-position: left bottom;
/* top right bottom left */
margin: 15px 0 0 10px;
padding-bottom: 10px;
float: right;
text-align: center;
}
.bloc-float div {
width: 230px;
text-align: justify;
margin: auto;
}
.bloc-float small {
line-height: 8pt;
display: block;
}
.bloc-tiers {
width: 224px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt;
text-align: left;
background-color: white;
border: 1px solid #3c4d00;
float: left;
padding: 3px;
margin-right: 8px;
}
/* Hack pour IE */
* html .bloc-tiers {
width: 230px;
margin-right: 7px;
}

/*             */
/* Menus Gauche */
/*             */

#menu {
width: 250px;
/* top right bottom left */
margin: 0 0 5px -16px; /* hack IE 5.5 */
padding: 0;
background-color: white;
display: block;
 /* hack autres navigateurs */
voice-family: "\"}\""; voice-family: inherit;
/* top right bottom left */
margin: 0 0 5px 0;
}
#menu li {
width: 250px;
height: 33px;
line-height: 33px;
list-style-type: none;
font-size: 11pt;
font-weight: bold;
text-indent: 37px;
text-align: left;
background-image: url("../images/menu_off.jpg");
background-repeat: no-repeat;
background-position: left top;
margin: 0;
padding: 0;
}
#menu a:link, #menu a:visited {
width: 250px;
height: 33px;
display: block;
color: #3c4d00;
text-decoration: none;
background-color: inherit;
}
#menu a:active, #menu a:hover, #menu #on {
color: #a90329;
text-indent: 50px;
text-decoration: none;
background-color: inherit;
background-image: url("../images/menu_on.jpg");
background-repeat: no-repeat;
background-position: left top;
}
dl {
width: 250px;
text-align: left;
/* top right bottom left */
margin: 5px 0 5px 0;
padding: 0;
}
dd {
text-align: left;
/* top right bottom left */
margin-left: 10px;
padding: 0;
}

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

/* Titres */
h1 {
height: 21px;
line-height: 21px;
font-size: 15pt;
text-align: left;
text-indent: 30px;
color: #3c4d00;
background-image: url("../images/puce_h1.jpg");
background-repeat: no-repeat;
background-position: left top;
background-color: transparent;
/* top right bottom left */
margin: 15px 0 0 0;
}
/* Sous Titres */
h2 {
font-size: 11pt;
color: #a70328;
background-color: transparent;
/* top right bottom left */
margin: 5px 0 5px 0;
}
/* Titres Bloc Flottant */
.bloc-float h1 {
height: 28px;
line-height: 28px;
font-size: 14pt;
text-align: center;
text-indent: 0;
color: #6e0019;
background-image: url("../images/bloc_float_h1.jpg");
background-repeat: no-repeat;
background-position: left top;
background-color: transparent;
/* top right bottom left */
margin: 0 0 5px 0;
}

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

form {
/* top right bottom left */
margin: 5px 0 5px 0;
padding: 0;
text-align: center;
float: left;
}
form p {
margin: 7px;
padding: 0;
}
input {
vertical-align: middle;
outline: none;
}
fieldset {
padding: 10px;
}
legend {
color: #a70328;
background-color: inherit;
font-weight: bold;
}

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

/* Bordure sur toutes les images */
img {
border: 1px solid black;
}
/* Alignement flottant à gauche */
.left {
/* top right bottom left */
margin: 5px 5px 0 0;
float: left;
}
/* Alignement flottant à droite */
.right {
/* top right bottom left */
margin: 5px  0 0 5px;
float: right;
}
/* Alignement centré */
.center {
text-align: center;
}
/* retour à la ligne forcé */
.clear, hr {
clear: both;
}
.ico {
border: 0;
vertical-align: middle;
}
/* Ligne de séparation */
hr {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px dotted #3c4d00;
padding: 5px;
margin: 10px;
}

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

a:link, a:visited {
color: black;
text-decoration: underline;
background-color: transparent;
outline: none;
}
a:active, a:hover {
color: #8e4400;
background-color: transparent;
outline: none;
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #566e00;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: #8e4400;
background-color: transparent;
outline: none;
}

/*                       */
/*  Galerie Photo Dhtml  */
/*                       */

#galerie {
text-align: center;
}
#galerie img {
border: 1px solid black;
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;
color: black;
background-color: white;
border: 1px solid black;
visibility: hidden;
z-index: 10;
cursor: pointer;
}
#thumbBox #thumbImage {
font-weight: bold;
color: black;
background-color: transparent;
margin-bottom: 5px;
}
#thumbBox #thumbImage img {
border: 2px solid black;
}
#thumbLoading {
position: absolute;
visibility: hidden;
border: 1px solid black;
color: black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

