﻿html , body  {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:Georgia, Courier, Arial;
	
}

html {
	background: url(../images/bg.jpg) ;
}


body {
	padding: 0;
	margin: 0;
	color: #004663;
	width: 100%;
	
}


 
.header {
/* par exemple pour une page centree */
	width:1150px;
	height:175px;
	position: absolute; 
    top: 0; 
    left: 50%; 
    margin-left: -575px;
    background: url(../images/bg_header.jpg) no-repeat center top;
	}

 
.conteneur {
	width:1150px;
	position: absolute; 
    top: 175px; 
    left: 50%; 
    margin-left: -575px;
    background: url(../images/bg_content_back.jpg) center top;
    padding-bottom:40px;
    
	}

.conteneur2 {
	width:1055px;
	position: relative; 
	left: 50%; 
    margin-left: -527px;
    padding-bottom:40px;
    background: url(../images/beige_bg.jpg) center top;
	}

.conteneur2_green {
	width:1055px;
	position: relative; 
	left: 50%; 
    margin-left: -527px;
    
    padding-bottom:40px;
    background: url(../images/green_bg.jpg) center top;
	}

.conteneur2_pink {
	width:1055px;
	position: relative; 
	left: 50%; 
    margin-left: -527px;
    padding-bottom:40px;
    background: url(../images/pink_bg.jpg) center top;
	}
	
	
.conteneur2_grey {
	width:1055px;
	position: relative; 
	left: 50%; 
    margin-left: -527px;
    padding-bottom:40px;
    background: url(../images/grey_bg.jpg) center top;
	}	
	
	
.cache1 {
	width:150px;
	position: relative; 
	left: 50%; 
    margin-left: -260px;
    margin-bottom:-50px;
    top:-25px;
	}	
	
	
.cache2 {
	width:150px;
	position: relative; 
	left: 50%; 
    margin-left: -60px;
    margin-bottom:-50px;
    top:-25px;
    
	}	
	
	
.cache3 {
	width:150px;
	position: relative; 
	left: 50%; 
    margin-left: 110px;
    margin-bottom:-50px;
    top:-25px;
	}				

	
.conteneur3 {
	width:948px; 
    position: relative; 
    left: 50%; 
    margin-left: -474.5px;
	background-color:#C8D6D9;
	}	
	
.animation {
	width:949px; 
	height:279px;
    position: absolute; 
    left: 50%; 
    margin-left: -475px;
    margin-top:24px;
	background-color:#90ABB2;
	}		

.animation_green {
	width:949px; 
	height:279px;
    position: absolute; 
    left: 50%; 
    margin-left: -475px;
    margin-top:24px;
	background-color:#90ABB2;
	}		


.submenu {
	width:500px; 
	height:20px;
    position: relative; 
    left: 50%; 
    margin-left: -250px;
    margin-top:5px;
    font-weight:bolder;
    font-size:12pt;
    z-index:5;
	}		

/*.menu 
{
        width:1150px;
        position: absolute; 
        top: 0; 
        left: 50%; 
        margin-top: 132px; 
        margin-left: -527.5px;
        }       */
        
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 252px;
  height: 42px;
  position: relative;
  z-index:50;
  left: 50%; 
}  


#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .menu1 {
  width: 252px;
  height: 42px;
  background: url(../images/menu_img1.gif) no-repeat;
  left: -527px;
  top: 133px;
}


#menu .menu2 {
  width: 252px;
  height: 42px;
  background: url(../images/menu_img2.gif) no-repeat;
  left: -261px;
  top: 133px;
}


#menu .menu3 {
  width: 252px;
  height: 42px;
  background: url(../images/menu_img3.gif) no-repeat;
  left: 6px;
  top: 133px;
}

#menu .menu4 {
  width: 252px;
  height: 42px;
  background: url(../images/menu_img4.gif) no-repeat;
  left: 275px;
  top: 133px;
}
      
        
.logo
{
        position: absolute; 
        top: 0; 
        left: 50%; 
        margin-top: 36px; 
        margin-left: -480px;
        }
 


a:link 
    {
        color:#58585A;
        text-decoration:none;
    }

a:visited 
    {
        color:#58585A;
        text-decoration:none;
    }

a:hover 
    {
        color:#0CB8D8;
        text-decoration:none;
    }


    
input
    {
        background-color:#EFDFBB;
        border:none;
        font-size:8pt;
        font-family:Georgia, Courier, Arial;
    }           
    
textarea
    {
        background-color:#EFDFBB;
        border:none;
        font-size:8pt;
        font-family:Georgia, Courier, Arial;
    }   


.normaltext
    {
        font-size:9pt;
        text-align:justify;
    }

.normaltext_left
    {
        font-size:9pt;
        text-align:left;
    }
    
.bigtext    
    {
        font-size:12.5pt;
    }
    
    
.footer
    {
    width:948px; 
    position: relative; 
    left: 50%; 
    margin-left: -474.5px;
	background-color:#90ABB2;
    font-size:8pt;
    color:#FFFFFF;
    }  
    
.footer_text
    {
        font-family:Georgia, Courier, Arial;
        color:#FFFFFF;
        font-size:8pt;
    }          
    
    







    


li { list-style-type: none; }



#navigation {
	margin: 5px 0px 5px 0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:560px;
}
#navigation a.head {
	cursor:pointer;
	background:#c8d6d9;
	display:block;
	font-weight:bold;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:10px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
	font-size:9pt;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	font-size:9pt;
}


#navigation2 {
	margin: 5px 0px 5px 0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:600px;
}
#navigation2 a.head {
	cursor:pointer;
	background:#c8d6d9;
	display:block;
	font-weight:bold;
}
#navigation2 a.head:hover {
	color:#FFFF99;
}
#navigation2 a.selected {
	background-image: url(expanded.gif);
}
#navigation2 a.current {
	background-color:#FFFF99;
}
#navigation2 ul {
	border-width:0px;
	margin:10px;
	padding:0px;
	text-indent:0px;
}
#navigation2 li {
	list-style:none outside none; display:inline;
	font-size:9pt;
}
#navigation2 li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	font-size:9pt;
}


#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(elements/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(elements/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; }