/*Css par Clément Vangheluwe

------------
Interactif Formation
http://www.interactifformation.com

*/

img, div, a, input 
{
-ms-behavior: url(iepngfix.htc);

}

#global {
  _position:absolute;
  _top: 0px;
  _left: 50%; 
  _width: 965px;
  _margin-left: -482.5px; /* moitié de la largeur */
  _border: 0px solid #000;
}

body
{
	width:965px;
	_height:700px;
	margin: auto !important;
}

#img
{
	
	_top : 0px;
	_left : 5px;
	width: 965px;
	height: 650px;
	background-image: url("../images/index.jpg");
	background-repeat: no-repeat;

}
	
	


