/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(design/bg_mc.gif) 0 0 repeat-x;
	text-align:center;
	margin:10px 0 10px 0; padding:0;
}
div#header {
	z-index:1;
	position : relative;
	width:874px; height:162px; 
	margin : 0 auto 0 auto; padding:0;
	background-image:url(design/fond_super_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}
div#super {
	z-index:1;
	position : relative;
	width:874px; height:auto;
	margin : 0 auto 0 auto; padding:0;
	background-image:url(design/fond_super_middle.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#bee4f9;
	}
div#contener {
	width:auto; margin:0; padding:0; height:auto; 
	background-image:url(pict/fond_cont.gif); 
	background-position:bottom; 
	background-repeat:no-repeat;
	}

div#footer {
	width:874px; height:37px; margin:0 auto 0 auto; padding:10px 0 0 0; 
	background-image:url(design/fond_super_bottom.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	font-size:12px; text-align:center; 
	}
a.plan {
	margin-left:20px;
	color:#fff;
	text-decoration:none;
	}
a:hover.plan {
	color:#fff;
	text-decoration:underline;
}

a.nav {
	color:#0c3b52;
	text-decoration:none;
	}
a:hover.nav {
	color:#08646c;
	text-decoration:underline;
}
a.lien {
	color:#0033FF;
	text-decoration:none;
	}
a:hover.lien {
	color:#0066CC;
	text-decoration:underline;
}

