ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.disc   {list-style-type: disc}

table.main { font-size: 10pt; width: 97%; border-style: solid; border-width: thin; padding: 0; empty-cells: show  }
trow.main { font-size: 10pt; color: black; font-weight: normal; border: 2px ridge #000000 }
th.main   { height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }	

td.cell5    {width: 5%;  height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell10   {width: 10%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell15   {width: 15%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell20   {width: 20%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell25   {width: 25%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell30   {width: 30%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell35   {width: 35%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell40   {width: 40%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell50   {width: 50%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell60   {width: 60%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell80   {width: 80%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }
td.cell90   {width: 90%; height: auto;  border-style: inset; border-width: .75pt; padding: 0cm }

td.clearcell15   {width: 15%; height: auto; }
td.clearcell85   {width: 15%; height: auto; }

td.galleryspacer   {width: 75px;}

table.3rdparties { width: 500px;
        text-align: center;
	border-width: 5px 5px 5px 5px;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.3rdparties th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.3rdparties td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}


a:link    {color: #FFFF00; }
a:visited {color: #00FFFF; } 
a:active  {color: #00FFFF; }

body
{ font-family: Arial, Verdana, Helvetica;
  font-size: 10pt;
  color: black;
  background-image: url(background.gif)}

h1
{ font-family: Arial, Times New Roman, Times;  color: black;}

h2
{ font-family: Arial, Times New Roman, Times;  color: black; }

div.banner {
  margin: 0;
  position: fixed;
}

div.banner p {
  margin: 0; 
}

div.bloc {
 position: absolute;
 top: 1em;
 left: 15%;
 width: 80%;
/*width: 70%; float: left; margin-left: 15%;*/
}

ul.menu, li.menu { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0;
padding:0;}

ul.menu {
position: absolute; /* positionning for IE5 et IE5.5 */
left: 0px;
top: 50px;
background: transparent url(../images/blank_button.gif) top left; /* general background for the menu */
height: 540px;
width: 110px;
text-align: center;
}

li.menu {
display: inline; /* correction for IE5 et IE5.5 */
}

li.menu a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
height: 30px;
width: 110px;
line-height: 30px;  /* height of line to avoid paddings */
color: DeepSkyBlue;
font-size: 13px;
font-family: arial, serif;
text-decoration: none;
}

li.menu a:hover {
background: transparent url(../images/blank_button2.gif) top left no-repeat;
}

a#menu1:hover {background-position: 0% 0%; /* move of background for each button */}

a#menu20:hover {background-position: 0% 30px;}
a#menu30:hover {background-position: 0% 60px;}
a#menu40:hover {background-position: 0% -390px;}
a#menu50:hover {background-position: 0% -430px;}
a#menu60:hover {background-position: 0% -470px;}

/* ******************************************************************************************** */
/* LIGHTBOX STYLES BELOW HERE */
/* ******************************************************************************************** */


#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{ background-image: url(images/overlay.png); }

#overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


/* 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 */ 

	
	
/* ******************************************************************************************** */
/* LIGHTBOX STYLES TO HERE */
/* ******************************************************************************************** */




