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


#container {
	width: 320px;
	margin:0 auto;
	overflow:hidden;
}
/*----------------------------------------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------------------------------------*/	
header {
	height: 140px;

	background-position: center; /* l'image est remontée de 500px afin d'afficher l'iphone */
}

#texte {
padding-top: 70px;
}

#contexte_03 {
	display:block;
}
#contexte_01, #contexte_02 {
	display:none;
}

h1 {
	color: #fff;
	text-align: center;
	padding: 0px 0 0 0px;
	font-size:16px;
	padding-top: 10px;
	/*----------------------------------------------------------------------------------------------*/
	/* text-shadow */
	/*----------------------------------------------------------------------------------------------*/
    text-shadow: 2px 2px 2px #202020;
}

h2 {
	color: #0f368f;
	text-align: center;
	padding-top: 5px;
	font-size:16px;
	font-style: italic;
}

/*----------------------------------------------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------------------------------------------*/	
nav {
	height:auto;
	background-color:#0CC;
}
nav ul li {
	display: block;
}
nav ul li a {
	float:left;
	clear:both;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #1b8863;
	font-size:16px;
}

/*----------------------------------------------------------------------------------------------*/
/* content_01, content_02 */
/*----------------------------------------------------------------------------------------------*/	
#content_02 {
	width: auto; !important
	min-height: 300px;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
}
.content_01_block span {
	background-color: rgba(112,243,196,.20);  
}


/*AFFICHAGE <480 PIXELS*/
@media screen and (max-width: 480px){
	
#bouton-menu{display: block;}

#bouton-menu a{
width: 320px;
height: 34px;
margin: auto;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 10px;
text-align: center;
font-size: 1.2em;
color: #fff;
display: block;
position: relative;
z-index: 99;
	behavior: url(PIE.php);
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Fallback */
	background-color:#709ff3;
	/* Old browsers */
	background: #709ff3;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #709ff3 0%, #1b4088 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#709ff3), color-stop(100%,#1b4088));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #709ff3 0%,#1b4088 100%);
	/* W3C */
	background: linear-gradient(to bottom, #709ff3 0%,#1b4088 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #1b4088 0%, #709ff3 100%);
}
#bouton-menu a:hover{
	behavior: url(PIE.php);
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Fallback */
	background-color:#5c90f1;
	/* Old browsers */
	background: #5c90f1;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #5c90f1 0%, #022777 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c90f1), color-stop(100%,#022777));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #5c90f1 0%,#022777 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #5c90f1 0%,#022777 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #5c90f1 0%,#022777 100%);
	/* W3C */
	background: linear-gradient(to bottom, #5c90f1 0%,#022777 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #022777 0%, #5c90f1 100%);
}

}