body {
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #FCDED3 ;
		}

#header {
			margin: 0 ;
			width: 760px ;
			height: 150px ;
			display: block ;
			background: url(../images/page_01.jpg) no-repeat ;
			position: relative ;
		}

#conteneur {
			position: absolute;
			width: 760px;
			left: 50%;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: -380px;
			text-align: left ;
			border: 1px solid #CE225E ;
			background: #FCDED3 ;
		}

#centre {
			background-color:#9999CC;
			margin-left: 150px;
		}

#contenu {
			width: 500px ;
			padding-top: 25px ;
			padding-left: 200px ;
			padding-right: 25px ;
		}
		
#contenu h2 {
			padding-left: 25px ;
			line-height: 25px ;
			font-size: 1.4em ;
			color: #CE225E ;
			border-bottom: 1px solid #CE225E ;
		}
		
#contenu h3 {
			margin-left: 15px ;
			padding-left: 5px ;
			border-bottom: 1px solid #CE225E ;
			border-left: 3px solid #CE225E ;
			color: #CE225E ;
		}
		
#contenu p {
			text-align: justify ;
			text-indent: 2em ;
			line-height: 1.7em ;
		}
		
#contenu a {
			color: #CE225E ;
		}
		
#contenu a:hover {
			color: #9b2 ;
		}
		
#gauche {
			position: absolute;
			left:0;
			width: 150px;
		}

#pied {
			height: 30px;
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: center ;
			color: #CE225E ;
		}

.menugauche {
			list-style-type: none;
			margin: 0;
			padding:0;
}

.menugauche li {
			margin-bottom: 5px;
}

.menugauche a {
			margin: 0 2px;
			color: #000000;
			text-decoration: underline;
}

.menugauche a:hover {
			text-decoration: none;
}

p {
			margin: 0 0 10px 0;
}