* {
	padding:0;
	margin:0;
}

html {
  height: 100%;
  
}

#global {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

#Haut {
	background-color: #ff7f02;
	height: 45px;
	text-align:center;
}

#bandeauhaut {
		height : 45px;
	width: 900px;
	margin : 0 auto;
	background:url(images/bandeau_haut.jpg) left center no-repeat;
}

#logo {
	background:url(images/logo_iorsystem.jpg);
	width:195px;
	height:208px;
	margin-left:2px;
	
	
}

#txt {
	color:#004293;
	font-size:12px;
	float:left;
	margin-left:90px;

	text-align:justify;
	width:400px;
}

#bulle {
	background:url(images/bulle_service.png);
	width:166px;
	height:115px;
	margin-left:520px;
	float:left;
}

#personnage {
	background:url(images/vignette_personnage.png);
	width:197px;
	height:334px;
	margin-left:650px;
}

#bannierebas {
	background:url(images/banniere_bas.jpg) left center no-repeat;
	width:900px;
	height:169px;

}

#fond {
	background:url(images/fond.png) ;
	width:900px;
	height:117px;
	margin-top:120px;
	
}
	
#contactior {
		color:#004293;
	font-size:12px;
	float:left;
	
	margin-left:30px;
}







