/* CSS Document */
#lien_libelle {
	float: left;
	width: 410px;
	height: 130px;
	background-attachment: scroll;
	background-image: url(../commun/images/cadre_lien.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#lien_nom {
	float: left;
	width: 285px;
	height: 20px;
	font-weight: bold;
	color: #750D67;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 20;
	left: 10px;
	top: 10px;
}

#lien_lien {
	float: right;
	width: 90px;
	height: 110px;
	text-align: center;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 22;
	top: 10px;
	right: 20px;
}

#lien_adresse {
	float: left;
	width: 285px;
	height: 90px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 21;
	left: 10px;
	top: 10px;
}