.cadre
{
	width: 98%;
	border: 1px solid gray;
	background-color: #eeeeee;
	padding: 3px;
	min-height: 60px;
}

.cadre_img
{
	float: left;
	width: 190px;
}

.cadre_img img
{
	border: 1px solid gray;
}

.cadre_desc
{
	margin-left: 200px;
}

.cadre_web
{
	float: right;
	margin-right: 8px;
}	

.cadre_web a
{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}

.cadre_web a:hover
{
	color: #9999ff;
	text-decoration: none;
	border-bottom: 1px dotted #9999ff;
}

.lien_partenaire
{
	color: #3B4E79;
	text-decoration: none;
	border-bottom: 1px dotted #3B4E79;
}

.lien_partenaire:hover
{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}