table {
  font-family: Arial;
  font-size: 12px;
}

.formButton {
	font-family: Arial;
	text-decoration : none;
	color : white;
	FONT-SIZE: 11px;
	font-style : normal;
	font-weight : bold;
	background: #262036;
}

.avertissement {
  color: #e0790b;
  font-weight: bold;
}

.heureResa {
  font-family: Arial;
  font-size: 11px;
}

.celluleResa a {
  display: block;
  font-family: Arial;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid white;
}

.lienResaCourtOff {
  color: white;  
  background: #555555;
}

.lienResaCourtFull {
  color: white;  
  background: #a1260a;
}

.lienResaCourtOn {
  color: white;  
  background: #315204;
}

.lienResaCourtOn:hover {
  border-width: 2px 0 2px 0;
  border-color: #262036;
  border-style: solid;
}

.nomCourt {
  font-family: Arial;
  color: #476919;
  font-size: 13px;
  font-weight: bold;  
}

.nomCourt a{
  text-decoration: none;
  color: #476919;
}
.nomCourt a:hover{
  text-decoration: none;
  color: #476919;
}

#infosCourt {
  display: none;
  padding: 3px;
  border: 1px solid #808000;
  background: #ffffe0;
  margin-top: 50px;
  margin-left: 20px;
  width: 300px;
}

table.boxResa {
  background: #ffffe0;
  margin: 3px;
  padding: 0;
  border: 2px solid #722138;//#808000;
  margin-bottom: 7px;
}

table.boxResa tr {
  border-width: 3px;
  border-color: #000000;
  border-style: solid;
  height: 1.8em;
}

table.boxResa td {
  height: 1.8em;
  padding: 2px;
}

table.boxResa h1 {
  color: #834e28;
  font-style: italic;
  text-align: center;
  font-size: 20px;
}
table.boxResa h2 {
  text-align: center;
  font-size: 17px;
}

div.blocResa {
  padding: 10px 30px;
  margin: 0;
  *width: 100%;
}

td.titreResa {
  background: #722138;
  font-weight: bold;
  color: #ffffe0;
}
td.IdentMembre {
  font-weight: bold;
  color: #722138;
}

body {
  padding:0;
  margin:0;
}

/*\*//*/.blocResa {
width:100%;
}/* */  

