	body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		height: 100%;
		background: #fafafa;
		color:#333;
		text-align: left; /*center layout in ie5 and 5.5. */
	}
	
	/* General */
	
	p {
		font-family: Arial, Helvetica, sans-serif;
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
		border: 1px solid #000;
	}
	
	blockquote {
		margin: 0;
		padding: 1em;
		color: #000;
		background: #fff200;
	}
	
	blockquote p {
		font-size: 1.1em;
	}
	
	blockquote a {
		padding: 4px;
		text-decoration: underline;
	}
	
	blockquote a:hover {
		background: #fff;
	}
	
	blockquote h4 {
		text-align: left;
	}
	
	li {
		font-weight: normal;
	}
	
	h1 {
		margin-top: 0;
		font-size: 1.8em;
		color: #D80D57;
		margin-bottom: 1em;
		font-weight: normal;
	}
	
	h2 {
		font-size: 1.6em;
		color: #333;
		font-weight: normal;
	}
	
	h3 {
		margin-top: 1em;
		font-size: 1.3em;
		font-weight: normal;
		color: #feae01;
	}
	
	
	h4 {
		font-size: 1.1em;
		color:#d80d57;
	}
	h5 {
		margin-top: 1em;
		font-size: 1.3em;
		font-weight: normal;
		color: #ec1a8d;
	}
	h6 {
		font-size: 1.6em;
		color: #333;
		text-align: left;
	}

	a {
		color: #c00;
		text-decoration: none;
	}
		a img {
		border: 0;
		}
	a:hover {
		text-decoration: underline;
	}
	
	#container
	{
	width: 750px;
	margin: auto;/* centre for compliant browsers*/
	background: #fff;
	border-top: 0;
	text-align: left;
	}
	
	#bandeau
	{
	padding: 0;
	margin: 0;
	height: 227px;
	background: #fff url("pics/elements/bandeau.jpg") no-repeat left top;
	}
	
		#bandeau a#lienlogo {
		display: block;
		width: 750px;
		height: 200px;
		}
	
	/* Navigation HAUTE */
	
	#navtop {
	/*border-top: 3px solid #0A3CA1;*/
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#navtop ul
	{
	padding: .3em 0 .3em 199px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	list-style-type: none;
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	background: #e6007c;
	}
	
	#navtop li { display: inline; }

	#navtop li a
	{
	padding: .3em .6em;
	text-decoration: none;
	color: #fff200;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	#navtop a#current
	{
	color: #c06;
	background: #fff;
	border-bottom: 3px solid #c06;
	}
	
	#navtop a:hover
	{
	background: #fff200;
	color: #c00;
	text-decoration: none;
	border-bottom: 3px solid #c06;
	}
	
	#navtop img
	{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
	/* Navigation GAUCHE */
	
	#navleft
	{
	float: left;
	width: 199px;
	margin: 0;
	padding: /*6.5em*/2em 0 0;
	}
	
	#navcontainer {
	margin-left: 0px;
	}
	
	/* CONTENU */
	
	#content
	{
	margin-left: 200px;
	padding: 1.5em;
	/*width: 495px;*/
			
	}
		
	#content ul {
		/*list-style: square;*/
		margin: 1em;
		padding: 0 1em;
		

	}
	
	#content p {
		text-align: justify;
	}
	
	#footer {
	clear: both;
	padding: 1em 2em;
	height: 250px;
	color: #fff;
	background: transparent url("pics/elements/bg_page.jpg") no-repeat bottom;
	text-align: center;
	}
	
	ul#bottomlist
	{
	padding: .3em 0;
	margin: 1em;
	font-size: 12px;
	list-style-type: none;
	}
	
	ul#bottomlist li { display: inline; }

	#footer a
	{
	color: #fff;
	text-decoration: underline;
	}
	
	#footer a:hover
	{
	text-decoration: none;
	}
	
	div hr {
		clear: both;
		visibility: hidden;
		height:0px;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div.floatright img, div.floatleft img, div.floatcenter img, div.float img {
		/*border: 1px solid #999;*/
	}
	
	img.cadre {
		border: 1px solid #999;
	}
	
	div.floatright, div.floatleft, .floatcenter img, div.float {
		text-align: left;
		/*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: left;
	}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.floatleft {
		float: left;
		margin: 10px 20px 10px 0;
		padding: 0px 300px 0px 0px;
		text-align: left;
	}
	
	.floatleft li{
		text-align: left;
		}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	#img1 {
        float: right;
        margin: 20px 40px 10px 20px;
        }	
	#img2 {
        float: right;
        margin: 20px 10px 10px 0px;
        }	
	/* Contact */
	
	#formcontact {
		/*margin: 0 40px;*/
		margin: 20px 10px 0;
		padding: 20px;
		margin-bottom: 1em;
		text-align: center;
		background: #FFE99D;
		border: 1px solid #000;
	}
	
	#formcontact table {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #333;
	}
	
	textarea {
		width: 315px;
	}
	
	#content li {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	left {
	width: 350px;
	clear: both;
		margin: 0;
		padding: 0;
		float: left;
	}
