/* ------------------------------------------ */
/* 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 .col1 {
	position: absolute;
	top: 180px;
	left: 250px;
	width: 320px;
}

#contenu #presentation .col1 dt {
	height: 25px;
	background: url(../images/fleche.png) top left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #0C406A;
}

#contenu #presentation .col1 dd {
	padding-left: 30px;
	color: #4D4D4D;
	font-size: 11px;
	text-align: justify;
}


#contenu #presentation .col2 {
	position: absolute;
	top: 180px;
	left: 585px;
	width: 350px;
}

#contenu #presentation .col2 dt {
	height: 25px;
	background: url(../images/fleche.png) top left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #0C406A;
}

#contenu #presentation .col2 dd {
	padding-left: 30px;
	color: #4D4D4D;
	font-size: 11px;
	text-align: justify;
}

#contenu #presentation .texte {
	position: absolute;
	top: 380px;
	left: 615px;
	width: 350px;
	color: #727473;
}

#contenu #presentation .texte a {
	text-decoration: underline;
	color: #0C406A;
}

#contenu #presentation .texte a:hover {
	text-decoration: none;
}
