* {margin:0; padding:0;}
body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica;
  margin: 0;
  width: 100%;
  font-size: 73%;
}
h1, h2, h3 {
  padding-left: 10px;
  padding-right: 10px;
}
h1 {
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 1em
}
img {
  border: none;
}
q {
  font-family: Verdana, Arial, Helvetica;
  text-align: left;
  width: 90px;
  margin: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  float: right;
}
acronym {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	cursor: pointer;
}
code {
  font-family: Verdana, Arial, Helvetica;
}
dt {

  padding-left: 10px;
  padding-right: 10px;
}
dd {

  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#texte {
  text-align: justify;
  line-height: 15px;
  margin: 0 170px 0 190px;
  padding: 10px 10px 10px 10px;
}
#texte a {
  text-decoration: none;
}
#texte a:hover {
  text-decoration: none;
  border-bottom: none;
}
#texte .hautdepage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  border: 0;
  padding: 0.25ex 1ex;
  float: right;
}
#texte [class~="hautdepage"] {
  padding: 1.5ex 1ex;
}
#barrenav a:hover{
 text-decoration: none;
}

/* Entete de la page */
.mhposition {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}
.mhdroite {
  position: absolute;
  right: 4mm;
  top: 0.9ex;
}
#logo {
  font-size: 200%;
  height: 100px;
  margin: 10px 10px 10px 10px;
  padding-left: 520px;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
}
/* positionnement bannière horizontale */
#banhorizon {
  position: absolute!important;
  position: relative;
  right: 10px;
  top: 55px;
}
/* positionnement recherche */
#texterecherche {
  font-family: Verdana, Arial, Helvetica;
  font-size: 97%;
  font-size-adjust: 0.55;
  width: 9em;
  height: 2ex;
  padding: 1mm;
  border-style: solid;
  border-width: 1px;
}
#recherche [class~="text"] {  /* Cet attribut CSS2 ne fonctionne CSS2 qu'avec des navigateurs qui traduisent correctement le css2 - suivez mon regard ... */
  height: 3.75ex;
}
#recherche .submit {
  font-size: 100%;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  top: -0.25ex;
}
/* Paramétrages du menu de gauche */
.menugauche, .boitegauche {
  width: 180px;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
  font-size: 100%;
}
.menugauche div, .boitegauche div {
  padding-left: 1mm;
  padding-bottom: 1ex;
}
.menugauche a {
  text-decoration: none;
}
.menugauche .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}
.boitegauche span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}
.boitegauche a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.boitegauche a:hover {
  border-bottom: none;
}
/* Paramétrages du menu de droite */
.menudroit, .boitedroite {
  width: 170px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 100%;
}
.menudroit div, .boitedroite div {
  padding-left: 1mm;
  padding-bottom: 1ex;
}
.menudroit a {
  text-decoration: none;
}
.menudroit .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}
.boitedroite span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}
.boitedroite a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.boitedroite a:hover {
  border-bottom: none;
}
/* cadre intégré dans le menu gauche */
#moncadregauche {
width: 175px;
margin: auto;
padding: 3px;
  /* couleur du cadre */
border-left: 1px solid #7099D9;
border-right: 1px solid #7099D9;
border-bottom: 1px solid #7099D9;
border-top: 1px solid #7099D9;
}

/* cadre intégré dans le menu droit */
#moncadredroit {
width: 140px;
margin: auto;
padding: 3px;
  /* couleur du cadre */
border-left: 1px solid #7099D9;
border-right: 1px solid #7099D9;
border-bottom: 1px solid #7099D9;
border-top: 1px solid #7099D9;
}

/* Pied de page */
#basdepage {
  font-size: 10px;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
}
#basdepage div {
  text-align: center;
  line-height: 1.45em;
}
#basdepage a {
  text-decoration: none;
  border-bottom: none;
}
#basdepage a:hover {
  text-decoration: none;
  border-bottom: none;
}

