/* Alignements divers */
.gauche {
float: left;
}
.droite {
float: right;
}
.center {
text-align: center;
}
/* Galerie Photo Dhtml */
#galerie {	 
width:1130px;
display: table-cell;
text-align: center;
}
#galerie img {
border: 1px solid #443027;
margin: 8px;
vertical-align: middle;
}
#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: white;
margin-bottom: 5px;
}
#thumbBox #thumbImage img {
border: 1px solid black; 
width: 340px;
height: 440px;
}
#thumbLoading {
position: absolute;
visibility: hidden;
border: 1px solid black;
color: black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* Pied de Page */
#footer {
width: 990px;
text-align: center;
font-size: 7pt;
color: #b9b9b9;
background-image: url("../images/footer.jpg");
background-repeat: no-repeat;
background-position: top left;
background-color: inherit;
margin: auto;
padding-top: 10px;
clear: both;
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #8d8d8d;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: black;
background-color: transparent;
outline: none;
}
