

/* Révision 28/11/2005 */

#liens {
	font-family : tahoma, sans-serif;
	font-size:10pt;
}

#liens table{
	width:99%;
}



#liens td{
	vertical-align:top;
}
#liens .lien{border:2px solid #DDD;
	margin-bottom:10px;
}

#liens .url{

}

#liens .img{
}

#liens .commentaire{
	color:#2EE;
	padding:10px;
}

#liens td.url{
	padding:10px;
}

#liens td.img{
	text-align:right;
}


#liens a.url{	color:white;
	background-color:inherit;/*color:#F40;*/
	text-decoration:underline;

}

#liens a.url:hover{
	background-color:#F80;
	color:red;
	padding:10px;
	font-weight:bolder;
	
}



