/**
* --------------------------------------
* 			PAGE LIENS UTILES
* --------------------------------------
*/	
.liens .illustration.capture{
	margin:	0px 5px 5px 0;
	border:	solid 1px #e0e0e0;
	float:	left;
}
.liens .illustration.logo{
	margin-top:	0px;
	float:		right;		
}
.liens a:link,
.liens a:visited,
.liens a:hover,
.liens a:active{
	text-decoration:	none;
}
.liens a span.titre{
	display:			block;
	padding:			0;
	margin-bottom:		15px;
	font-size:			12px;
	text-decoration:	underline;
	font-weight:		normal;
	font-style:			normal;
	color:				#c00000;
	height:				auto;
	line-height:		auto;
	background-color:	transparent;
}
.liens a span.url{
	display:		block;
	margin-top:		3px;
	color:			green;
	font-weight:	normal;
}
.tags{
	font-weight:	normal;
	color:			#555;
}
.tags a:link,
.tags a:visited{
	font-weight:	normal;
	color:			#555;
}
.tags a:hover{
	font-weight:		normal;
	color:				#555;
	text-decoration:	underline;
}
.tags a:active{
	font-weight:	normal;
	color:			#555;
}