﻿body
		{
			height: 100% ;
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #f4e8f5 ;
			
		}
		
		div#conteneur
		{
			width: 86% ;
			margin: 0 auto ;
			text-align: justify ;
			border: 2px solid #f4e8f5 ;
			background: #fff ;
			min-height : 100% ;
			position : relative ;
		}
		
		h1#header 
		{
			height: 90px ;
			margin: 0 ;
			
		}
		
		h1#header a
		{
			height: 90px ;
			display: block ;
			background: url(Images/logotexte+adresse.png) no-repeat left top ;
			position: relative ;
		}
		
		ul#menu
		{
			height: 25px ;
			margin: 0 ;
			padding: 0 ;
			background: *ffccff;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}
		
		ul#menu li a
		{
			padding-right: 5px ;
			padding-left: 5px ;
			height: 25x;
			vertical-align: center;
			font-size: 0.8em ;
			font-weight: bold ;
			letter-spacing: 1px ;
			color: #fff ;
			background: #7b0f52;
			display: block ;
			text-decoration: none ;
			border-right: 2px solid #333333 ;
		}
		
		ul#menu li a:hover
		{
			color : #7b0f52 ;
			background: #f4e8f5 ;
		}
		
		div#contenu
		{
			padding-top : 10px ;
			padding-bottom : 50px ;
			padding-right : 25px ;
			padding-left : 10px ;
		}
		
		div#contenu h2
		{
			padding-right: 100px ;
			text-align: left;
			line-height: 40px ;
			font-size: 1.5em ;
			background: url(Images/minifeuille.png) no-repeat right bottom ;
			color: #7b0f52 ;
			border-bottom: 1px solid #7b0f52 ;
		}
		
		div#contenu h3
		{
			font-size: 1em ;
			color: #7b0f52 ;
		}
		
		div#contenu p
		{
			text-align: justify ;
			font: 1.0em "Trebuchet MS", helvetica, sans-serif ;
			line-height: 1.7em ;
			
		}
		
		div#contenu a
		{
			color: #7b0f52 ;
			text-decoration: none;
		}
		
		div#contenu a:hover
		{
			color: #fff ;
			background: #7b0f52;
		}
		
		div#gauche
		{
			float: left ;
			height: 400px ;
			padding : 5px ;
			width: 45% ;
			color : #333333 ;
		}
			
		div#droite
		{
			float: right ;
			height: 400px ;
			width: 45% ;
			margin-top: 40px ;
			padding: 5px ;
			color: #333333 ;
		}
	

		div#milieu
		{
			float : left ;
		}

		div#footer
		{
			clear: both ;
			padding-right: 10px ;
			height: 30px ;
			line-height: 15px ;
			text-align: right ;
			color: #dd ;
			padding-bottom: 10px ;
		}
		
	