/*  Section Avis de courses  */

.tablePrincipale{
  width: 650px;
  margin-bottom: 0px;
}

.tableHeader{
  width: 650px;
}

.tableContenu{
  width: 650px;
  padding-bottom: 17px;
}

.etiquette{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #880D0D;
  font-weight: bold;
  width: 200px;
}

.sous-etiquette{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #880D0D;
  font-weight: lighter;
  font-style: italic;
}

.texte{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #4E4E4F;
}

.titreAvisCourses{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-large;
  color: #880D0D;
  font-variant: small-caps;
  text-decoration: underline;
	font-weight:bold;
}

.titreCourses{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-large;
  color: #880D0D;
	font-weight:bold;
}

.titreDate{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
	font-weight:bold;	
  color: #4E4E4F;
}

.titreGroupe{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #4E4E4F;
	font-weight:bold;
}
.avisLigne{
	border-bottom: 1px #4E4E4F;
}

#calendrierBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 8pt;
	border: 1px solid Black;
}

#calendrierBox.td
{
	border: 1px solid Black;
}

/* Section athletes */
#listeAthlete{
  width: 600px;
}

#athletesfemme{
  width: 290px;
  float: right;
}

#athleteshomme{
  width: 290px;
  float: left;
}

.athleteTitrehomme{
  font-weight: bold;
  font-size: 11pt;
  color: #891e04;
  width: 100%;
  height: 20px;
  float: left;
}

.athleteTitrefemme{
  font-weight: bold;
  font-size: 11pt;
  color: #891e04;
  width: 100%;
  float: right;
}

#athleteListehomme{
  width: 100%;
  float: left;
  padding-left: 3px;
}

#athleteListefemme{
  width: 100%;
  float: right;
  padding-left: 3px;
}

.athleteNomComplethomme{
  font-size: 10pt;
  color: black;
  width: 100%;
  height: 20px;
  float: left;

}

.athleteNomCompletfemme{
  font-size: 10pt;
  color: black;
  width: 100%;
  float: right;
}

#detailsAthlete{
  width: 650px;
}

#photoAthlete{
  float: left;
  width: 200px;
  height: 480px;
  overflow: hidden;
}

#contenuAthlete{
  float: left;
  width: 420px;
  padding-left: 25px;
}

.spacerAthlete{
  height: 10px;
  width: 400px;
}

#athleteLabel{
  float: left;
  width: 170px;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

#athleteContenu{
  float: right;
  text-align: left;
  width: 210px;
  font-size: 10pt;
}

.athleteBloc{
  height: 20px;
}

#nomCompletAthlete{
  color: #891e04;
  font-weight: bold;
  font-size: 11pt;
  padding-bottom: 15px;
}
