<!--

div#main-frame #center-frame #content-center-frame .partenaire{
	width:850px; height:auto;
	margin-bottom:20px;
	border-bottom:1px dashed #CCCCCC;
	/*background-color:#FF0000;*/
}

div#main-frame #center-frame #content-center-frame .partenaire .nom_association{
	width:850px;
	font-size:120%; font-weight:bold;
	color:#4d6c89;
	/*background-color:#CCCCCC;*/
}

div#main-frame #center-frame #content-center-frame .partenaire .presentation_association{
	width:840px; height:auto;
	padding:5px;
}

div#main-frame #center-frame #content-center-frame .partenaire .url_association{
	width:840px; height:auto;
	padding:5px;
}

div#main-frame #center-frame #content-center-frame .partenaire .url_association a:link{
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #000000;
}

div#main-frame #center-frame #content-center-frame .partenaire .url_association a:visited{
	text-decoration: none;
	color:#000000;
}

div#main-frame #center-frame #content-center-frame .partenaire .url_association a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
}
-->