body{
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:#333333;
	}
#conteneur{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	background:#ffffff;
	border:3px double #000000;
	}
#enTete {
	height:100px;
	width:100%;
	}
#titreEnTete{ 
	line-height:100px;
	color:#000000;
	font-size:25px;
	letter-spacing:6px;
	text-align:center;
	margin:0;
	}
#navigation 
	{
	color: white;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 15px;
	height: 20px
	}
#navigation a{
	color:#ffffff;
	text-decoration: none;
	
	}
.gauche{
	margin-top:150px;
	float:left;
	width:120px;
	}
.gauche a{
	color:#000000;
	font-size:14px;
	}
#centre{
	margin-left:120px;
	margin-right:100px;
	background-color:#ffffff;
	padding-left:60px;
	padding-right:60px;
	padding-top:40px;
	}
h1{
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	letter-spacing:2px; 
	word-spacing:2px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	}
h2{
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px; 
	word-spacing:1px;
	}
.poesie{
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	word-spacing:2px;
	line-height:20px;
	}
p a{
	color:#587596;
	}