body {
       background-color: #ffffff;
       margin: 0px;
       font-family: Arial, sans-serif;
       color: #000000;
       font-size: 12pt;
}

table.image {
  width: 0%;
  border-spacing: 0px;
}

tr.image { 
}

td.image {
  border-spacing: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.logo { 
  color: #0000a3;
  font-family: Book Antiqua, sans-serif;
  font-style: italic;
  /* font-weight: bolder; */
  font-size: 38pt;
}

.petit_logo { 
  color: #0000a3;
  font-family: Book Antiqua, sans-serif;
  font-style: italic;
  font-size: 26pt; 
}

table.centre {
  border-spacing: 0px;
  width: 100%;
  text-align: center;
}

td.centre { 
  border-spacing: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a:link { 
  text-decoration: none;
  color: #063aa2;
}

a:visited {
  text-decoration: none;
  color: #063aa2;
}

a:hover {
  /* color: #13a206; */
  color: #0698a2;
}

.ici { 
  color: #0698a2;
}

/* Pour les tableaux contenant du texte */
table.texte { 
              padding: 2px;
}

td.texte { 
           padding: 2px 5px;
           
}

.texte { 
            padding: .5ex;
}

/* Pour les équations */

span.math
{
	font-style: italic;
	font-family: "Times New Roman", Serif;
}
span.math sub {font-size: small}
span.math sup {font-size: small}

/*¨Pour les journaux */

span.revue {font-style: italic; text-decoration: none;  font-weight: normal; color: black}

img { border-width: 0px; }

/* Gestion de la page type : un menu à gauche et le contenu à droite,
   le tout dans un tableau */
td.menu { 
  text-align: center;
  vertical-align: top;
  width: 160px;
  height: 470px;
}

/*
div.menu { 
  position: fixed;
  clear: both;
  padding: 5px;
  left: 0px;
}
*/
div.menu { 
  padding: 5px;
  left: 0px;
}

div.bouche_trou { 
  width: 160px;
}

td.contenu {
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

td.contenu_separe {
  text-align: left;
  vertical-align: top;
  width: 100%;
  padding-left: 1em;
  border-left: thin solid #063aa2;
}

