body
{
  font-size: 1.3em;
  font-family: Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
}

p
{
  font-family: Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
}

p a, p a:visited
{
  text-decoration: none;
  color:blue;
}

#menu
{
  float:left;
}

.menu_item
{
  font-weight: bold;
  display: block;
  background-image: url("../menu_fond.png");
  height: 45px;
  padding-top: 18px;
  text-align: center;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
  font-size: 1.1em;
}

.menu_item a, .menu_item a:visited
{
  color: black;
  text-decoration: none;
  font-family: "Monotype Corsiva", Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
}

.menu_item a:hover
{
  color: blue;
  text-decoration: none;
}

.classement_pair, .classement_impair, .calendrier_pair, .calendrier_impair
{
  margin: 0 auto;
  font-size: 0.8em;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.classement_pair a, .classement_impair a, .classement_pair a:visited, .classement_impair a:visited
{
  color: black;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.classement_pair, .calendrier_pair
{
  background-color: rgb(243,243,243);
  max-width: 900px;
}

.classement_impair, .calendrier_impair
{
  background-color: rgb(230,230,230);
  max-width: 900px;
}

.date
{
  text-align: left;
}

.nom
{
  position: relative;
  left: 150px;
  text-align: right;
  top: -20px;
}

.cal_ville
{
  position: relative;
  left: 150px;
  top: -20px;
}

.cal_nom
{
  position: relative;
  left: 250px;
  top: -40px;
}

.cal_res
{
  position: relative;
  left: 500px;
  top: -60px;
  background-color: rgb(200,220,255);
  font-weight: bold;
  color: rgb(255,255,200);
  padding: 5px;
}

.cal_res:visited
{
  color: rgb(155,105,50);
}

.cal_res:hover
{
  background-color: rgb(180,200,205);
}

.cal_orga
{
  position: relative;
  left: 650px;
  top: -80px;
}

#contact
{
  width: 500px;
  margin: 0 auto;
}

#data
{
  padding-left: 20px;
}

h1, h2, h3, h4
{
  text-align: center;
}

h1
{
  font-size: 2.8em;
  font-family: "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, "Arial Black", Arial, serif;
  font-style: italic;
  margin: 0px;
}

h2
{
  font-size: 4em;
  font-family: "Monotype Corsiva", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, "Arial Black", Arial, serif;
  font-style: italic;
  margin: 0px;
}

h3
{
  font-size: 2.2em;
  font-family: "Monotype Corsiva", Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
  margin: 0px;
}

h4
{
  font-family: Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
  font-size: 1.8em;  
  font-weight: normal;
  margin: 0px;
  margin-bottom: 20px;
}

.pair a, .impair a, .pair a:visited, .impair a:visited
{
  font-family: Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
  text-decoration: none;
  color: black;
  margin: 0px;
}

.pair
{
  background-color: rgb(240,240,255);
}

.impair
{
  background-color: rgb(220,235,255);
}

#current
{
  border-bottom: 3px solid blue;
}

#footer
{
  position: fixed;
  left: 80px;
  bottom: 0px;
  clear: both;
  font-size: 1ex;
}

#foot
{
  font-family: Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
}

#foot2
{
  font-family: Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, serif;
}

#belgeNW
{
  position: fixed;
  left: 0px;
  top: 0px;
}
#belgeNE
{
  position: fixed;
  right: 0px;
  top: 0px;
}
#belgeSW
{
  position: fixed;
  left: 0px;
  bottom: 0px;
}
#belgeSE
{
  position: fixed;
  right: 0px;
  bottom: 0px;
}