	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		background: #fff;
		color: #000;
		text-align: center;
	}
	
	/* General */
	
	p, h4 {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1 {
		margin-top: 0;
		font-size: 2.3em;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 0.3em;
		color: #000;
		text-transform: uppercase;
	}
		h1 em {}
		h1 strong {}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	
	h2 {
		margin-top: 0;
		font-size: 1.25em;
		font-weight: bold;
		margin-bottom: 1em;
		color: #872c3e;
		border-bottom: 1px solid #872c3e;
	}
	
	h2 a {
		text-decoration: none;
		color: #872c3e;
	}
	
	
	h3 {
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: 1em;
		color: #872c3e;
		margin: 0 0 .5em;
	}

	
	h4 {
		color: #990000;
		font-size: 1em;
		font-weight: bold;
	}
	
	p {
		color: #000	;
	}
	
	img {
		border: none;
	}
	
	a {
		color: #900;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	small {
		font-size: .85em;
		color: #666;
	}
	
	#drapeaux {
	float: right;
	margin: 0 0 0 400px;
	padding: 0 0.45em 0.7em;
	}
	
	#drapfr, #drapen{
	margin: 2px 15px 2px 0;
	}
	
	#drapen {
	margin: 2px 0px 2px 0;
	}

	
	#container
	{
	width: 765px;
	margin: 0 auto;
	background: #FDF6DC url("elements/bg-container-en.jpg");
	color: #333;
	text-align: left;
	}
	
	#bandeau
	{
	height: 241px;
	background: #fff url("elements/bandeau.jpg") no-repeat left top;
	}
	
	#bandeau a {
		margin: auto;
		display: block;
		width: 765px;
		height: 241px;

	}


	
	/* Navigation GAUCHE */
	
	#sidenav
	{
	float: left;
	width: 205px;
	padding: 37px 0 0;
	background: transparent;
	}
	
	/* menu gauche */
	
	#left-menu { text-align: right; margin: 0 20px; padding: 10px 0px }
	#left-menu li { list-style: none; font-size: 12px; }
	#left-menu li a 
	{ 
	color: #000; 
	display: block; 
	text-decoration: none; 
	line-height: 18px;
	border-bottom: 1px solid transparent;
	}
	#left-menu li a:hover,
	#left-menu li.active a { color: #872c3e; border-bottom: 1px solid #872c3e; }
	#left-menu li.active a { font-weight: bold; }
	#left-menu li.active li a { color: #666666; border-bottom: none; font-weight: normal;}
	#left-menu li.active li a:hover {color: #872c3e; }
	
	/* Sous menu */
	#left-menu ul { padding: 0px 0 0px 0;}
	#left-menu ul li a { color: #666666; padding: 1px 0 0; display: block; border-bottom: none; }
	#left-menu ul li a:hover { border-bottom: none; }
	#left-menu ul li.active a { font-weight: bold; color: #872c3e; }
	
	/* Sous menu - sous */
	#left-menu ul li.active li a,
	#left-menu ul ul li a { color: #666666; width: 147px; }
	#left-menu ul ul li.active a { color: #c00; }
	
	
	
	/* CONTENU */
	
	#content
	{
	margin-left: 205px;
	padding: 0.85em 15px 1em ;
	width: 530px;
	}
	
	
	/* Listes */
	
	#content ul li { margin: .5em 0; }
	#content ul, #content ol { margin: 0 0 1em 0; padding: 0 2em; }
	
	
	#content p {
		text-align: justify;
	}
	
	div hr {
		clear: both;
		visibility: hidden;
		height: .5em;
	}
	
	#footer {
	width: 765px;

	background: #fff url("elements/bg-footer.jpg") repeat-x;
 	height: 80px;
	color: #fff;
	font-size: .9em;
	text-align: center;
	}
	
	#footer *
	{color: #872c3e;}
	
	#footer p
	{
	text-align: center;
	padding: 9px 0 0;
	}
	
	#footer a {
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div.floatright img {
		border: none;
	}

	.floatright p, .floatleft p {
	font-size: 0.8em;
	color: #666;
	font-style: normal;
	margin: 3px;
	text-align: center;
	}

	.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;
	}
	
	.legende {
		font-size: .9em;
		color: #666; font-style: italic;
	}

	
	/* Colonnes */

	.block { width: 255px; float: left; }
	/*.block .wide { }*/
	.last { margin-left: 20px;}
	.clear { clear: both; }

	/* TABLEAU */

	.block table {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #872C3E;
	border-top: none;
	background: #EFEFEF;
	border-collapse: collapse;
	empty-cells: hide;
	}

	.block table td {
	margin: 0;
	border: 1px solid #872C3E;
	text-align: center;
	vertical-align: top;
	}

	.block td *, .block td p { font-size: 12px; text-align: center; }
	#block .block td p { text-align: center; }

	/* Contact */

.contactform {
	padding: 2px 0 0;
}
.contactform fieldset {
	margin: 0;
	padding: 1em 0 1em;
	border: none;
	font-size: 12px;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; float: left; width: 15.5em; font-weight: bold; color: #333; }

.contactform div input {padding: 0.25em; width: 40%; border: 1px solid #ccc; }
.contactform div select {padding: 0; width: 41%; border: 1px solid #ccc; }
.contactform div textarea { margin: 1em 0 0 0em; padding: 0.25em; width: 25em; height: 12em; border: 1px solid #ccc; }
.contactform div.submit { width: auto; text-align: left; padding-left: 187px; }
.contactform div.submit input { margin: 0; padding: 5px 10px; width: 160px; color: #fff; font-weight: bold; background: #666; border: none; }

div.required { color: #FC3502; }
.error_message { padding: .5em 0;  background: #fff; }
.error_message ul { margin: 0 0 1em; }

.contactform .checkobjet { width: 100%; }
.contactform .checkobjet label { float: none; }
.contactform .checkobjet div { width: auto; }
.contactform .checkobjet div label { display: inline; float: none; width: auto; font-weight: normal; }
.contactform .checkobjet div input { width: 1em; border: none; margin-left: 187px; }




	
	
