/*-------------- DIV DE LA PAGE PARTENAIRES ---------------*/
/*div de la zone centrale*/
#contenu {
	float: left;
	margin: 0px;
	width: 815px;
	height: 690px;
}
/*div du titre*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 60px;
}
/*div du bloc contenant le tableau des logos*/
#logos {
	position: relative;
	width: 820px;
	height: 580px;
	overflow: auto;
}
/*div du tableau contenant les logos*/
#tableau_logos {
	position: relative;
	top: 0px;
	left: 110px;
	width: 600px;
}
/*style de la zone aide-financière*/
#bulletin {
	position: relative;
	height: 40px;
	font-family: georgia;
	font-size: 15px;
	color: #714135;
	text-align: center;
}
/*style des cellules du tableau de logos*/
.cellule_logos {
	width: 50%;
	height: 80px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #714135;
	border: dashed 1px #540500;
	background-image: url(../images/fond_transparent.png);
}
