 a:link {
  COLOR: #7B68EE;
  TEXT-DECORATION: none;
  font-weight : bold;
}

a:visited {
  COLOR: #6495ED;
  TEXT-DECORATION: none;
  font-weight : bold;
}

a:hover {
  COLOR: Blue;
  TEXT-DECORATION: none;
  background: #F0F8FF;
  font-weight : bold;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  background-color: white;
  width: 100%;
  height: 100%;
  margin: 0;
 }

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  color: Navy;
  background-color : #F0F8FF;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  color: Teal;
  font-weight: bold;
}

h1 {
  font-family:verdana,Arial,comic sans MS;
  font-size:12pt;
  color: #5F9EA0;
  font-weight : bold;
  text-align:Center;
  text-transform : uppercase;

}

h2{
  font-family:verdana,Arial,comic sans MS;
  font-size:11pt;
  color: #00008B;
  font-weight : bold;
  text-align: left;
}

h5 {
  font-family:verdana,Arial,comic sans MS;
  font-size:10pt;
  color: #336699;
  text-align: center;
  font-weight : bold;
}

h6 {
  font-family:verdana,Arial,comic sans MS;
  font-size:13pt;
  color: #D2691E;
  font-weight : bold;
  text-align:Center;
  text-transform : uppercase;
}

p  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: Navy;
  font-weight : normal;
}

#page { 
  width: 800px;
  margin: 0 auto;
  background-color : #F0F8FF;
 }

#page img { 
  display: block;
  margin: 0 auto;
  padding: 0;
}

#navigation { 
  width: 100%;
  font-weight : bold;
  width: 770px;
  margin: 5px  auto 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  list-style-type: none;
  padding: 0;
  position: relative;
  line-height: 16px;
  height: 18px;
 }

#navigation li { 
  float: left;
  width: 110px;
  font-size: 13px;
  position: relative;
  text-align: center;
  color: black;
}

#navigation a { 
  color: black;
  display: block;
 }

#navigation a:visited {
  COLOR: #6495ED;
}

#navigation a:hover {
  COLOR: Blue;
}

#navigation dl { 
  display: none;
  z-index: 10;
  border: 2px solid gray;
  margin: 2px;
  background-color: #99CCCC; /*#B0C4DE;*/
/*  background-color: #F0F8FF;*/
  padding: 0;
  margin: 0;
 }

#smenu1 { 
  height: 54px;
  width: 106px;
  position: absolute;
  top: 20px;
  left: 0px;
}

#smenu2 { 
  height: 36px;
  width: 200px;
  position: absolute;
  top: 54px;
  left: 108px;
}

a.affiche, a.affichel { 
  position: relative;
}

a.affiche img, a.affichel img { 
  display:none;
 }

a.affiche:hover img { 
  display: block;
  z-index: 100;
  position: absolute;
  top: -70px;
  left: 0px;
 }

a.affichel:hover img { 
  display: block;
  z-index: 100;
  position: absolute;
  top: -185px;
  left: 0px;
 }
