all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; font: bold 13px Arial; color: black; z-index:100}
#MainTable A:hover {color: #000099;}
/* Corps */
body {  background-repeat: repeat; background-color: #ddeeFF}
/* Titres de h1 ŕ h6 */
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #990000; font-style: normal; text-align: center; font-size: large}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold ;font-style: normal; text-align: center}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal; font-weight: bold}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal; font-weight: normal}
h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: normal}
/*Tableau*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
th {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;  font-style: bold; }
/* Paragraphe*/
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal}

/* Bouton du menu */
/* Bouton normal*/
a.bouton:link{
width:125px;
height:14px;
display: block;
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
background-color:#00008B;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver;
}

/* Bouton visité*/
a.bouton:visited{
width:125px;
height:14px;
display: block;
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
background-color:#00008B;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver}

/* Lorsque l'on passe avec la souris*/
a.bouton:hover{
width:125px;
height:14px;
display: block;
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
background-color:Blue;
padding:5px;
border-style:inset;
border-width:2px;
border-color:silver}

.bouton{text-align:center;padding:5px;}

/* Style pour page main.html */
.titre-tab1{
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000099;
font-size: 15px;  
font-style: normal;
font-weight: bold;}

.texte-tab1{
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:black;
font-size: 12px;  
font-style: normal;
font-weight: normal;}

/* Styles pour la tableau des liens */
.tdtitre{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-weight: bold;}

    