/* affichage d'un partenaire */

.bloc_partenaire {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.texte_affiche_partenaire {
	width:704px;
	float:left;
	padding:3px;
	color:#445A72;
	font-size:10px;
	text-align:justify;
}

.page_partenaire {
	margin-top:3px;
	margin-bottom:3px;
	width:710px;
	height:auto;
	background-color:#D1DFEF;
	border:1px #999999 solid;
	color:#445A72;
	font-size:10px;
}

/* Liste des partenaires */

.liendirect {
	font-size:0.2em;
	display:none;
}

.ligne_partenaire {
	overflow:hidden;
	margin-top:3px;
	margin-bottom:3px;
	width:710px;
	height:130px;
	background-color:#D1DFEF;
	border:1px #666666 solid;
}

.image_partenaire {
	float:left;
	width:150px;
	background-color:transparent;
	text-align:center;
	margin:5px;
}

.image_partenaire a, .image_partenaire a:visited {
	color:#787878;
	text-decoration:none;
	font-size:10px;
}
.image_partenaire a:hover{
	color:#787878
}

.afficher_detail {
	display:block;
	margin:0px 5px;
	float:right;
	cursor:pointer;
	font-size:0.8em;
	text-align:center;
	width:auto;
	border:1px solid;
	background-color:#ffffff;
	padding:3px;
}

.texte_partenaire {
	float:right;
	padding:3px;
	height:100%;
	width:544px;
	color:#445A72;
	font-size:11px;
	line-height:11px;
	overflow:hidden;
	text-align:justify;
}

.retour_liste {
	height:auto;
	text-align:right;
	margin-right:10px;
}

.retour_liste a, .retour_liste a:hover, .retour_liste a:visited {
	font-size:0.8em;
}

.lien_formulaire {
	top:-15px;
	color:#ffffff;
	cursor:pointer;
	font-size:1em;
	text-align:right;
}

div #afficher_lien {
	text-align:center;
	padding-right:5px;
	position:relative;
	color:black;
	cursor:pointer;
	font-size:1em;
}

.explications {
	width:80%;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border:1px #990000 dashed;
	padding:5px;
	text-align:justify;
}
