/* CSS Document */

/* make everything sans-serif */
html, body, table, td, th, h1, h2, p, a, li, ul, ol{font-family:Verdana, Arial, Helvetica, Geneva, sans-serif}

/* set image borders to zero */
img{border:0}

body {
  background: #284651;
  color: #BEBEBE;
  font-size: 13px;
  margin-bottom:0;
  margin-top:20px;
}

p, ul, li, ol {
  color: #BEBEBE;
  font-size: 13px;
}

h1 {
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 22px
}

h2 {
  background: transparent;
  font-weight: bold;
  font-size: 17px
}

h3 {
  background: transparent;
  font-weight: bold;
  font-size: 14px
}

a {
  color:#B0E0E6;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
}

a:visited {
  color: #B0E0E6;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
}

a:hover {
  color: #B0E0E6;
  background: transparent;
  text-decoration: none;
  font-size: 13px
}

a.petite:link {
  background: transparent;
  text-decoration: none;
  font-size: 12px;
  color:#B0E0E6
  }

a.petite:visited {
  color: #B0E0E6;
  background: transparent;
  text-decoration: none;
  font-size: 12px
}

a.petite:active {
  text-decoration: none;
  font-size: 12px
}

a.petite:hover { 
  text-decoration: none;
  background: #333333;
  font-size: 12px
}

.droite {
font-size:10px;
text-align:justify;
}

.red {
color:#FF0000;
font-size:12px; 
}

a.page {
  color:#B0E0E6;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
}

a.page:hover {
  color:#B0E0E6;
  background: transparent;
  text-decoration: underline;
  font-size: 13px;
}
