@charset "iso-8859-1";
/***********************/             
/* Barre de navigation */
/***********************/

/* Généralités*/

body { background: #2074F6 url(images/degbleu.png) repeat-x center 0; }

a { text-decoration: none; }

a:link { color: blue; }   /* lien non encore visité */

a:visited { color: #2727a3; } /* lien visité */

a:hover { text-decoration: underline; } /* lien survolé par le curseur de la souris */

img {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

h1 { 
  color: #1e1e7f;
  font: normal 300% "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
} 

h2 { 
  background-color: #1e1e7f;
  color: white;
  font: italic 160% "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  margin-left: 0;
  width: 100%; 
  padding: 5px 25px 5px 5px;
} 

form {
  font: normal 120% "Trebuchet MS", Verdana, sans-serif;
}

table {
  background-image: url(../images/ciel.jpg);
}

/* Classes */

#nav { 
 background-color: #1e1e7f;
 float: left;
 padding: 15px 25px 5px 5px;
 width: 100%; 
}

#nav ul {  
 background-color: #1e1e7f;
 padding: 1em 1em 1em 1em;
 list-style-type: none;  
}

#nav li {
 background-color: #55ccbb;
 font-weight: bold;
 margin-bottom: .5em;
 padding: 1 1 1 1;
}

#nav a:link { color: black; }

#nav a:visited { color: #343536; }

#nav a.actif { color: white; }

#blabla {
  margin-left: 20%;
  margin-right: 20%;
}

#gras {
  font-weight: bold;
}

/* Tableaux */

#tableau caption { 
 font-size: 120%;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 1em;
}

#tableau table { 
 border: solid 1px;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}

#tableau table td, table th {  
 border: solid 1px black;
 margin: 0;
 padding: 0.2em;
}

#tableau th {  
 font-weight: bold; 
}

