#global_horizontal {  

position:relative;   
  margin-left: auto;     
  margin-right: auto;     
  width: 454px; /* largeur obligatoire pour tre centr */
 }
 
 
 #global_full {
position:absolute;
left: 50%;
top: 50%;
width: 454px;
height: 500px;
margin-top: -250px; /* moitié de la hauteur */
margin-left: -227px; /* moitié de la largeur */
}


a:hover {
	color: rgb(255, 74, 3;
	text-decoration: underline;
}
a {
	color: rgb(255, 74, 3);
    text-decoration: none;
}
