
#BoutonRetour {
	width :100% ;
	position: fixed;
	top: 0;
}
#contenu {
	width :100% ;
	top: 100px;
}


/*--------------------------------------------------------Code pour format PC--------------------------------------------------------*/
@media screen and (min-width: 1389px) {
	body {
		width :100% ;
	}
	#global {
		width :80% ;
		margin :auto ;
		padding :25px ;
		background :#3c3c3c ;
	}
	header {
		width :100% ;
	}
	#menu-gauche {
		width :20% ;
		float :left ;
	}
	#contenu {
		width :60% ;
		float :left ;
	}
	#sidebar-droite {
		width :20% ;
		float :left ;
	}
	footer {
		width :100%
	}

	img {
		width: 40%;
	}
}

/*-------------------------------------------------------Code pour format tablette-------------------------------------------------------*/

@media screen and (min-width: 451px) and (max-width: 1388px) {
	#global {
	width :100% ;
	padding :0px ;
	}
	#menu-gauche {
	width :100% ;
	}
	#contenu {
	width :80% ;
	}
	img {
		top: 100px;
	width: 50%;
	}
}

/*-------------------------------------------------------Code pour format smartphone-------------------------------------------------------*/

@media screen and (max-width: 450px) {
	#global {
		width :100% ;
		padding :0px ;
	}
	#menu-gauche {
		width :100% ;
	}
	#contenu {
		width :100% ;
		top: 50px;
	}
	#sidebar-droite {
		width :100% ;
	}
	img {
		width: 100%;
	}
	/* #Plaquette_A6 {
		width :100% ;
	}*/
}
