/*---------------------------------------------------*/
/*-- scroll de la page --*/
/*---------------------------------------------------*/
div#hold { 
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 450px;
	/*border: 1px solid #000000;*/
}

div#wn { 
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 100%;
	height: 450px;
	overflow: hidden;	
}

div#lyr1 { 
	position: absolute;
	visibility: hidden; 
	left: 0px;
	top: 0px; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollpos { 
	width:100%;
	z-index:200;
	/*border: 1px solid #000000;*/
}
div#scrollbar { 
	position:relative;
	width:100%;
	height:4px; 
	font-size:1px;
	z-index:1;
}
div#track { 
  position:absolute; left:0; top:0;
  width:100%; height:5px; z-index:1;
  background: #eaeaea;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:20px; height:3px; font-size: 1px; z-index:1;
  background-color:#000000;
  }

table#imgTbl { width:48000px; }

/*---------------------------------------------------*/
/*-- contenu --*/
/*---------------------------------------------------*/
#global {  }

#global #main #container {
	width: 88%;
	margin: auto;
	/*border: 5px solid #000000;*/
}

#imgTbl td {
	border-left: 1px solid #cccccc;
	padding-left: 30px;
}

#imgTbl td ul {
	
}
#imgTbl td ul li {
	padding-right: 30px;
	min-width: 300px;
	height: 300px;
	
	list-style-type: none;
	float: left;
	font-size: 11px;
	position: relative;
}
#imgTbl li a {
	display: block;
	vertical-align: bottom;
}
#imgTbl li img {
	vertical-align: bottom;
}

#imgTbl .title {
	padding-right: 30px;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 20px;
}
#imgTbl .title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	line-height: 32px;
	padding-bottom: 5px;
}
#imgTbl li div {
	position: absolute;
	bottom: 0px;
	right: 30px;
	background: url(../img/press_area_box.gif) 0 0 no-repeat;
	width: 252px;
	height: 97px;
	top: 10px;
}
#imgTbl li h1 {
	font-size: 11px;
	padding: 8px 10px 0 20px;
	color: #666666;
	font-weight: normal;
}
#imgTbl li p {
	font-size: 11px;
	padding: 8px 20px;
	color: #666666;
}

#links {
	height: 25px;
}
#links div {
	float:left;
	font-size: 10px;
}
#links #link1 {
	width: 17%;
}
#links #link2 {
	width: 28%;
}
#links #link3 {
	width: 26%;
}
#links #link4 {
	width: 19%;
}
#links #link5 {
	width: 5%;
}