body{
	/*background-color:#000000; */
	background-color:#FFFFFF;
}

.all-contents {
    /*margin-top: 121px;*/
    margin-top: 104px;
}

.container_habillage{
	/*padding-top: 500px !important;*/
	/*margin-top: 488px !important;*/
	/*margin-top: 340px !important;*/
	margin-top: 238px !important;
}


/* iPhone */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px){
	
	
	.container_habillage{
		margin-top: 0px !important;
	}
	
}