body {
     margin: 0; /* pour éviter les marges */
}


#global {
     position:absolute;
	 width: 913px;
     height: 478px;
	 top: 50%;
	 left:50%;
     margin-top: -239px; /* moitié de la hauteur */
	 margin-left: -466px; /* moitié de la hauteur */
}

.texte_italique_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.texte_marron {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #74685C;
}
.actualites {
	overflow:auto;
	height: 200px;
	width: 282px;
}

.actualites .titre {
	font-size:13px;
	color: #74685C;
}

.actualites .texte {
	font-size:12px;
	color: #74685C;
}

img {
	border:none;
}
.texte_marron_gras {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #74685C;
}

