/* CSS Document */
.intro{
	font-size:12px;
}
.groupe{
	margin-bottom:5px;
}
.ligne{
	background:url(../images/ligne_partenaire.gif) no-repeat;
	height:93px;
}
.onglet_off{
	background:url(../images/onglet_part_off.gif) no-repeat;
	padding:5px 8px 5px 8px;
	height:16px;
}
.onglet_on{
	background:url(../images/onglet_part_on.gif) no-repeat;
	padding:5px 8px 5px 8px;
	height:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.paragraphe{
	padding:5px;
}
.paragraphe table{
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
}
.paragraphe table td{
	padding:0;
}
.paragraphe .plus{
	width:20px;
}
.paragraphe .libelle{
	padding-left:20px;
	font-weight:bold;
}
.paragraphe .icone{
	width:27px;
}
.liste{
	border-bottom:1px solid #989898
}