@charset "utf-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center;
	background-color: #020200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#content{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 190px;
	width: 690px;
}
#content li{}
#content img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #head{
	display: block;
	height: 140px;
	width: 690px;
}
#content #left{
	margin: 0px;
	float: left;
	height: 190px;
	width: auto;
}
#content #middle{
	display: block;
	float: left;
	height: 190px;
	width: auto;
}
#content #right{
	float: left;
	height: 190px;
}
#content #langue{
	height: 48px;
	width: 690px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #footer{
	background-image: url(../pictures/template/design-mid.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 182px;
	width: 690px;
	color: #e4bb22;
	float: left;
}

p{
	padding: 0px;
	color: #e4bb22;
	width: 500px;
	text-align: justify;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
}
