@charset "utf-8";
/* CSS Document */
#page-legal {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-plan.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
/* Menu ________________________________________________________________ */
#menu-plan {
	position: absolute;
	left: 70px;
	top: 205px;
	width: 225px;
	height:327px;
}
.menuplan a{
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 28px;
	color: #666;
}
.menuplan a:hover, .menuplangros a:hover {
	color: #000;	
}
.menuplangros a{
	text-decoration: none;
	display: block;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	color: #666;
}
