/* CSS Document */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow-y: hidden; 
  overflow-y: hidden; 
  }
  
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

#menu * {margin:0; padding:0; font:12px Arial, Helvetica, sans-serif;}
#menu code {font-family:"Courier New",Courier}

#options {text-align:right;}
#options a {text-decoration:none;}
#options a:hover {}

#acc {list-style:none; margin:0 auto 40px}
#acc h3 { cursor:pointer;}
#acc h3:hover {}
#acc .acc-section {overflow:hidden;}
#acc .acc-content {}

#menu .sub {list-style:none;}
#menu .sub h3 {cursor:pointer;}
#menu .sub h3:hover {color:#949494;}
#menu .sub .acc-section {overflow:hidden; font-weight:bold;}
#menu .sub .acc-content {font-size:10px; color:#99ccff; text-transform:uppercase;font-weight:bold;line-height: 12pt;}
#menu .sub .acc-content a {padding-left:10px;font-size:10px;color:#99ccff;text-decoration:none;line-height: 12pt;}
#menu .sub .acc-content a:hover {padding-left:10px;font-size:10px;color:#ffffff;text-decoration:none;line-height: 12pt;}


#menu .sub .acc-selected {}

#bloc_popin {
	/*z-index:1001;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;*/

}

.container
{
	width: 160px;
	height: 463px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	/*border: solid 1px;*/
}

.content
{
	position: absolute;
	width: 160px;
	left: 2px;
	top: 1px;
}


.contenu_container {
position:relative; width:735px; height:443px;z-index:15;
overflow:hidden;
}  

.contenu_content {
	position: absolute; 
	width:731px; 
	color:#000000;
}  

.slider1
{
	left:194px;
	top:1px;
	width: 7px;
	height: 442px;
	background-color: #FFFFFF;
	position: absolute;
	z-index:50;
}

.indicator
{
	width: 7px;
	height: 16px;
	background-color: #8E98C8;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	top: 8px;
}

.slider2
{
	right:0px;
	width: 7px;
	height: 442px;
	background-color: #00448A;
	position: absolute;
	z-index:50;
	/*display:none;*/
}

.indicator2
{
	width: 7px;
	height: 16px;
	background-color: #E1E4F0;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	top: 8px;
}
