#banner > div.inner {
    background: url("../images/sdqe/SDQE_Single_Banner_haut.jpg") no-repeat scroll bottom right rgba(0, 0, 0, 0);

}

#module1 > div.inner {
    height: 224pxpx;
}

#module2 > div.inner {
    margin-top: -6px;
    background: url("../images/sdqe/Main_New2_06.jpg") no-repeat scroll bottom left rgba(0, 0, 0, 0);
}

#nav1 > div.inner {
    text-align: right;
    background: url("../images/sdqe/footersdqe.png") no-repeat scroll bottom left rgba(0, 0, 0, 0);
}

.nav4 {
    display: none;
}


@media screen and (max-width: 1024px) {

	#banner > div.inner {
	    background: none;
	}

	#nav1 > div.inner {
    	text-align: left;
	    background: none;
	}

	.nav4 {
	    display: block;
	}

	.menugauche {
		position: relative;
		top:40px;
		width:100%;
	}


}

