@charset "UTF-8";
/* CSS Document */

html {
	background-color: #fff;
}
#container {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
/*----------------------------------------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------------------------------------*/	
header {
/*background-position: right -500px; /* l'image est remontée de 500px afin d'afficher l'iphone */
}
/*------------------------*/
/*-------- carto ---------*/
/*------------------------*/
#carto {
	width: 318px;
	float: left;
	position: relative;
	padding: 0 0 0 0;
}
#carto_01 {
	display: none;
}
#carto_02 {
	display: block;
}
/*----------------------------------------------------------------------------------------------*/
/* content_01, content_02 */
/*----------------------------------------------------------------------------------------------*/	
#content_02 {
	width: auto;
!important  min-height: 300px;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
}


