body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 background-color:#EEF1ED;
     }
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 535px;
     margin-top: -267px; /* moitié de la hauteur */
     margin-left: -400px; /* moitié de la largeur */
     border: none;
	 background:url(/assets/templates/volerleger/images/image1.jpg) no-repeat center;
     }
a.button, a.buttonDis {
display: block;
position: relative;
bottom: -450px;
background-color: transparent;
background-image: url(/assets/templates/volerleger/images/buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #FF7200;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F;
cursor: default;
}