﻿/* SITE COMPATIBLE INTERNET EXPLORER 5.5 et ultérieur et MOZILLA FIREFOX toutes versions 

   Optimisé pour un affichage en 1024*768, FLASH PLAYER 7                               */



/* ---------- Centrage Horizontal ---------- */

/* ---------- Roublage D'Internet Explorer ---------- */

/*on aligne le texte au centre dans le body */

body {

margin : 0px 0px 0px 0px;
text-align : center;



}

/* Et on le rétablit dans le conteneur */

#global {

top : 50%;

left : 50%;

position : absolute;

margin-left : -376px;

margin-top : -278px;

width : 751px; /*largeur obligatoire pour etre centré*/

height : 556px;

}

a:link {
font-family:verdana, sans-serif;
font-size:80%;
color:gray;
text-decoration:underline;
}

a:visited {
font-family:verdana, sans-serif;
font-size:80%;
color:gray;
text-decoration:underline;
}

a:hover {
font-family:verdana, sans-serif;
font-size:80%;
color:#E90D00;
text-decoration:underline;
}

 

