	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		background: #6c0e0e;
		color: #000;
		text-align: center; /*center layout in ie5 and 5.5. */
	}
	
	/* General */
	
	p, h4 {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, h3 {
		font-family: "Times New Roman", Times, serif;
	}
	
	h1 {
		margin-top: 0;
		font-size: 2.3em;
		font-style: italic;
		/*letter-spacing: 1px;*/
		margin-bottom: 1em;
		/*color: #036;*/
		color: #990000;
	}
		h1 em {}
		h1 strong {}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	
	h2 {
		margin-top: 0;
		font-size: 1.8em;
		font-weight: normal;
		font-style: italic;
		letter-spacing: 1px;
		margin-bottom: 1em;
		color: #036;
	}
	
	h2 a {
		text-decoration: none;
		color: #036;
	}
	
	
	h3 {
		font-size: 2.5em;
		font-weight: normal;
		font-style: italic;
		letter-spacing: 1px;
		margin-bottom: 1em;
		color: #666;
		margin: 0 0 .5em;
	}

	
	h4 {
		color: #990000;
		font-size: 1em;
		font-weight: bold;
	}
	
	p {
		color: #333;
	}
	
	img {
		border: none;
	}
	
	a {
		color: #900;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	small {
		font-size: .85em;
		color: #666;
	}
	
	#top
	{
	width: 980px;
	margin: auto;/* centre for compliant browsers*/
	padding: 0;
	background: transparent url("images/elements/bandeau_top.jpg") no-repeat left top;
	height: 139px;
	text-align: center;
	}
	
	#top h2 {
	display:  none;
	}

	#top div {
		margin: 10px 0 0;
		width: 468px;
		float: right;
	}
	
	#top div * {
		margin: 0;
	}
	
	#top img
	{
	border: 0;
	}
	
	
	#container
	{
	width: 980px;
	margin: auto;/* centre for compliant browsers*/
	background: #fff url("images/elements/page_border_bottom.gif") no-repeat left bottom;
	color: #333;
	text-align: left;
	}
	
	#bandeau
	{
	height: 175px;
	background: #fff url("images/elements/bandeau_visuel.jpg") no-repeat left top;
	}
	
	/* Navigation GAUCHE */
	
	#sidenav
	{
	float: left;
	width: 237px;
	margin: 0;
	padding: 131px 0 0;
	background: #fff url("images/elements/bg_nav_coin.jpg") no-repeat left top;
	}
	
	/* menu gauche */
	
	#left-menu { border-bottom: 1px solid #ccc; }
	
	#left-menu { margin: 10px 10px 0 23px; padding: 0px; /*width: 208px;*/ }
	#left-menu li { list-style: none; font-size: 12px; border-top: 1px solid #ccc; }
	#left-menu li a { color: #000; background: url(images/elements/left-menu-li-bg.gif) no-repeat 5px 10px; display: block; padding: 3px 0px 3px 15px; width: 175px; text-decoration: none; line-height: 18px; }
	#left-menu li a:hover,
	#left-menu li.active a { background-image: url(images/elements/left-menu-li-bg-h.gif); color: #c00; }
	#left-menu li.active li a { background-image: url(images/elements/left-submenu-li-bg.gif); color: #666666; }
	#left-menu li.active li a:hover { background-image: url(images/elements/left-menu-li-bg-h.gif); color: #c00; }
	
	/* Sous menu */
	#left-menu ul { padding: 0px; margin: 0px; }
	#left-menu ul li { border-top: 1px solid #F5F5F5; }
	#left-menu ul li a { background-image: url(images/elements/left-submenu-li-bg.gif); background-position: 17px 10px; color: #666666; padding-left: 29px; width: 161px; }
	#left-menu ul li.active a { font-weight: bold; background-image: url(images/elements/left-menu-li-bg-h.gif); color: #c00; }
	
	/* Sous menu - sous */
	#left-menu ul li.active li a,
	#left-menu ul ul li a { background-image: url(images/elements/left-submenu-li-bg.gif); background-position: 31px 10px; color: #666666; padding-left: 43px; width: 147px; }
	#left-menu ul ul li.active a { background-image: url(images/elements/left-menu-li-bg-h.gif); color: #c00; }
	
	/* Marquage de la page en cours seule */
	#left-menu li.current { font-weight: bold; }
	#left-menu li.current li { font-weight: normal; }
	
	#left-column div {
		margin: 2em 0 1em;
		text-align: center;
		padding-left: 10px;
	}
	
	
	
	/* CONTENU */
	
	#content
	{
	margin-left: 237px;
	padding: 1em 14px 1em 14px;
	}
		
	/* Listes */
	
	#content ul li { margin: .5em 0; list-style-image: url(images/elements/left-menu-li-bg.gif); }
	#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: 980px;
	margin: auto;/* centre for compliant browsers*/
	padding: 1em 2em;
	background: transparent;
	height: 80px;
	color: #fff;
	font-size: .9em;
	text-align: center;
	}
	
	#footer *
	{
	color: #fff;
	font-weight: normal;
	}
	
	#footer p
	{
	text-align: center;
	}
	
	/* 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;
	}

	 .cadrepage {
		border: 1px solid #990000;
		padding: 1em;
	 }
	
	/* Colonnes */

	.block { width: 225px; margin-right: 18px; float: left;  }
	.block.wide { width: 350px; margin: 0 0 15px 0; }
	.block.last { margin-left: 15px; }
	.clear { clear: both; }
	
	/* 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: 38em; 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: #990000; border: none; }

div.required {color: #FC3502;}
.error_message { padding: 2px 0 0; }
.error_message ul { background: #FFF5EE; margin: 0 0 1em; }

.contactform .checkobjet { width: 100%; }
.contactform .checkobjet label { float: none; }
.contactform .checkobjet div { width: auto; padding: 6px 0; border-bottom: 1px solid #ccc; }
.contactform .checkobjet div label { display: inline; float: none; width: auto; font-weight: normal; }
.contactform .checkobjet div input { width: 1em; border: none; margin-left: 20px; }

/* FEU */

.logininfo { 
	padding: 2px 0 0;
}
.logininfo div {width: 100%; padding: 0.25em 0 0.25em 0;}
.logininfo label {display: block; float: left; width: 15.5em; font-weight: bold; color: #333; }
.logininfo input {padding: 0.25em; width: 40%; border: 1px solid #ccc; }
.logininfo div.submit { width: auto; text-align: left; padding-left: 198px; }
.logininfo div.submit input { margin: 0; padding: 5px 10px; width: 160px; color: #fff; font-weight: bold; background: #990000; border: none; }
.logininfo .erreur { color: #FC3502; }

.logoutinfo {
	float: right;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}


	
	