	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 1em 0;
		padding: 0;
		background: #fff;
		color: #000;
		text-align: center; /*center layout in ie5 and 5.5. */
	}
	
	/* Formulaires */

	form {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		margin: 0;
	}

	select, input, textarea {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		/*border : 1px solid #999;*/
	}
	
	input.simple {
		border : 0px;
	}

	label {
		font-size: 11px;
		color:#999;
	}
	
	/* General */
	
	p {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
		border: 1px solid #000;
	}
	
	h1 {
		margin-top: 0;
		font-size: 2em;
		font-weight: normal;
		color: #cc0000;
		margin-bottom: 1em;
	}
	
	h2 {
		font-size: 1.5em;
		font-weight: normal;
		color: #666699;
	}
	
	h2 em {
		font-size: .9em;
		font-weight: normal;
		font-style: normal;
	}
	
	h3 {
		font-size: 1.2em;
		/*font-weight: normal;*/
		color: #cc0000;
	}
	
	h4 {
		font-size: 1em;
		color: #666;
	}
	
	a {
		color: #cc0000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#container
	{
	width: 710px;
	margin: auto;/* centre for compliant browsers*/
	text-align: left;
	}
	
	#drapeaux {
		float: right;
		z-index: 10;
		margin: 0 1em;
		padding: 0;
	}
	
	#drapfr, #drapen {
		margin: 4px;
		border: none;
	}
	
	#drapeaux a img {
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
	}
	
	#bandeau
	{
	padding: 0;
	margin: 0;
	/*height: 263px;*/
	background: #fff /*url("pics/elements/bandeau.gif") no-repeat left top*/;
	}
	
	#bandeau img
	{
	border: none;
	}
	
	#bandeau p
	{
	top: 30px;
	left: 130px;
	width: 200px;
	padding: 0;
	margin: 0;
	font-size: .85em;
	}
	
	/* Navigation HAUTE */
	
	#navtoplist
	{
	top: 12px;
	left: /*530px*/662px;
	width: 220px;
	padding: 0;
	margin: 0;
	/*margin: 0 0 0 300px;*/
	list-style-type: none;
	}
	
	#navtoplist li { display: block; position: relative; }
	
	li#nav2 {
	top: 13px;
	left: 45px;
	}
	li#nav3 {
	top: 22px;
	left: 68px;
	}
	li#nav4 {
	top: 28px;
	left: 65px;
	}
	li#nav5 {
	top: 45px;
	left: 44px;
	}
	li#nav6 {
	top: 57px;
	left: 2px;
	}

	#navtoplist li a
	{
	color: #000;
	font-weight: bold;
	}
	
	#navtoplist li a:hover
	{
	color: #b60000;
	text-decoration: none;
	}
	
	/* CONTENU */
	
	#content
	{
	clear: both;
	/*margin-right: 100px;*/
	padding: 1.5em 2em 1em;
	background-color: #fff;
	}
		
	#content ul {
		list-style: square;
		/*list-style-position: inside;
		margin: 0;
		padding: 0;*/
	}
	
	#content p {
		text-align: justify;
	}

	div hr {
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	#footer {
	clear: both;
	padding: 1em 2.2em 2em;
	background: #fff;
	color: #000;
	font-size: .85em;
	text-align: center;
	border-top: 2px solid #b60000;
	}
	
	#footer a
	{
	color: #b60000;
	font-weight: bold;
	}
	
	#footer #foot1
	{
	width: 30%;
	float: left;
	text-align: left;
	}
	
	#footer #foot2
	{
	width: 28%;
	float: right;
	text-align: left;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div img {
		/*border: 1px solid #e5e5e5;*/
	}
	
	 div.floatright, div.floatleft, .floatcenter img {
		text-align: center;
		border: 0;
	}
	
	img.sans {
		border: none;
	}
	
	.floatright small, .floatleft small {
		line-height: 1em;
		font-style: normal;
		font-size: 0.8em;
		color: #666;
	}
	
	.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 5px;
	}

	.floatleft {
		float: left;
		margin: 0px 5px 10px 0;
	}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		text-align: center;
	}
	
	.floatcenter img {
		margin: 0px 20px 0 20px;
	}
	
	/* colonnes */
	
	.col1, .col2, .col21, .col22, .col23 {
		padding: .5em;
		margin: 0 0 1em;
		text-align: center;
	}
	
	.col1, .col2 {
		width: 46%;
	}
	
	.col21, .col22, .col23 {
		width: 31%;
	}
	
	.col3 {
		padding: .2em .5em;
		margin: 0 0 1em;
		background: #fafafa;
	}
	
	#content .col1 p, #content .col2 p, #content .col3 p, #content .col21 p, #content .col22 p, #content .col23 p {
		margin: 1em .5em 3em;
		font-size: .9em;
		text-align: left;
		padding-bottom: .5em;
		border-bottom: .5em solid #f0f0f0;
	}
	
	#content .col3 p {
		margin-bottom: 1em;
		border: none;
		text-align: justify;
	}
		.col1 p strong, .col2 p strong, .col3 p strong, .col21 p strong, .col22 p strong, .col23 p strong {
		color: #c00;
		}
		
	.col1 img, .col2 img, .col3 img, .col2 img, .col21 img, .col22 img, .col23 img {
		border: 1px solid #333;
	}
	
	.col1 img.sans, .col2 img.sans, .col3 img.sans, .col21 img.sans, .col22 img.sans, .col23 img.sans {
		border: none;
	}
	
	.col1, .col21, .col22, .col23 {
		float: left;
	}
	
	.col2 {
		float: right;
	}
	
	/* tableau*/
	
	.formulaire table {
	margin: 0;
	width: 100%;
	margin: 1em .5em;
	padding: 1em;
	border: .5em solid #f0f0f0;
		}
	
	
	.formulaire td {
	text-align: left; 
	/*width: 20%;*/
	padding: .2em;
	}
	
	.formulaire table.btvalidation {
	border: 0; 
	background: #f0f0f0;
	margin: 1em .5em 2em;
	width: 100%;
	height: 60px;
	/*float: right;*/
	}
	
	
	
	/* Contact */
	
	#formcontact {
		/*margin: 0 40px;*/
		margin: 20px 0 0;
		padding: 20px;
		margin-bottom: 1em;
		text-align: center;
		background: #f0f0f0;
	}
	
	#formcontact table {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #333;
	}
	
	textarea {
		width: 320px;
	}
	
	#messageprint, #lienscontact {
		display: none;
	}
	
	