/* ------------------------------------------ */
/* Contenu de la page                         */
/* ------------------------------------------ */

#contenu h1 {
	width: 960px;
	height: 30px;
	margin-top: 6px;
	background-color: #737373;
	padding: 14px 10px 4px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
}


#contenu #presentation {
	position: relative;
	width: 980px;
	height: 450px;
	background: url(../images/club_fond_normal.jpg) top left no-repeat;
}

#contenu #presentation #texte {
	position: absolute;
	top: 220px;
	left: 260px;
	width: 300px;
	color: #4D4D4D;
}

#contenu .error {
	position: absolute;
	top: 100px;
	left: 600px;
	width: 300px;
}

#contenu #presentation form {
	position: absolute;
	top: 250px;
	left: 260px;
	width: 300px;
	color: #4D4D4D;
}

#contenu #presentation form label {
	float:left;
	width:75px;
	margin:0 0 8px 0;
}

#contenu #presentation form p input {
	margin:0 0 8px 0;
}


