@charset "utf-8";
/* CSS Document */
 
*{

}
 
body{
	margin:0px;
	padding:0px;
	background-color:#fff;
}
 
#conteneur{
	background-color: #fff;
	width:800px;
	margin:auto;
	margin-top:20px;
	border:#000 1px solid;
}
#conteneur #pied a {
	color:#fff;
	font-family:"Century Gothic";
	font-size:14px;
}

#banner{
	width:800px;
	height:121px;
	background-image: url(pictures/banniere.png);
}

#pied{
	width:800px;
	height:64px;
	text-align:center;
	background-image: url(pictures/pied.png);
}
#contenu{
	width:800px;
	height:auto;
	padding:2px;
	float:left;
	display:inline-block;
	margin:2px;
	/* border:1px solid #000;
	/* background-color: #CCCCCC; */
	font-family:"Century Gothic";
	font-size: 12px;
	text-align: justify;
}
#contenu h1{
	color: #0168ca;
	font-size:20px;
	font-stretch:normal;
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
	margin:2px 5px 10px 5px;
	font-family: "Comic Sans MS";
}

#contenu p{
	color:#000;
	font-stretch:normal;
	font-variant:normal;
	text-decoration:none;
	margin:10px;
	font-size:14px;
	font-family: "Comic Sans MS";
}
.espace {
	clear:both;
	font-size:0px;
	line-height:3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

#banner a .soustitre {
	text-align: center;
}

