/* CSS Document */

body {
	margin: 0px 0 0 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#global {
	 position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 981px;
	 height:575px;
     text-align: left; /* on rétablit l'alignement normal du texte */
	 background:url(../images/fond-home.gif) no-repeat;
}

#globalInt {
	 position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 925px;
     text-align: left; /* on rétablit l'alignement normal du texte */
	 background:url(../images/int-fond.gif) repeat-y;
	 
}
