body {
  margin: 0 auto 0 auto; 
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-align: center; /* pour corriger le bug de centrage IE */
  /*max-width: 1024px;*/
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none ;
}

img {
  border: 0;
}


#global {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

.clear {
  clear: both;
}





/* ACTUALITES */

#actualites {
  position: absolute;
  left: 50%; 
  top: 50%;
  width: 1024px;
  height: 733px;
  margin-left: -512px; /* moitié de la largeur */
  margin-top: -366px; /* moitié de la hauteur */
  color: #000000;
  background-image: url(../images/actualites_fond.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}

#actualites_boussole {
  position: absolute;
  left: 0px; 
  top: 0px;
  width: 230px;
  height: 140px;
  background-image: url(../images/boussole.png);
  background-repeat: no-repeat;
  z-index: 10;
}

#actualites_boussole:hover {
  cursor: pointer;
}

#actualites_contenu {
  position: absolute;
  left: 394px; 
  top: 70px;
  width: 580px;
  height: 600px;
  padding-right: 5px;
  z-index: 10;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #f0d57e;
  text-align: justify;
  overflow-x: hidden;
  /*overflow-y: hidden; */
  overflow-y: auto;
  border: 1px solid #333333;
}

#actualites_contenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffa600;
  text-decoration: underline;
}

#actualites_contenu a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffa600;
  text-decoration: none;
}

#actualites_footer {
  position: absolute;
  left: 0px; 
  top: 705px;
  width: 1151px;
  height: 28px;
  padding: 0px;
  z-index: 10;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #f0d57e;
  text-align: center;
  overflow: hidden;
}

#actualites_footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #f0d57e;
  text-decoration: none;
}

#actualites_footer a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #f0d57e;
  text-decoration: underline;
}


/* SCROLL */

	#content {
		position: absolute;
		top: 0;
		left: 20px;
		width: 560px;
		clip: rect(0px, 560px, 600px, 0px);
		overflow: hidden;
		padding-bottom: 40px;
	}
	#content p:first-child {
		margin-top: 0;
	}
	#track {
		position: absolute;
		left: 0;
		top: 15px;
		width: 16px;
		height: 570px;
		/*background: #ffde9f;*/
		background: #f0d57e;
	}
	#handle {
		position: absolute;
		left: 0;
		top: 0;
		width: 16px;
		height: 10px;
		background: #ffa600;
	}
	#button-up {
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 10px;
		/*background: #ffa600;*/
		background-image: url(../images/actualites_bouton_haut.jpg);
	}
	#button-down {
		position: absolute;
		top: 590px;
		left: 0;
		width: 16px;
		height: 10px;
		/*background: #ffa600;*/
		background-image: url(../images/actualites_bouton_bas.jpg);
	}



