/* CSS Document */

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
html,body{
	height:100%;
	width:100%;
}
body {
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-color:#c5e9fe;
}
a {
	color:#0060cd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input {
	font-size:11px;
	color:#0060cd;
}

#header {
	background-repeat:no-repeat;
	background-position:right top;
	height:355px;
	width:720px;
	background-color:#FFFFFF;
	text-align:left;
}

#menu{
	height:202px;
	background-image:url(img/bg_menu.gif);
	background-repeat:no-repeat;
}


#cont {
	width:720px;
	text-align:left;
}
.arrierePlan {
	background-image:url(img/bg_cont2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#signature {
	width:700px;
	color:#999;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
}
.sep {
	margin-left:10px;
	margin-right:9px;
}
h1 {
	font-size:14px;
	font-weight:bold;
}
.simple {
	font-size:11px;
	color:#666;
}
.visuel {
	margin:10px;
}

.tableau {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

	
}
.tableau th {
	background: #333;
	color:#FFF;
	padding:4px; 	
}
.tableau TD {
	padding:4px; 
	border:1px solid #000;	 
}

.tarifs {
	width: 90%;
	text-align: center;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	margin-top: 1em;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.tarifs th {
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;	
}

.tarifs td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 4px;	
}

.tarifs td.libelle {
	text-align: left;	
}

.club {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
}
.bas {
	float:left;
	color:#999;
	text-decoration:none;
	font-size:8px;
}
.bas a {
	color:#999;
