	body {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		margin: 0 0 50px;
		padding: 0;
		color: #999;
		text-align:center; /*center layout in ie5 and 5.5. */
		background: /*#D5F0FD*/#E7685A url(pics/elements/bg_page.gif) repeat-x;
	}
	
	/* General */
	
	p {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
		border: 1px solid #000;
	}
	
	h1, h2, h4 {
		margin-top: 0;
	}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}

	h1 {
		font-size: 1.6em;
		color: #f66;
		margin-bottom: 0.5em;
		}
	
	h1 em {
		color: #999;
		font-style: normal;
	}

	h2 {
		font-size: 1.3em;
		color: #69c/*#336*/;
	}

	h3, h4 {
		font-size: 1em;
		color: #336;
		/*margin-bottom: 0;*/
	}
	
	a {
		color: /*#69c*/#f66;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#container
	{
	/*width: 90%;*/
	width:765px;
	margin: auto;/* centre for compliant browsers*/
	background-color: #fff;
	border-top: 20px solid #fff;
	border-bottom: 1px solid #c33;
	color: #333;
	text-align: left;
	}
	
	#top
	{
	padding: 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #f66;
	}
	
	#top h1
	{
		font-size: 3em;
		color:#000;
		margin-bottom: 1em;
	}
	
	#top img
	{
	border: 0;
	}
	
	/* Navigation HAUTE */
	
	#navtop ul
	{
	padding: .2em 0;
	margin: 0;
	font-size: 1em;
	list-style-type: none;
	background-color: #f66;
	color: #fff;
	text-align: center;
	/*text-transform: uppercase;*/
	}

	#navtop li { display: inline; }

	#navtop li a
	{
	text-decoration: none;
	background-color: #f66;
	color: #fff;
	padding: .2em 2em;
	/*border-right: 1px solid #303;*/
	}

	#navtop li a:hover
	{
	background: /*#CF3E41*/#f99;
	color: #fff;
	}
	
	#navtop li a#current
	{
	background: #fff;
	color: #f66;
	}
	
	a#current
	{
	color: #CC0000;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
	
	#content
	{
	margin: 0;
	padding: 20px;
	}
	
	#footer
	{
	clear: both;
	margin: 20px;
	padding: 10px 0 0 /*255px*/;
	height: 70px;
	text-align: center;
	font-size: .95em;
	border-top: 1px solid /*#c33*/#ccc;
	/*background: url(pics/elements/bg_footer.jpg) top left no-repeat;*/
	}
		#footer strong
		{
		color: #f66;
		}
	
	
	/*#leftnav p { margin: 0 0 1em 0; }*/
	
	#content ul {
		list-style: square;
		list-style-position: inside;
		margin: 0;
		padding: 0;
	}
	
	#content p {
		text-align: justify;
	}
	/*
	#content img {
		padding: 1px;
		border: 1px solid #ccc;
	}
	*/
	#content img.noborder {
		border: 0;
	}

	div hr {
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	img.floatright, img.floatleft, div.floatright, div.floatleft, .floatcenter img {
		border: 1px solid #ccc;
		text-align: center;
	}
	
	
	
	.floatright small, .floatleft small {
		font-style: normal;
		font-size: 0.8em;
		color: #666;
		margin: 3px;
	}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.floatleft {
		float: left;
		margin: 0px 10px 10px 0;
	}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		text-align: center;
	}
	
	.floatcenter img {
		margin: 0px 20px 0 20px;
	}
	
	
	