<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>on recommence</title>
	<style type="text/css">
	html, body {margin: 0; padding: 0; height: 100%;}

	body {
background-color: #ffffff;
}

	div#page {
		position: relative;
		min-height: 100%;
		background-color: #ffffff;
	}

	div#entête {
		height: 10px;
		line-height: 2.8em; text-align: center;
		background-color: #ffffff;	}

	div#gauche {
		float: left;
		width: 160px;
	    background-color:#ffffff;}
       
	div#droit {
		float: right;
		width: 160px;
	    background-color:#ffffff;}
div#contenu {
		padding: 1px 5px 5px;
		margin:0 190px;
		background-color:#ffffff;
        border-bottom: 2px solid #006699;
        border-left: 2px solid #006699;
        border-top: 2px solid #006699;
        border-right: 2px solid #006699}

	div#pied {
		height: 80px;
		clear: both;
	    background-color:#ffffff;
}

	div#piedpage2 {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 3em;
		line-height: 2.8em; text-align: center;
		background-color:#ffffff;

	}

	</style>
<!--[if lte IE 6]>
	<style type="text/css">
	div#page {
		height: 100%;
	}
	div#piedpage2 {
		bottom: -1px;
		/* Corrige un décalage d'1px par rapport au bord inférieur (source du bug ?) */
	}
	</style>
	<![endif]-->
