@charset "iso-8859-1";


body {
 background-color: #000;
 font-size: 11px;
 font-family: Georgia, Verdana, Arial, SunSans-Regular, Sans-Serif;
 color:#D5D3AE;
 padding:0px;
 margin:0px;
}


body a:link       { color: "330"; text-decoration: none }
body a:visited    { color: "330"; text-decoration: none }
body a:hover      { color: "330"; text-decoration: none }


#showimage
{
cursor: hand;
cursor: pointer;
position: absolute;
visibility: hidden;
min-width: 1px;
min-height : 1px;
border: 100px solid #000;
}
#dragbar
{
background-color: #000;
min-width: 0px;
min-height : 0px;
}
#dragbar #closetext
{
font-family: Arial,Georgia,verdana;
font-size: 10px ;
color: #888;
}
#infobar
{
background-color: #000;
min-width: 20px;
min-height : 50px;
}
#infobar #infos
{
font-family: Arial,Georgia,verdana;
font-size: 12px ;
color: #C90;
margin-right: 10px;
margin-left: 0px;
margin-top:35px;
margin-bottom:10px;
}


.imageSlideshowHolder,.imageSlideshowHolder_left{
 margin: 0px ;	/* "Air" */
 float: center ; /* Floating gallery at the right side of other web page content */		
 width: 500px;	/* Image width */
 height: 550px;	/* Image height */
 position: relative;	/* Don't remove this line */
}
.leftFloatingDiv{
 float: left;
 width: 500px;
 height: 500px;
}
/* Don't change these values */
.imageSlideshowHolder img {
 position:absolute;
 left:0px;
 top:0px;
}




/* ---------- Boutons du menu -------------- */
div.menu_horiz ul {
 list-style-type: none;
}
div.menu_horiz li {
 float: left;
 padding-top: 0px;
 padding-bottom: 9px;
/* margin: auto; */
 background-color: #000;
}
div.menu_horiz a {
 margin: 0 0px;
 width: 110px;
 height: 20px;
 display: block;
 text-align: center;
 font: bold 13px Georgia,verdana, arial;
 text-decoration: none;
 color: #330;
 line-height: 18px;
 background-color: #000;
 background-image: url("../images/bt1-repos.gif");
}
div.menu_horiz a:hover {
 background: #000;
 background-image: url("../images/bt1-survol.gif");
 color: #330;
}
div.menu_horiz a:active {
 background: #000;
 color: #330;
 background-image: url("../images/bt1-click.gif");
}

/* ---------- Boutons du menu2 -------------- */
div.menu_verti ul {
 list-style-type: none;
}
div.menu_verti li {
 float: none;
 padding-top: 0px;
 padding-bottom: 5px;
 margin: auto;
 background-color: #000;
}
div.menu_verti a {
 margin: 0 0px;
 width: 110px;
 height: 20px;
 display: block;
 text-align: center;
 font: bold 13px Georgia,verdana, arial;
 text-decoration: none;
 color: #330;
 line-height: 18px;
 background-color: #000;
 background-image: url("../images/bt1-repos.gif");
}
div.menu_verti a:hover {
 background: #000;
 background-image: url("../images/bt1-survol.gif");
 color: #330;
}
div.menu_verti a:active {
 background: #000;
 color: #330;
 background-image: url("../images/bt1-click.gif");
}



/*  ----------------footer---------------------- */ 
#footer {
 clear:left;
 padding-top:20px;
 padding-bottom:50px;
 margin:20px;
 text-align: center;
 font: normal 11px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 line-height: 18px;
 color: #554;
 z-index: 1;
} 

#footer A:link {
 font: normal 11px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #554;
 text-decoration: none;
}
#footer A:visited {
 font: normal 11px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #554;
 text-decoration: none;
}
#footer A:hover {
 font: normal 11px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #886;
 text-decoration: none;
}


/*  ----------------links---------------------- */ 
#links {
 clear:left;
 margin-top:10px;
 margin-left:100px;
 text-align: left;
 font: normal 13px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 line-height: 18px;
 color: #886;
 z-index: 1;
} 

#links A:link {
 font: normal 13px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #886;
 text-decoration: none;
}
#links A:visited {
 font: normal 13px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #886;
 text-decoration: none;
}
#links A:hover {
 font: normal 13px Verdana,Arial,Helvetica,Georgia,Times New Roman;
 color: #cca;
 text-decoration: none;
}