body{
margin: 0;
padding: 0;
border: 0;
height:390px;
background-color:#365680;
text-align: center; /* pour résoudre le bug de centrage de IE */
margin-top:80px;
background-repeat:no-repeat;
background-position:center;
}


.maincontent_home{

	background-image:url('img/home/bg_main.png');
	background-repeat:no-repeat;
  margin-left : auto;
  margin-right : auto;
  height:590px;
  width : 952px;
  text-align : left;  /* pour résoudre le bug de centrage de IE */
}

.content_home{
position:relative;
padding-top:2px;
  margin-left : 65px;
  text-align : left;  /* pour résoudre le bug de centrage de IE */
}
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

