@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-legal.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
#contenu-texte {
	position: absolute;
	left: 66px;
	top: 179px;
	width: 808px;
	height:368px;
	text-align: left;
}
#logo-w3c-xhtml {
	position: absolute;
	left: 681px;
	top: 550px;
	width: 100px;
	height:36px;
}
#logo-w3c-css {
	position: absolute;
	left: 786px;
	top: 549px;
	width: 99px;
	height:38px;
}
