/* CSS Document */
body {
 font: 0.8em/1.6 Arial, Helvetica, sans-serif; background-image: url(images/jean-louis_perrot_bg.jpg);
 background-color: #FFFFFF;
}
.trss{ color:#CCCCCC;}
h1{ color:#FFFFFF;}
a{color:#333333; background:#FFFFFF; text-decoration: none;}
a:hover{color:#333333;background:#FFFFFF;text-decoration:underline;}
a:visited{color:#333333;background:#FFFFFF;text-decoration: none;}
a:links{color:#333333;background:#FFFFFF;text-decoration: none;}/
.wht{ color:#333333; background:#FFFFFF;font-size:14px; padding-left:5px; padding-right:5px;}
.photoArrow {
 display: none;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #333333;
 border: 1px solid #5080B0;
 border-color: #A0E0FF #205080 #205080 #A0E0FF;
 cursor: pointer;
}
.photoPrevActive {
 display: block;
 float: left;
}
.photoNextActive {
 display: block;
 float: right;
}
.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 6em;
 text-align: center;
 list-style: none;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 color: #567;
 display: none;
}
.photoListActive li.photoItemActive {
 display: block;
}
.photoListActive a {
 color: #34C;
}
.photoContainer {
 height: 450px;
}
.photoArea {
 position: relative;
 visibility: hidden;
 margin: 0 auto 0 auto;
}
.photoAreaActive {
 visibility: visible;

 padding: 4px;
}
.photoAutoDisabled {
 display: none;
}
.photoAutoPlay, .photoAutoPause {
 display: block;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #00CC00;
 border: 1px solid #5080B0;
 border-color: #A0E0FF #205080 #205080 #A0E0FF;
 cursor: pointer;
}
.photoAutoPlay span, .photoAutoPause span {
 display: none;
 width: 5em;
}
.photoAutoPlay .photoAutoPlayLabel {
 display: block;
}
.photoAutoPause .photoAutoPauseLabel {
 display: block;
}

.photoLoadMessage {
 float: right;
 visibility: hidden;
 font-style: italic;
 text-align: center;
}
