
	body { background: #FFFFDD }
	h1 { text-align: center; color: green; padding-bottom: 15px}
	a { color: black }
	img {border: 0}
	.center {text-align: center;}
	p {margin-top: 0}


	h2 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.p {
		border: 1px dotted green;
		background-color: white;
		padding: 10px 6px;
		margin: 20px 30px 0;
		text-align: justify;
	}

	#gauche {
		position: absolute;
		top: 100px;
		width: 240px;
		text-align: center!important;
	}

	#gauche a {
		display: block;
		text-align: center;
	}

	#gauche h2 {
		text-align: center;
	}

	#gauche img {
		margin: auto;
	}

	#central {
		position: absolute;
		top: 100px;
		left: 200px;
		width: 800px;
	}

	#central ul {	
		padding: 0;
		margin-left: 40px
	}

	#team {
		margin: 0 40px;
		text-align: right;
		font-weight: bold;
		font-size: 12px;
	}
