img	 {
	border: 2px solid #65A5D1;
}

img.noborder	 {
	border: 0;
}

body {
	text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins,	but 'text-align:center' does center top-level divs: */
	min-width: 1025px;
	background:#EEF2F6 url('../../images/fond.jpg') repeat-x top;
	margin:0; padding: 0;
	color: #081272;
	font: 75%/1.33 Verdana, sans-serif;
}
table {
	font: 100%/1.33 Verdana, sans-serif;
}

a:link {color: #ff9000; text-decoration: none;}
a:visited {color: #ff9000; text-decoration: none;}
a:hover {color: #A65E00}
a:active {color: #A65E00}

i {
	color: #00AC6B;
}

h1 {
	color: #007046;
	font-size: 20px;
	margin: 10px 0px 10px 0px;
}
h2 {
	color: #FF4F00;
	font-size: 18px;
	margin: 8px 0px 8px 0px;
}
h3 {
	color: #00AC6B;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
}

p {
	text-align: justify;
	margin: 5px 0px 5px 0px;
}
em {
	color: #FF4F00;
}
.logo {
	text-align: center;
	position: relative;
	width: 1400px; /*Width of main container*/
	background: url('../../images/header.png') no-repeat;
	margin: 0 auto; /*Center container on page*/
	height: 200px;
	text-align: left;/* reset text back to left due to ie5.x fix */
	z-index: 03;
}
#wrapper {
	position: relative;
	width: 1025px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-top: -50px;
	text-align: left;/* reset text back to left due to ie5.x fix */
	z-index: 01;
}

/**************** Header ****************/
#header .bande {
	background-color:#60D6A9;
	width:100%;
	height:32px;
	border: 2px solid #65A5D1;
} 

.bande .bande_degrade {
	background:url('../../images/baniere_degrade_blc.png');
	float: right;
	width:305px;
	height:32px;
}



/****************************************/
/**************** Menu ******************/ 
.arrowblue{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #65A5D1;
	border-size: 1px;
	border-width: 1px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../../images/arrowblue.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #1826B0;
}

.arrowblue li a:hover{
	color: #007046;
	background-position: 100% -32px;
}

.arrowblue li a.selected{
	color: #007046;
	background-position: 100% -64px;
}
/****************************************/
/**************** Content ***************/  
#leftcolumn {
	border: 0px solid blue;
	float: left;
	width: 200px; /*Width of left column*/
	height: 400px;
	margin-right: -200px; /*Set right margin to -(leftColumnWidth) */
	background:url('../../images/menu_bg.jpg'); 
}
.margins_in_leftcolumn {
	margin: 10px;
	margin-top: 30px; 
}						

#contentcolumn { 
	float: left;
	width: 100%;
	border: 0px solid #fff;
	background: #fff;
	border-right: 2px solid #65A5D1;
	border-left: 2px solid #65A5D1;
}
.margins_in_contentcolumn {
	height: 395px;
	overflow: auto;
	margin-left: 210px;
	margin-right: 260px;
	margin-bottom: 0px; 
}  

table.pres {
	font-size: 12px;
	border: 1px solid #65A5D1;
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}
td.top 
{
	background: #60D6A9 url('../../images/baniere_degrade_blc.png') right no-repeat;
	border: 1px solid #65A5D1;
	text-align: center;
}
td.price 
{
	text-align: center;
	width: 30%;
	font-size: 10px;
	background-color: #fff;
}
td.decription 
{
	text-align: center;
	width: 70%;
	font-size: 12px;
	font-weight: bold;
	color: #FF4F00;
	background-color: #fff;
}
td.pres 
{
	text-align: center;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #65A5D1;
}
td.detail 
{
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #65A5D1;
}

#rightcolumn {
	border-left: 1px dotted #1826B0;
	float: left;
	width: 250px; /*Width of right column*/
	height: 400px;
	margin-left: -253px; /*Set left margin to -(RightColumnWidth) */
	background: #fff ;
	
}
.margins_in_rightcolumn {
	margin: 10px 20px 0px 40px;	 /* top right bottom left */
}														
/****************************************/	

/**************** footer ***************/	
#footer {
	border: 2px solid #65A5D1;
	clear: left;
	width: 100%;
	height:32px;
	background: #717BD8;
	color: #FFF;
	text-align: center;
	font-size: 90%;
}
#footer ul{
	height:27px;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

#footer ul li{
	 display:inline;
}

#footer ul li a{
	 color:#fff;
}
.bande2 {	
	width:100%;
	background:#E0E0E0;
	border-right: 2px solid #E0E0E0;
	border-left: 2px solid #E0E0E0;
	font-size: 80%;
	color:#415662;
	text-align:center;
	padding-top: 1em;
	padding-bottom: 1em;	
}
/****************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
