/* Déclarations générales --------------------------------------- */

html {
	background-color: rgb(190, 205, 255);
	height:100%;
}

body {
	background-color: rgb(190, 205, 255);
	font-family: Verdana;
	font-size: 12px;
	margin:0;
	text-align: center;
}

div {
	font-size: 12px;
	position: relative;
	text-align: left;
}

h1 {
	color: rgb(50, 50, 50);
	font-size: 24px;
	text-align: center;
}

h2 {
	color: rgb(50, 50, 50);
	font-size: 18px;
	text-align: center;
}

.reglement-sportif h2 {
	color: rgb(50, 50, 50);
	font-size: 16px;
	text-align: left;
}

.reglement-sportif h3 {
	color: rgb(50, 50, 50);
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}

.reglement-sportif h4 {
	color: rgb(50, 50, 50);
	font-size: 13px;
	text-align: left;
}

p {
	margin: 0px;
	margin-top: 5px;
}

input {
	font-size: 11px;
}

img {
	border-width: 0px;
}

a {
	color: rgb(70, 70, 255);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 255);
}

/* Tables standards --------------------------------------------- */
table.std-table {
	background-color: rgb(235, 235, 235);
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: justify;
	width: 955px;
}

table.std-table tr td {
	border: 1px solid rgb(255, 255, 255);
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}

table.std-table tr th {
	background-color: rgb(220, 220, 220);
	border: 1px solid rgb(255, 255, 255);
	font-size: 14px;
	padding: 3px;
	vertical-align: top;
}

/* Partie centrale ---------------------------------------------- */
.content-center {
	background-color: rgb(235, 235, 235);
	margin: 10px auto;
	padding: 5px;
	position: relative;
	text-align: justify;
	width: 955px;
	z-index: 150;
}

span.error {
	color: rgb(255, 0, 0);
	font-weight: bold;
}

/* Calendrier --------------------------------------------------- */
#calendar {
	text-align: center;
}

/* Footer ------------------------------------------------------- */
#footer {
	font-size: 10px;
	margin: 5px;
	text-align: center;
}

/* Authentification --------------------------------------------- */
#login{
	text-align: right;
}

input.login {
	font-size: 10px;
	vertical-align: middle;
}

/* Menu principal ----------------------------------------------- */
#account-menu {
	font-size: 11px;
	margin: 2px auto;
	position: relative;
	text-align: right;
	width: 965px;
}

#cont_general{
	margin-left: 0px;
	position: relative;
	top: 40px;
}

#menutop {
	background-color: rgb(235, 235, 235);
	clear: both;
	height: 40px;
	margin: 10px auto 20px auto;
	position: relative;
	width: 959px;
	z-index: 200;
}

/* Basic code - don't modify */
 
#menu {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu a {
	display: block;
}

#menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#menu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

* html #menu ul { line-height: 0; } /* IE6 "fix" */
#menu ul a { zoom: 1; } /* IE6/7 fix */
#menu ul li { float: none; }
#menu ul ul { top: 0; }

/* Essentials - configure this */

#menu ul { width: 160px; }
#menu ul ul { left: 161px; }

/* Everything else is theming */
 
#menu {
	background-color: #DDDDDD;
	height: 42px;
}

#menu *:hover { background-color: none; }

#menu a {
	border-right: 1px solid white;
	color: white;
	font-size: 12px;
	padding: 6px;
	line-height: 1;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#menu a#menu7 {
	border-right-width: 0;
}

#menu li.hover a { background-color: #5E5A5A; }
#menu ul { top: 42px; }
#menu ul li a { background-color: #5E5A5A; }
#menu ul a.hover { background-color: #DDDDDD; }

#menu ul a {
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#menu li a {
	color: rgb(0, 0, 0);
	font: 17px/28px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	height: 31px;
	padding-top: 5px;
	text-align: center;
	width: 147px;
}

#menu ul li a {
	font-size:13px;
	height:25px;
	padding:3px;
	text-align:left;
	width:153px;
}

#menu ul li a {
	font-size:13px;
	height:25px;
	padding:3px;
	text-align:left;
	width:153px;
}

img#site-logo {
	margin: -3px;
}

/* Petites annonces --------------------------------------------- */
div.contact11 {
	font-size: 11px;
	margin-top: 10px;
}

div.annonces-contact {
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p.erreurs-annonces {
	color: rgb(255, 0, 0);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

span.modification-annonces {
	font-size: 11px;
	margin-top: 1px;
	position: absolute;
	right: 10px;
	text-align: right;
}

/* Compte utilisateur ------------------------------------------- */
p.account-error {
	color: rgb(255, 0, 0);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

/* Etoile obligatoire ------------------------------------------- */
span.etoile-obligatoire {
	color: rgb(255, 0, 0);
	font-weight: bold;
}

/* Table de présentation ---------------------------------------- */
table.presentation-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 250px;
}

table.presentation-table tr th {
	width: 190px;
}

table.presentation-table tr td {
	width: 60px;
}

/* Page des liens ----------------------------------------------- */
td.liens {
	background-color: rgb(220, 220, 220);
	border: 2px solid rgb(235, 235, 235);
	padding: 8px;
	vertical-align: top;
	width: 50%;
}

/* Adhésion ----------------------------------------------------- */
div#adhesion {
	background-color: rgb(220, 220, 220);
	height: 485px;
	margin-bottom: 20px;
	margin-left: -20px;
	padding: 0px;
	padding-top: 5px;
}

div#adhesion-type {
	background-color: rgb(235, 235, 235);
	height: 60px;
	left: 5px;
	padding: 5px;
	position: relative;
	width: 460px;
}

label#label-type-adhesion {
	left: 50px;
	position: relative;
}

label#label-type-renouvellement {
	left: 150px;
	position: relative;
}

div#adhesion-proprietaire {
	background-color: rgb(235, 235, 235);
	height: 60px;
	left: 480px;
	padding: 5px;
	position: relative;
	top: -70px;
	width: 460px;
}

label.label-proprietaire {
	margin-left: 15px;
}

div#adhesion-reglement {
	background-color: rgb(235, 235, 235);
	height: 60px;
	left: 5px;
	padding: 5px;
	position: relative;
	top: -65px;
	width: 935px;
}

div#adhesion-tarifs {
	background-color: rgb(235, 235, 235);
	height: 235px;
	left: 5px;
	padding: 5px;
	position: relative;
	top: -60px;
	width: 460px;
}

div#adhesion-fiche {
	background-color: rgb(235, 235, 235);
	height: 235px;
	left: 480px;
	padding: 5px;
	position: relative;
	top: -305px;
	width: 460px;
}

/* Calcul des points -------------------------------------------- */
table.table-points {
	margin-top: 10px;
	width: 450px;
}

.table-points th.first-row {
	font-size: 12px;
	text-align: center;
	width: 100px;
}

.table-points th.first-column {
	font-size: 12px;
	text-align: left;
}

/* -------------------------------------------------------------- */

li .disc{
	list-style-type: disk;
}

.exposant{
	font-size: 80%;
	vertical-align: text-top;
}

.plan{
	background-color: rgb(220, 220, 220);
	margin: 10px;
	padding: 10px;
}
