body {
	margin: 0; padding: 0;
	background:#888b8f;
}

#tete, #chemin, #corps, #pied, #copyright { clear: both; }
#site {
	width:930px;
	margin:0pt auto;
	padding: 0 10px 10px;
	background:#fff;
}
/* Liens d'évitement */
ul#skip { text-align: right; margin: 0; display: none;}
ul#skip li { display: inline; list-style: none; padding: 0 0.2em;}

/*
 * Tete
*/
#tete { float:left; width:100%; padding:0 0 5px; background: #eeece9; }
#tete ul, #tete li { margin: 0; padding: 0; list-style: none; }
#bandeau { text-align:center;}

#logo { margin:0; }

#corps { width:100%; background:#eeece9; overflow:hidden;}
#chemin { font-size:11px; padding: 0px 30px 2px; color:#fff; background: #b6b2ac; border-top: 8px solid #514d46; border-bottom: 1px solid #9c9994;}
#chemin p {margin: 9px 0 0;}
#chemin a {color:#fff;}
#chemin a:hover {color:#00A4E0;}

#chapeau { clear:left; margin:10px 10px 10px 310px !important; padding-right: 50px; color: #fff;}

/*
 * Partie principale (contenu)
*/
#contenu { width: 719px; padding:0 0 1em; float:right;  background: #eeece9;}
#preview { float:left; width:659px; min-height:300px; padding:15px 30px 30px; line-height:1.4em; background:#eeece9; }
#sidebar {float:left; width: 210px; padding:0 0 1em;}
#outils { clear:both; background:#514d46; }
#preview p { text-align:justify;}

/*
 * Bas de page
*/

#pied {
	clear: both;
	text-align: center;
	font-size: 0.95em;
	margin: 0;
	color: #fff;
	background:#eeece9;
}
#pied p {margin: 0;	line-height:1.6em;	padding: 0 1em;}
#pied a { color: #fff; padding:0 8px; display:inline; }
#pied a:hover { color:#d01c22; }
#pied address {font-style: normal;	text-align: center;}
#pied .navtext { background:#000; padding:2em; line-height:1.8em;}

#copyright { text-align: center; font-size: 90%; color:#656565; }
#copyright p {margin-top:5px; margin-bottom:0;}


