html{width:100%;}
	body {
background-color: #35c4ff;
background-image:url('images_menu/fond.png');
background-repeat:repeat-x;
color:black;
margin: 0px;
padding: 0px;
width:100%;
		}
#conteneur {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 1000px;
     text-align: left;
}
a.rollopaque img {
  border:0;
  opacity: 1;
  filter:alpha(opacity=100);
  }
a.rollopaque:hover img {
  border:0;
  opacity: 0.6;
  filter:alpha(opacity=60);  
  }
		.titre {
color:#555555;
font-size:12px;
background-color:transparent;
text-decoration:none;
}
.categorie {
color:#ffffff;
font-size:15px;
font-weight:bold;
font-family:verdana, arial, Sans-serif;
background-color:transparent;
text-decoration:none;
}
.box{
	border: 1px dotted #000000;
	padding: 7px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
	filter:alpha(opacity=70); 
	opacity: 0.7;
	width: 200px;
	height:200px;
}
.menu{
	border: 1px dotted #000000;
	padding: 7px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
	filter:alpha(opacity=70); 
	opacity: 0.7;
	width: 110px;
	height:150px;
}
.textbox {
	 color:black;
	 width:100px; 
	 font-size:11px;
	 border:1px dotted #383838;
	 background-color: white;
	 font-family: Verdana, Arial;
}
.texte {
color:#000000;
background-color:transparent;
font-family:verdana, arial, Sans-serif;
font-size:11px;
padding-right:0px;
line-height:15px;
}

.texte a:link{
color:#0000ff;
background-color:transparent;
text-decoration:none;
border-bottom: dotted 1px #0000ff;
}
.texte a:visited{
color:#0000ff;
background-color:transparent;
text-decoration:none;
border-bottom: dotted 1px #0000ff;
}
.texte a:hover{
color:#0000ff;
background-color:transparent;
border-bottom: solid 2px #0000ff;
}
.texte a:active{
color:#FF33CC;
background-color:transparent;
text-decoration:none;
}
.texte2 {
color:#000000;
background-color:transparent;
font-family:verdana, arial, Sans-serif;
font-size:11px;
padding-right:0px;
line-height:14px;
}
.texte2 a:link{
color:#0000ff;
background-color:transparent;
text-decoration:none;
border-bottom: dotted 1px #0000ff;
}
.texte2 a:visited{
color:#0000ff;
background-color:transparent;
text-decoration:none;
border-bottom: dotted 1px #0000ff;
}
.texte2 a:hover{
color:#0000ff;
background-color:transparent;
border-bottom: solid 2px #0000ff;
}
.texte2 a:active{
color:#FF33CC;
background-color:transparent;
text-decoration:none;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #ff00cc;}
#TB_window a:visited {color: #ff00cc;}
#TB_window a:hover {color: #009cff;}
#TB_window a:active {color: #ff00cc;}
#TB_window a:focus{color: #ff00cc;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 102;
	color:#525252;
	display:none;
	border: 1px dotted #161616;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



 /* MENU CSS */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 1em;
left: 1em;
width: 10em;
}

#menu dt {
cursor: pointer;
background: #A9BFCB;
background-image:url('bg_bleu.png');
background-repeat: repeat-x;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 17em;
margin-top: -1.7em;
width: 10em;
background: #FFFFFF;
background-image:url('bg_bleu2.png');
background-repeat: repeat-x;
border: 1px solid gray;
width:300px;
}

#menu ul {
padding: 2px;
}
#menu li {
width:300px;
text-align: center;
font-size: 11px;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
color: #FFF;
font-weight:bold;
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

