body {	
	background-image:url(design/fond_body.gif);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#D2F6F1;
	text-align:center; 
	font-family:Garamond;
	font-size:16px;	
	color:#000066;
	margin:0 0 10px 0;
	}

/* Div */
div#header {
	margin: 10px auto 0 auto; padding:0;
	width:883px; height:20px;
	background-image:url(design/fond_cont_top.gif);	
}
div#conteneur {
	width:883px; height:auto;
	margin: 0 auto 0 auto; padding:0;
	background-image:url(design/fond_cont_middle.gif);	
}

div#redaction {
	width:800px; margin:0 auto 0 auto; padding:10px; text-align:justify;
}
div#footer {
	margin: 0 auto 10px auto; padding:0;
	width:883px; height:26px; text-align:right;
	background-image:url(design/fond_cont_bottom.gif);	
}

/* Chapitres */
.chap_norm {
	text-decoration:underline; font-size:18px; font-weight:bold; margin-right:5px;
	}
.chap_ita {
	font-style:italic; font-size:18px; text-decoration:none;
	}
.signature { 
	font-family:"Trebuchet MS"; font-style:italic; font-size:14px; margin-left:70px; margin-right:70px;
	}

/* Liens navigation */
a.lien {
	text-decoration:none; font-size:14px; font-weight:bold; color:#fb5c1e;
	}
a:hover.lien{
	color:#f33d24;
	}
a.strict	{ 
	color : Blue; text-decoration: none; font-weight: bold; 
	}
a:hover.strict { 
	color : Blue
	}	
a.part 	{
		font-size:12px; font-family:"Comic Sans MS"; line-height:34px;
		color:#1045AF; text-decoration:underline;
	}
a { color:#3333FF; }

