/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
body {
	background: #FFFFFF url(images/bgheader.gif) repeat-x left top;
	}
	
div#page {
	position: relative;
	width: 973px;
	margin: 0 auto;
	min-height: 100%;
	}
	
div#header {
	height:115px;
	width:100%;
	padding-top:45px;
	text-align:left;
	background: url(images/aide.gif) no-repeat 90% 51px;
	}

a {
	font-family:Arial;
	font-size:12px;
	color:#217db9;
	}


.blocaide {
	width:307px;
	float:left;
	margin:7px;
	}
	
.tbloc {
	height:54px;
	}
	
.contentbloc {
	height:180px;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-width: 1px;
	border-color: #89dbff;
	margin:0;
	}

ul {
	margin:0 0 0 40px;
	padding:10px 0;
	}
	
li {
	list-style-type:disc;
	font-size:11px;
	color:#217db9;
	line-height:25px;
	}

div#telechargement {
	float:left;
	margin:7px;
	}
	
div#promo {
	float:left;
	margin:50px 0 0 20px;;
	}

/* --- PIED DE PAGE --- */

div#page #dernier-element {
	margin-bottom: 0; /* évite tout risque de fusion des marges */
	padding-bottom: 3em;
	visibility: hidden;
	clear: both;
	}
	
div#footer {
	position: absolute;
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 3em;
	}

div#footer p#disclaimer{
	margin:16px 0 8px 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
div#footer p#legal{
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1868ab;
	text-align:center;
}


