@charset "iso-8859-1";
/* auteur: Louis RIVIERE */
/* Date de création: 17/05/2003 */
* {font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;font-size : 12px;font-weight: bold;}

BODY { background: url("bg-1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;}

H1 { font-family : Times New Roman;
font-size : 30px;
text-align: center; 
text-decoration: underline;
}

H2 { font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size : 16px;
text-align: center; 
text-decoration: underline;
}

H3 { font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size : 13px;
text-align: justify; 
text-decoration: no;
}

H4 { font-family : Times New Roman;
font-size : 16px;
color : #ff0000;
text-align: center; 
text-decoration: underline;
}

H5 { font-family : Times New Roman;
font-size : 16px;
text-align: left; 
text-decoration: underline;
}

H6 { font-family : Times New Roman;
font-size : 16px;
text-align: justify; 
text-decoration: no;
}



div.titre {
  padding-top: 0px;
  border-left: 0px solid;
  border-right: 0px solid;
  background-position: top;
  background-repeat: no-repeat;
  font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size : 30px;
  font-style : italic;
  text-align: center; 
  text-decoration: underline;
  border: 3px outset #008000 ;
  width: 760px;
}
div.cadre {
  border: 3px outset #008000 ;
  width: 760px;
}




div.commentaire {
  padding: 10px;
  background-color: white;
  font-family : Times New Roman;
  font-size : 16px;
  text-align: justify; 
  text-decoration: no;
  border: 3px outset #008000 ;
  width: 760px;
}

.jaune {
  background-color: #FFFF00;
  font-size : 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding: 5px;
  border: 2px outset #c0c0c0;
  width: 760px;
}

.horizontal a {
  color: black;
  
  background-image: url(buttn_vert.jpg);
  text-decoration: none;
  font-size : 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: inline;
  width: 130px;
  
}
.horizontal a:hover {
  color: white;
  background-color: #000080;
  background-image: url(buttn_inv.jpg);
  text-decoration: none;
  font-size : 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: inline;
  width: 130px;
}

.vertical a {
  color: white;
  background-image: url(buttn_vert.jpg);
  text-decoration: none;
  font-size : 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 125px;
  
}
.vertical a:hover {
  color: black;
  background-color: #000080;
  background-image: url(buttn_inv.jpg);
  font-size : 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 125px;
}

