all.clsMenuItemNS, .clsMenuItemIE{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-left:8;
color: white;
cursor: hand;
z-index:100
}
#MainTable A:hover {
color: yellow;
}

.titre {
font-size:24px;
	font-weight: bold;
	text-align:center;
}
.titre2 {
font-size:18px;
font-weight:bold;
}
.titre3 {
font-size:16px;
font-weight:bold;
}
.question {
font-weight:bold;
color:#006600
}
body {
background-image: url(texture.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 14pt;
	text-align: justify;
	padding-left:8;
	padding-right:8;
}
.encadre {
font-size:11px;
	line-height: 10pt;
	text-align:justify;
}
table {
margin: 0 10px;
}
.tableau {
font-size:14px;
margin-right:8px;
}
nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
    }
  



.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}