body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
}

.conteneur-principal
{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 35px;
}

.conteneur-principal .header
{
	width:980px;
	height:206px;
	float:left;
	background-image: url(images/header.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

.conteneur-principal .menu
{
	width:980px;
	height:38px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

.conteneur-principal .centre
{
	width:980px;
	height:auto;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

.conteneur-principal .centre p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left:35px;
	margin-top:50px;
	margin-bottom:35px;
	line-height: 20px;
}

.conteneur-principal .footer
{
	width:980px;
	height:28px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-align: center;
}

.conteneur-principal .centre fieldset
{
	width:700px;
	margin-left:35px;
	margin-bottom:15px;
}

.conteneur-principal .centre fieldset legend
{
	color: #666666;
}

