/*------------------------------
       Classement.php        
  ------------------------------ */
.BoxCalendrierMainBox{
  position: relative;
  width: 96%;
  left:2%;
  font-family: Arial;
  font-size: 12px;
  height: 16px;
  font-weight: bold;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  text-align: justify;
  background: url('../images/fond-classement.jpg') repeat-x top left;
  z-index: 7;
  border-bottom-color: black;
}

.BoxCalendrierDate{
  position: absolute;
  width: 20%;
  left: 0;
  font-size: 100%;
  padding-left: 2px;
  Background: inherit;
  float: left;
  text-align: justify;
  z-index: 8;
}

.BoxCalendrierBarre{
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  padding-left: 2px;
  background: url('../images/barre.gif') repeat-x top left;
  z-index: 9;
}

.BoxCalendrierAnnule{
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  padding-left: 2px;
  background: url('../images/annule.gif') repeat-x top left;
  z-index: 9;
}

.BoxCalendrierRace{
  position: absolute;
  left: 20%;
  width: 15%;
  font-weight: normal;
  font-size: 100%;
  border-left: 1px dashed;
  Background: inherit;
  float: left;
  text-align: center;
  z-index: 8;
}

.BoxCalendrierChallenge{
  position: absolute;
  left: 35%;
  width: 12%;
  font-weight: normal;
  font-size: 100%;
  border-left: 1px dashed;
  Background: inherit;
  float: left;
  text-align: center;
  z-index: 8;
}

.BoxCalendrierType{
  position: absolute;
  left: 47%;
  width: 23%;
  font-weight: normal;
  font-size: 100%;
  border-left: 1px dashed;
  Background: inherit;
  float: left;
  text-align: center;
  z-index: 8;
}

.BoxCalendrierClub{
  position: absolute;
  left: 70%;
  width: 30%;
  font-size: 100%;
  border-left: 1px dashed;
  Background: inherit;
  text-align: center;
  z-index: 8;
}

.BoxCalendrierEspace{
  position: relative;
  width: 96%;
  left:2%;
  font-family: Arial;
  font-size: 20px;
  height: 30px;
  font-weight: bold;
/*  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;*/
  text-align: center;
  background: transparent;
  z-index: 7;
  border-bottom-color: black;
}



.BoxBulletinEngagement{
  position: absolute;
  width: 100%;
  top: 330px;
  border-width: 0;
  height: 120px;
 /* top: 10px; */
  text-align: center; 
  /* border: solid 1px yellow;   */
  z-index: 1;
}