* {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #0e3c6d;
}
a:hover {
	color: #8eb5df;
}

#header_club {
  width: 100%;
  border-top: 1px solid #0b1b30;
  border-bottom: 1px solid #0b1b30;
  text-align: center;
  font-size: 23px;
  padding: 6px 0px 6px 0px;
  margin-bottom: 30px;
}

#conteneur_club {
	position: relative;
	width: 580px;
	margin-left: 10px;
}

/* ////////////////////////////////////////////////// FORMULAIRE INSCRIPTION CLUB ///*/
#form_inscription {
	width: 600px;
	margin-left: 10px;
}

.form_line {
	width: 600px;
	height: 30px;
}

.form_line label {
	float: left;
	width: 160px;
}

.form_line input {
	float: left;
	width: 250px;
	border: 1px solid #0e3c6c;
	padding: 2px;
}

.form_line select {
	border: 1px solid #0e3c6c;
	padding: 2px;
}

/* ////////////////////////////////////////////////// PROFILE ///*/
.bloc_profile {
	float: left; width: 580px; height: 100px; margin-left: 10px;
}
.bloc_profile .entete_profile {
	float: left; width: 120px; height: 80px; background-image: url('../images/onglet_left.jpg'); background-repeat:no-repeat; text-align: center;
}
.bloc_profile .entete_profile .titre_block_profile {
	font-size: 12px; color: #fff; font-weight: bold;
}
.bloc_profile .corps_profile {
	float: left; width: 446px; height: 76px!important; height: 80px; border: 2px solid #d5253c;
}
