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(img/image1.jpg) no-repeat center;
     }
a.ENG, a.buttonDis {
display: block;
float: left;
position: relative;
bottom: -200px;
background-color: transparent;
background-image: url(img/ENG.jpeg);
background-repeat: no-repeat;
width: 200px;
height: 90px;
margin-left : 500px;
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.ENG:link, a.button:visited {
color: #002577;
}
a.ENG:hover, a.button:active {
background-position: 0 -94px;
color: #FF7200;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -22px;
color: #5F5F5F;
cursor: default;
}
a.FRENCH, a.buttonDis {
display: block;
float: left;
position: relative;
bottom: -300px;
background-color: transparent;
background-image: url(img/FRENCH.jpeg);
background-repeat: no-repeat;
width: 200px;
height: 90px;
margin-left : 170px;
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.FRENCH:link, a.FRENCH:visited {
color: #002577;
}
a.FRENCH:hover, a.button:active {
background-position: 0 -92px;
color: #FF7200;
}
#txtFR{
float : left;
margin-top : 215px;
margin-left: 200px;
font-family: Helvetica, Calibri, Arial, sans-serif;
color : white;
font-size: 100%;
font-weight: bold;
}

#txtENG{
float : left;
margin-top : 215px;
margin-left: 260px;
font-family: Helvetica, Calibri, Arial, sans-serif;
color : white;
font-size: 100%;
font-weight: bold;
}
a, a:visited{
font-family: Helvetica, Calibri, Arial, sans-serif;
color : yellow;
font-size: 100%;
font-weight: bold;
}
a:hover{
font-family: Helvetica, Calibri, Arial, sans-serif;
color : white;
font-size: 100%;
font-weight: bold;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -222px;
color: #5F5F5F;
cursor: default;
}