body{font:11px Arial,Helvetica,sans-serif;}
img {border:none;}
body, div, span, h1, h2, h3, h4, p, ul {margin:0; padding:0;}
ul {list-style-type:none;}
sup{font-size:7px;}

/********************************************** Cadre ********************************************/
#content {
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
}
/********************************************* Header ********************************************/
/******************************************** Menu top *******************************************/
#menu_top{float:left;width:100%;}
#menu_top ul {float:right;}
#menu_top ul#ico {margin-right:40px;}
#menu_top li{
	display:block;
	float:left;
	font-size:10px;
	background:url('/images/separator-pointilles.gif') no-repeat right;
	padding:5px 8px;
}
#menu_top li.last{
	background:none;
	padding-right:0;
}
#menu_top li.actif a{
	background:url('/images/fleche-haut-rouge.gif') no-repeat bottom left;
}
#menu_top li a{
	color:#7f7f7f;
	text-decoration:none;
}

/********************************************* Images *******************************************/
#logo {
	clear:both;
	width:100%;
	overflow:hidden;
}
*+html #logo {zoom:1;}
* html #logo {zoom:1;}

#logo #chfs{
	margin-right:63px;
	float:left
}
#logo #accroche{float:left;}
#logo #logo_eiffage{
	padding-top:20px;
	float:right;
}

/********************************************* Bandeau *******************************************/
#bandeau {
	background:#2a6e8f;
	clear:both;
	margin-top:20px;
	/*margin-bottom:30px;*/
}
#bandeau #menu {
	background:#fff url('/images/menu-bord-gauche.gif') no-repeat;
	border-bottom:1px solid #fff;
	padding-left:7px;
	height:26px;
}
#bandeau #menu div {
	background:url('/images/menu-bord-droit.gif') no-repeat right;
	padding-right:7px;
	height:100%;
}
#bandeau #menu ul  {
	width:100%;
}
#bandeau #menu ul  li{
	display:block;
	float:left;
	background:url('/images/menu-separator.gif') no-repeat right;
	padding-right:1px;
	text-transform:uppercase;
}
#bandeau #menu ul  li.last{
	float:right;
	background:url('/images/menu-separator.gif') no-repeat left;
	padding-left:1px;
}
#bandeau #menu ul  li a{
	display:block;
	text-align:center;
	width:126px;
}
#bandeau #menu ul li.actif a, #bandeau #menu ul  li a:hover{background:url('/images/menu-actif.gif') no-repeat center top;}
#bandeau #menu ul li.actif.last a, #bandeau #menu ul  li.last a:hover{background:url('/images/menu-actif-large.gif') no-repeat center top;}
#bandeau #menu ul  li.last a{
	width:157px;
}
#bandeau #menu ul  li a:hover{background:url('/images/menu-actif.gif') no-repeat center bottom;}

#bandeau_bas img{border-bottom:1px solid #fff;}
/**************************************** Menu inférieur *****************************************/
#bandeau_bas #submenu{
	background:url('/images/menu-sub-degrade.gif') repeat-x;
	height:23px;
	color:#fff;
	text-transform:uppercase;
    padding-top:10px;
	padding-left:20px;
}
*+html #bandeau_bas #submenu{margin-top:-2px;}

#bandeau_bas #submenu img{
	border:none;
}
#bandeau_bas #submenu  ul li{
	display:block;
	float:left;
	margin-top:-5px;
	margin-left:5px;
}
#bandeau_bas #submenu  ul li a{
	display:block;
    padding-top:7px;
	width:150px;
	height:23px;
	background:url('/images/menu-sub-off.gif') no-repeat;
	text-align:center;
    color:#fff;
    text-decoration:none;
	font:0.75em Verdana;
}
#bandeau_bas #submenu  ul li.actif a, #bandeau_bas #submenu  ul li a:hover{background:url('/images/menu-sub-on.gif') no-repeat;}
#bandeau_bas #submenu  ul li img{padding:0;}
#bandeau_bas #submenu  h2{font-size:14px;font-family:Verdana;letter-spacing:-1px}
* html #bandeau_bas #submenu  h2{font-weight:normal;}
*+html #bandeau_bas #submenu  h2{font-weight:normal;}
/**************************************** Contenu ***********************************************/
#contenu{
	margin-bottom:30px;
	overflow:hidden;
}
* html #contenu{zoom:1;}
*+html #contenu{zoom:1;}
/********************************************* Lightbox ****************************************/
#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; }
/********************************************* FlipBook  ****************************************/
#flashcontent{width:620px; height: 520px;margin:0; padding:0;}

