/*---------------------------------------------------*/
/*-- scroll de la page --*/
/*---------------------------------------------------*/
div#hold { 
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 98px;
}

div#wn { 
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 100%;
	height: 98px;
	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:6px; z-index:1;
  background: #c9c6c5;
}

div#dragBar {
  position:absolute; left:1px; top:1px;
  width:20px; height:5px; font-size: 1px; z-index:1;
  background-color:#3f3b3a;
}

table#imgTbl { width:48000px; }

/*---------------------------------------------------*/
/*-- contenu --*/
/*---------------------------------------------------*/
#global {  }

#global #main #container {
	width: 88%;
	margin: auto;
	/*border: 5px solid #000000;*/
}

#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 li div {
	position: absolute;
	bottom: 0px;
	right: 30px;
	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;
}
