html {
	margin: 0;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	letter-spacing:1px;

}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #FFF;
}
    a:link {
	font-family: 'GabrielleRegular';
	color: #c60000;
	text-decoration:none;
	font-size:85px;
}
a:hover {
    font-family: 'GabrielleRegular';
	color: #e00000;
	text-decoration:none;
	font-size:85px;
}
    a:visited {
	font-family: 'GabrielleRegular';
	color: #c60000;
	text-decoration:none;
	font-size:85px;
}
a:active {
	color: #c60000;
	font-size:85px;
}

@font-face {
    font-family: 'GabrielleRegular';
    src: url('font/gabrielle-webfont.eot');
    src: url('font/gabrielle-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gabrielle-webfont.woff') format('woff'),
         url('font/gabrielle-webfont.ttf') format('truetype'),
         url('font/gabrielle-webfont.svg#GabrielleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#global { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 1150px; 
  height: 400px; 
  margin-top: -200px; /* moitié de la hauteur */ 
  margin-left: -575px; /* moitié de la largeur */ 
}
#logo{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 321px;
	margin-top: -230px; /* moitié de la hauteur */
	margin-left: -200px; /* moitié de la largeur */
}
