	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		background: #9CA5BD url("pics/elements/bg_page_top.gif") repeat-x top;
		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;
	}
	
	input.simple {
		border : 0px;
	}

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

	p img {
		margin: 0;
		padding: 0;
		border: 1px solid #000;
	}
	
	h1 {
		margin-top: 0;
	}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	
	h1, h2 {
		color: #036;
	}

	h1 {
		font-size: /*1.3em*/2em;
		font-weight: normal;
		margin-bottom: 1em;
	}
	
	h1 em {
		color: #666;
	}

	h2 {
		font-size: 1.6em;
		color: #99c;
		font-weight: normal;
	}
	
	h3 {
		color: /*#036*/#526394;
		font-size: 1.25em;
	}
	
	h4 {
		color: #8788C0;
		font-size: 1.1em;
	}

	a {
		color: #336699;
		text-decoration: underline;
	}
	
	a:hover {
		color: #653399;
		text-decoration: none;
	}
	
	#container
	{
	width:750px;
	margin: auto;/* centre for compliant browsers*/
	background: #fff;
	color: #333;
	text-align: left;
	}
	
	#top
	{
	width: 750px;
	margin: auto;/* centre for compliant browsers*/
	padding: 0;
	background: transparent url("pics/elements/bandeau_logo.gif") no-repeat left center;
	height: 90px;
	}
	
	#top a#lienlogo {
		display: block;
		float: left;
		width: 180px;
		height: 90px;
	}
	
	#top h1
	{
		font-size: 3em;
		color:#000;
		margin-bottom: 1em;
	}
	
	#top img
	{
	border: 0;
	}
	
	#drapeaux {
		float: right;
		border: 1px solid #D0D7E8;
		background: #EBEEF6;
		margin: 0 0 1em 1em;
		padding: 2px;
		text-align: right;
	}
	
	#drapfr, #drapen {
		/*margin: 2px;*/
		border: 1px solid #fff;
	}
	
	#drapen {
		margin-left: 5px;
	}
	
	#drapeaux a img {
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
	}
	
	#telecharger {
		float: right;
		width: 250px;
		line-height: 20px;
		border: 1px solid #D0D7E8;
		background: #EBEEF6;
		margin: 0 0 1em 1em;
		padding: 0 5px;
		text-align: right;
	}
		#telecharger a {
		display: block;
		width: 100%;
		text-decoration: none;
		}
	
	#bandeau
	{
	height: 195px;
	background: #fff url("pics/elements/bandeau_visuel_1.jpg") no-repeat left top;
	}
	
	/* Navigation GAUCHE */
	
	#leftnav
	{
	float: left;
	width: 175px;
	margin: 16px 0 0 0;
	padding: 0;
	text-align: right;
	}
	
	#leftnav h2	{
	color: #9CA5BD;
	background: transparent;
	font-size: 1em;
	font-weight: normal;
	margin: 0 4px 2.6em .3em;
	border-bottom: 6px solid #C2CADF;
	text-transform: uppercase;
	}
	
	#navcontainer {
	margin-left: 0px;
	}
	
	/* navlist */

	#navcontainer ul#navlist
	{
	/*margin: 0 4px;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	ul#navlist li
	{
	padding: 0 4px 6px 0;
	}
	
	ul#navlist a
	{
	font-size: 1em;
	color: #036;
	text-decoration: none;
	}
	
	ul#navlist li a:hover
	{
	text-decoration: none;
	}
	
	ul#navlist li#current
	{
	font-weight: bold;
	}
		ul#navlist li#current a, ul#navlist li a:hover
		{
		border-bottom: 1px solid #C2CADF;
		}
		ul#navlist li#current a
		{
		border-bottom: 3px solid #C2CADF;
		}
	
	/* sub-navlist */

	#navcontainer ul#subnavlist
	{
	margin: 4px 0 0 4px;
	padding: 0;
	list-style-type: none;
	/*background: #fff;*/
	/*border: 1px solid #e5e5e5;*/
	}
	
	ul#subnavlist li
	{
	padding: 3px 5px 3px 4px;
	margin: 0;
	line-height: 1em;
	/*border-right: 1px solid #fafafa;*/
	border-bottom: 1px solid #e5e5e5/*fafafa*/;
	}
	
	ul#subnavlist a
	{
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}
	
	ul#subnavlist li a:hover
	{
	text-decoration: underline;
	}
	
	ul#subnavlist li#subcurrent
	{
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	}
	
	ul#subnavlist li#subcurrent a
	{
	color: #000;
	}
	
	/* CONTENU */
	
	#content
	{
	margin-left: 175px;
	padding: 1em 2em 1em;
	background-color: #fff;
	}
		
	#content ul {
		list-style: none;
		list-style-position: inside;
		margin: 1em .5em;
		padding: 0 .5em;
	}
	
	#content ol {
		list-style-position: inside;
		margin: 1em .5em;
		padding: 0 .5em;
	}
	
	#content p {
		text-align: justify;
	}

	div hr {
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	#finpage {
		clear: both;
		height: 20px;
		line-height: 20px;
		margin: 1em 0 0 0;
		padding: 0 .5em;
		background: #EBEEF6;
		text-align: right;
	}
		#finpage a {
			font-size: .9em;
			text-decoration: none;
			padding-right: 20px;
			background: transparent url("pics/elements/haut.gif") no-repeat right center;
		}
		#finpage  a:hover {
			text-decoration: underline;
		}

	
	
	
	#footer {
	clear: both;
	padding: 1em 3em;
	background:#526394;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	font-size: 0.85em;
	height:50px;
	}
	
	#footer a
	{
	color: #fff;
	font-weight: bold;
	}
	
	#footer hr {
	height: 0;
	}
	
	#footer #foot1, #footer #foot2 {
	width: 45%;
	}
	
	#footer #foot1
	{
	float: left;
	text-align: left;
	}
	
	#footer #foot2
	{
	float: right;
	text-align: right;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.hydranet {
		font-family: "Times New Roman", Times, serif;
		color: #036;
		font-size: 1.7em;
		font-weight: bold;
	}
	
	#footer .hydranet {
		color: #fff;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div.floatright img, div.floatleft img, div.floatcenter img, div.float img, img.bord {
		border: 1px solid #999;
	}
	
	div.floatright, div.floatleft, .floatcenter img, div.float {
		text-align: center;
		border: 0;
	}

	.floatright small, .floatleft small, .floatcenter small, .float small {
		line-height: 1.5em;
		font-style: normal;
		font-size: 0.8em;
		color: #666;
	}

	.floatright p, .floatleft p, .float 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;
	}
	
	/* News */
	
	
	.news {
		display: block;
		padding: 0;
		margin: 0.5em  0 2em 0;
		width: 510px;
		border-bottom: 2px solid #C2CADF;
	}
	
	.news .visuel {
		display: inline;
		float: left;
		margin: 0 15px 8px 0;
		/*width: 160px;*/
	}
	
	.news .visuel img {
		border: 1px solid #C2CADF;
	}
	
	.news .date	{
		display: inline;
		float: right;
		/*width: 60px;*/
		padding: .3em .5em;
		/*margin-left: .2em;*/
		font-size: .9em;
		color: #526394;
		font-weight: bold;
		background-color: #D2D7EA;
		/*border-bottom: 2px solid #9999CC;*/
		text-align: right;
	}
	
	.news .description {
		display: inline;
	}
	
	.news .fin {
		clear: both;
		display: block;
		height: 1px;
		font-size: 0;
	}
	
	.news h3, .news p {
		margin-top : 0;
	}
	
	.news h4 {
		margin-bottom : 0;
	}
	
	.news p {
		padding: 0.3em 0.3em 1em 0em;
	}
	
	/* Liens */
	
	h3 {
		margin: 1em 0 0;
	}
	
	body#liens h4 {
		margin: 1.5em 0 0 10px;
		color: #666;
		font-size: .9em;
		/*font-weight: normal;*/
	}
	
	body#liens p {
		margin: 0 0 0 10px;
		color: #666;
	}
	
	body#liens a.lien {
		margin: 0 0 0 10px;
	}

	/* 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;
	}
		
	/* Contact */
	
	#formcontact {
		padding: 1.5em;
		margin: 2em  0 1em 10px;
		border: 2px solid #C2CADF;
		font-size: .9em;
		background: #EBEEF6;
	}
	
	#formcontact table {
		text-align: left;
	}
	
	textarea {
		width: 400px;
	}
	
	#formcontact h3 {
		margin: 1em 0;
	}
	
	#formcontact ul {
		margin: 1em 0;
		padding: 1em 0;
		list-style: none;
		background: #F8F9FC;
	}
	#formcontact li {
		margin: 0;
		padding: .2em 1em;
	}
	
	.boutons {
		/*width: 100%;*/
		padding: .5em 0;
		margin: 1em 0;
		text-align: center;
		background: #f0f0f0;
	}
	
	/*
	#plan {
		display: block;
	}*/
	
	#plan a img {
		border: 2px solid #C2CADF;
	}
	
	#plan a:hover img {
		border: 2px solid #003366;
	}
	
	p#baseline {
		padding: 1em;
		background: #F2F4FB;
		font-size: .85em;
		color: #666;
	}
	