@charset "utf-8";
/* CSS Document */
#page-benefices {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-benefices.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
#contenu-texte {
	position: absolute;
	left: 64px;
	top: 239px;
	width: 801px;
	height:297px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
}
#contenu-texte a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #cb0233;
}
#contenu-texte a:hover {
	color: #000;
}