body {
  font-family: Times New Roman, sans-serif;
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
  overflow : -moz-scrollbars-vertical;
}

img { border: none; }

* { margin: 0; padding: 0; }

/**  HEADER COMMON **/

#header { position:relative;}

#page { margin: 0 auto; text-align: left;}

#header h1 { display: none; }
#accessibilite { display: none; }

#menu {
	list-style: none;
	position: absolute;
	top: 99px; left: 373px;
}

#menu a strong { display: none; }

#accueil span {
	width: 99px; height: 22px;
	position: absolute;
	top: 0px; left: 19px;
	cursor: pointer;	/* for IE bug */
}

#historique span {
	width: 98px; height: 22px;
	position: absolute;
	top: 0px; left: 139px;
	cursor: pointer;	/* for IE bug */
}

#extraits span {
	width: 155px; height: 22px;
	position: absolute;
	top: 0px; left: 258px;
	cursor: pointer;	/* for IE bug */
}

#contact span {
	width: 72px; height: 22px;
	position: absolute;
	top: 0px; left: 434px;
	cursor: pointer;	/* for IE bug */
}