body {
	text-align:center;}
.bordure {
	border: 1px groove #6B727C;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 16px;
	background-color: #CC0000;
}
A.vertical:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #A42B58;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
.fond {
	background-attachment: fixed;
	background-image: url(../img/fond1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-----------------------DIV-------------------------*/
div#conteneur {
	width:690px;
	text-align:left;
}
/*----------------------TEXTE------------------------*/
p {
	padding-left:6px;
	padding-right:6px;
	font-family:"Trebuchet MS";
	color:#000000;
}
.txt_centre {
	
	text-align:center;
	font-weight:bold;
}
.txt_centre a{
	
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}
.txt_centre a:hover{
	
	text-align:center;
	font-weight:bold;
	color:#336699;
}
.txt_petit {
	font-size:10px;
}
/*-----------------------------titres------------------------*/
h3 {
	background:url(../img/puce.jpg) no-repeat top left;
	padding-left: 50px;
	text-decoration:underline overline;
	height: 50px;
	line-height: 50px;
}
	


/*-----------------------------IMAGES------------------------*/
#tennis {
	float:right;
	background-image:url(../img/raquette_tennis.jpg);
	width: 200px;
	height: 200px;
	margin-right: 6px;
}
#golf_module {
	background-image:url(../img/golf_module.jpg);
	width: 200px;
	height: 200px;
}
#basket_module {
	background:url(../img/basket_module.jpg) no-repeat top left;
	width: 200px;
	height: 200px;
}
#foot_module {
	background:url(../img/foot_module.jpg) no-repeat top left;
	width: 200px;
	height: 200px;
}
#snowboard {
	background:url(../img/rando.jpg) no-repeat top left;
	width: 200px;
	height: 200px;
}
#muscu {
	background-image:url(../img/banc.jpg);
	width: 200px;
	height: 200px;
}
/*------------------FORMULAIRE-----------------------*/
.submit {
	
	border:solid 1 #999;
	width:80px;
	
	color:#666;
	text-transform:uppercase;
}
.red {background-color:#F01D2C;}