/*******************************************************************/
/* Redéfinition de balises standard                                */
/*******************************************************************/
body, table {
  font-family: Tahoma,Geneva,Kalimati,sans-serif;
  font-size: 10pt;
  color: #333399;
  background-color: #fffff5;
  text-align: justify;
}
h1 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  text-indent: 10px;
  color: #ffffff;
  background-color: #3399ff;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
  text-indent: 10px;
  background-color: #e5e5e5;
}
h4 {
  font-size: 10pt;
  font-weight: normal;
  text-indent: 10px;
  background-color: #e5e5e5;
}
h5 {
  font-size: 10pt;
  font-weight: normal;
  background-color: #e5e5e5;
}
img {
  border:  none;
  float: right;
  padding-left: 5px;
}
pre {
  font-family: "Courier New",Courier,mono;
  font-size: 9pt;
  color: #000000;
}
/*******************************************************************/
/* Tableaux                                                        */
/*******************************************************************/
table {
  border: 2px solid #333399;
  border-collapse: collapse;
  width: 100%;
}
td {
  border: 1px solid #333399;
  border-collapse: collapse;
  vertical-align: top;
}
.txtcent {
  text-align: center;
}
.txtjust {
  text-align: justify;
}
.txtdroi {
  text-align: right;
}
/*  Couleurs de fond de cellule                                  */
td.fondvertf {
  background-color: #66ffcc;
}
td.fondviolet {
  background-color: #ccccff;
}
td.fondvertc {
  background-color: #ccffcc;
}
td.fondbleu {
  background-color: #ccffff;
}
td.fondrose {
  background-color: #ffcccc;
}
td.fondjaune {
  background-color: #ffffcc;
}
/*  Largeurs de cellule et de table                               */
td.pc02 {
  width: 2%;
}
td.pc03 {
  width: 3%;
}
td.pc05 {
  width: 5%;
}
td.pc07 {
  width: 7%;
}
td.pc10 {
  width: 10%;
}
td.pc15 {
  width: 15%;
}
td.pc20 {
  width: 20%;
}
td.pc30 {
  width: 30%;
}
td.pc33 {
  width: 33%;
}
td.pc35 {
  width: 35%;
}
td.pc40 {
  width: 40%;
}
td.pc45 {
  width: 45%;
}
td.pc50 {
  width: 50%;
}
td.pc55 {
  width: 55%;
}
td.pc60 {
  width: 60%;
}
td.pc70 {
  width: 70%;
}
td.pc80 {
  width: 80%;
}
td.pc85 {
  width: 85%;
}
td.pc90 {
  width: 90%;
}
table.px500 {
  width: 500px;
}
table.px620 {
  width: 620px;
}
table.cadre {
  border:  none;
}
/*******************************************************************/
/* Tableaux sans bordure, pour mise en page                        */
/*******************************************************************/
table.cadre td {
  border:  none;
}
/* Tabulations pour sommaires et pseudo-code                       */
.som {
  margin-left: 10px;
  padding-left: 20px;
  list-style-type: none;
}
/*******************************************************************/
/* Mises en valeur dans le texte                                   */
/*******************************************************************/
.bouton {
  border: 1px solid #333399;
  font-size: 10pt;
  padding-right: 5px;
  padding-left: 5px;
}
.touche {
  border: 1px solid #333399;
  font-size: 10pt;
  padding-right: 5px;
  padding-left: 5px;
}
.choixmenu {
  font-size: 10pt;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #e5e5e5;
}
/*******************************************************************/
/* Messages lors de l'envoi de courriel                            */
/*******************************************************************/
.messok {
  font-weight: bold;
  text-align: center;
  color: #008080;
}
.messerr {
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}
/*******************************************************************/
/* Mises en forme diverses                                         */
/*******************************************************************/
/* Pour figurer une instruction ou une sortie sous DOS             */
.texteDOS {
  font-family: "Courier New",Courier,mono;
  font-size: 10pt;
  font-style: normal;
  color: #ffffff;
  background-color: #0000ad;
}
/* Pour faire reprendre un texte au-dessous d'une image            */
.apresimage {
  clear: both;
}
/* Texte rayé                                                      */
.texteraye {
  text-decoration: line-through;
}
/* Texte souligné                                                  */
.souligne {
  text-decoration: underline;
}
/* Tabulation                                                      */
.tabcourt {
  width: 35px;
  float: left;
  clear: left;
}
/* Commentaires dans les exemples en Visual Basic                  */
.commentVB {
  color: #008000;
}

