body {margin-top:0;background-color: #ffffff; background-image:url(images/back_top.gif); background-repeat:repeat-x;font-family:verdana,arial,san-serif; font-size:11px ; color:#000000; margin:0;}
a {text-decoration:none}
A:active { color:#000000; text-decoration; }
A:hover { color: #000000; text-decoration: underline; }
A { color:#000000; text-decoration; }
A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
BORDER: none;
}

A.menulink:hover {
background-color: #FFFF99;
}
.r {color: #FFFF00; font-size:12px; font-weight:900}
.r:link {color:#FFFF00}
.r:hover {color: #ffffff; font-size:12px; text-decoration: underline}
.r:visited {color: #ffffff;}
.q {color: #ffffff}
.q:link {color:#ffffff}
.q:hover {color: #FFFF00; text-decoration: none}
.e {color: #FF0000}
.e:link {color:#FF0000}
.e:hover {color: #000000; text-decoration: none}
.style1 {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
.style2 {
	color: #ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #000000;
	font-size:11px;
}
.style4 {
	color: #ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	color: #FFFF33;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	color: #ffffff;
	font-size:10px;
	font-weight:bold;
}
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
}
/* alternate table rows */
.odd{background-color: #FFFFFF;}
.even{background-color: #FFCCFF;} 


.arrowlistmenu{
width: 126px; /*width of accordion menu*/
background-color:#ffffff;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(images/titlebar-active.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

// menu modele


.bgout {
background-image: url(images/menuout.jpg);
}
.bgover {
background-image: url(images/menuover.jpg);
} 
#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: black;
visibility: hidden;
color:#000000;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.box{
    width:100%;
    padding:5px 0px 10px 5px;
    margin-bottom: 8px;
    font-weight:bold;
}
.green{
    background-color:#95ca78;
    border-bottom:solid 1px #009900;
}
.red{
    background-color: #990000;
    border-bottom:solid 1px #E8514A;
}
td.menuon { background-color: #C41E52; color: #F1326E; }
td.menuoff { background-color: #F1326E; color: #C41E52; }
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size:11px;
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #787878;

	color: #787878;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000000;
		font-size:11px;
		font-weight: bold;
		background-color: #ffffff;
		color: #000000;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #CBC8C8;
	    font-size:12px;
		color: #CBC8C8;
	}
