@charset "utf-8";
/* CSS Document */
html {
	font-size:100%;
}
body{
	margin:0pt;
	padding:0pt;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica;
	background-color:#91999d;
	font-size:0.8em;
}

/* ////////////////////////////////////////////// Structure de la page //////////////////////////////////////////////////// */

#site {
	position:absolute;
	background-image:url(../jpg/Mentions-legales.jpg);
	width:678px;
	height:481px;
	font-size:0.8em;
	color:#2d2d2d;
	top:50%;
	left:50%;
	margin-left:-339px;
	margin-top:-240px;
	z-index:1;
}

#ml {
	padding-top:55px;
	padding-left:80px;
	padding-right:80px;
}

#site a:link {
	color:#2d2d2d;
	font-weight:bold;
	text-decoration:none;
}
#site a:visited {
	color:#2d2d2d;
	font-weight:bold;
	text-decoration:none;
}
#site a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}	

h1 {
	font-size:1.6em;
}