body{
	margin:0;
	padding:0;
	background: #000000;
	font-size:12px;
	font-family: "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 	
}
p{
	margin-left:10px;
	margin-right:10px;
}
h3{
	margin-left:10px;
}
span{
	font-weight:bold;
}
.white{
	color:#FFFFFF;
}

.liens{
	text-decoration:underline;
	color:#893C44;
}
img{
	width: 880px;
	height: 380px;
	border:none;
}
.center{
	text-align:center;
}
#page{
	width: 1000px;
	min-height: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	
}
#entete{
	width: 1000px;
	height: 84px;
	float:left;
}

#contenu{
	width: 1000px;
	min-height: 600px;
	background: #FFFFFF url(../images/index.jpg) no-repeat;
	float:left;
}
#pieddepage {
	width: 1000px;
	min-height: 110px;
	color: #000000;
	background: #FFFFFF;
	float: left;
	text-align:justify;
}
#pieddepagebas {
	width: 1000px;
	min-height: 110px;
	color: #FFFFFF;
	background: #EFEFEF;
	float: left;
	text-align:justify;
}

.txtcenter{
	text-align:center;
}
.lienpieddepage{
	margin:0 0 0 6px;
	color: #000000;
	text-decoration:none;
}
a.lienpieddepage:hover {
	color:#000000;
	text-decoration:underline;
}


