	/* --- GÉNÉRAL --- */	
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
	}
	
	/* --- BLOC CONTENEUR GLOBAL --- */
	div#page {
		position: absolute;
			/* permet au bloc de servir de référent pour
			   ses descendants positionnés en absolu */
		width: 100%;
		margin: 0 auto;
		min-height: 100%;/*firefox, opera, ie7 */
		height:auto !important;/*firefox, opera, ie7 */
		height: 100%;/* ie6 */

	}	
	/* Ne pas oublier les styles suivants, à appliquer au premier élément
	   et au dernier élément (hors pied de page) du bloc conteneur */
		div#page #premier-element {
			margin-top: 10%; /* évite tout risque de fusion des marges */
		}
		div#page #dernier-element {
			margin-bottom: 0; /* évite tout risque de fusion des marges */
			padding-bottom: 4em;
				/* ATTENTION : cet espace doit permettre de placer le pied de page ! */
		}
		div#page #menu {
			padding-top: 12px;
			padding-bottom: 12px;
		}
	/* --- PIED DE PAGE --- */
	div#piedpage {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
			/* pour que le bloc prenne toute la largeur du bloc de référence
			   Note : le bloc de référence est le plus proche ancêtre positionné
			   en relatif ou en absolu */
		height: 6em;
	}	
	
	
	/* --- mise en forme  --- */
	html {font-size: 100%;}
	body {font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background:#FFFFFF;
	}
	div#page {background: #FFFFFF;}
	
	div#page h3{
	text-align: center;
	font-size: 1.6em;
	font-style: italic;
	width:170px;
	background-color:#D27900;
	float: left;
	}
	div#page h2{
	text-align: center;
	padding-bottom: 3%;
	font-size: 1.6em;
	font-style: italic;
	margin: 0;
	}
	div#page h1 {
	margin-top: 15%;
	padding-top: 4%;
	margin: 0;	
	text-align: center;
	font-size: 2.5em;
	}
	div#entete {
	background-color:#D27900;
	}
	div#langue{
	text-align:right;
	margin-right:10px;
	}
	div#contenu {
	text-align : center; 
	display : block; 
	margin-left : auto;
	margin-right : auto;
	width:464px;				/* longueur menu */
	background-color:#FFFFFF;
	}
	
	div#contact {
	text-align:center

	}
	
	div#menu {

	width:150px;
	height:0%;
	background-color:#FFFFFF;
	float: left;
	}

	div#moncadre {
	width:800px;
	margin:auto;
	padding:10px;
	background-color:#FFFFFF;
	font-size: 12px;
	text-align: left;
	border-left:1px solid #D27900; /* couleur du cadre */
	border-right:1px solid #D27900;
	border-bottom:1px solid #D27900;
	border-top:1px solid #D27900;
	float: left;
	}

	div#dernier-element { visibility: hidden;}
	div#piedpage {
	background-color:#FFFFFF;
	font-size:12px;
	text-align:center;
	}
	
	
	/* *******  article  ****** */
	
	/* Titre */
	.Post {	position: relative; float: left; margin-left:35px;width: 510px;}
	.PostHead { font-size: 8px; line-height:0px; padding: 0px; margin: 0px; display: block;}
	.Post h1 { font-size: 19px; line-height: 0px; letter-spacing: 0px; font-weight: normal; font-family: 'Arial'; padding: 0px; margin: 0px; display: block;}
	/* Date */
	
	.PostDate { position: absolute; top: 0px; left: 0; text-align: center; margin: 0; padding: 2px 10px 2px 0px; list-style: none; border-right: solid 1px #D27900;}
	.PostDate .month { display: block; font-size: 9px; line-height: 9px; color: #D27900; text-transform: uppercase;}
	.PostDate .day { display: block; font-size: 21px; font-family: 'Arial'; font-weight: bold; line-height: 19px; color: #D27900; letter-spacing: -1px;}
	
	/* Contenus */
	
	.PostContent { border-top: solid 1px #D27900; margin-top: 15px;}/*  ligne  */
	.PostContent p { font-size: 14px; line-height: 16px;}
	.sep { border-top: solid 1px #D27900; margin-top: 15px;}/*  separation  */