table.pageLien{
	background-color:#E2DED2;
	width:100%;
	height:362px;	
}
table.pageLien td.liens{
	border-left:1px solid white;
	border-right:1px solid white;
	width:150px;
}
table.liens{
	width:100%;
	margin:0px;
	border-top:1px solid white;
}
table.liens td{
	border-bottom:1px solid white;
}
table.liens a:link,table.liens a:hover,table.liens a:visited,table.liens a:active{
	color:#525252;
}

div.descriptionLien{
	position:relative;
}

div.description{
	text-align:center;
	position:absolute;
	display:none;
	top:100px;
	right:16px;
	width:200px;
	height:200px;
}


