@import url("communs.css");
@import url("bordures.css");
@import url("header.css");
@import url("footer.css");
@import url("accesdirect.css");

#liens .container 
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 800px;
	clear: both;
	margin: 0;
}


#liens .containingbox {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	clear: both;
	margin: 0;
    overflow:auto;
}

#liens img.illustration {
	position: relative;
	left: 0px;
	float:left;
	clear: both;
	padding: 5px 10px;
}

#liens .boiteliens  { background: url(/images/bg.jpg); margin: 5px; padding: 0px; position: relative; width: 175px; border: solid 1px #630; height:200px; float:left; clear:none;}

#liens .titre  { line-height: 20px; margin: 0px; padding: 0px; position: relative; width: 100%; float: left; clear: both; background: url(/images/borders/middle.png);}

/*
#liens a.lien  { line-height: 16px; text-align: justify; margin: 0; padding: 10px 5px; position: relative }

#liens a.lien:hover  { line-height: 16px; text-align: justify; margin: 0; padding: 10px 5px; position: relative}
*/
#liens .liens  { margin: 0; position: absolute; top:200px; }

#liens a:before {
	content: ":: ";
}

#liens a:after {
	content: " ::";
}
