/*---------------------------------------------------*/
/*-- scroll de la page --*/
/*---------------------------------------------------*/
div#hold { 
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

div#wn { 
	position: absolute; 
	left: 0px;
	top: 0px; 
	width: 100%;
	height: 400px;
	overflow: hidden;	
}

div#lyr1 { 
	position: absolute;
	visibility: hidden; 
	left: 0px;
	top: 0px; 
}

table#imgTbl { width:4200px; }

/*---------------------------------------------------*/
/*-- contenu --*/
/*---------------------------------------------------*/
#global { background: #FFFFFF url(../img/body_bg_sitemap.gif) 0 0 repeat-x; }

#global #main #container {
	width: 88%;
	margin: auto;
}

#imgTbl td {
	width: 280px;
	vertical-align: top;
	padding-right: 20px;
}

#imgTbl td h1 {
	font-size: 11px;
	height: 50px;
	color: #7b7b7b;
	font-weight:bold;
}
#imgTbl td p {
	line-height: 14px;
	color: #7b7b7b;
}
