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


#container {
	width:644px;
	height:auto;
	margin:0 auto;
	/*background-color:#3FC;*/
}
/*----------------------------------------------------------------------------------------------*/
/* header */
/*----------------------------------------------------------------------------------------------*/	
header {
	background-color: #98c4eb;
	background-position: center; /* l'image est remontée de 250px afin d'afficher l'ipad */
}
#contexte_02 {
	display:block;
}
#contexte_01, #contexte_03 {
	display:none;
}
/*----------------------------------------------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------------------------------------------*/	
nav ul li a {
	border-right: 1px solid #631b88;
	border-bottom: 1px solid #631b88;
}
/*----------------------------------------------------------------------------------------------*/
/* content_01, content_02 */
/*----------------------------------------------------------------------------------------------*/	
#content_01 {
	width:280px;
	padding: 20px 20px 0 20px;
}
#content_02 {
	width: 300px;
}
.content_01_block {
	width: 280px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	/*background-color:#990;*/
}
.content_01_block span {
	background-color: rgba(196,112,243,.20);  
}

nav ul li a {
	font-size:12px;
}

/*----------------------------------------------------------------------------------------------*/
/* liens et dégradés */
/*----------------------------------------------------------------------------------------------*/	
.content_02_block a,
.content_02_block a:visited {
	/*----------------------------------------------------------------------------------------------*/
	/* global */
	/*----------------------------------------------------------------------------------------------*/
	display: block;
	float: left;
	position: relative;
	margin-left: 15px;
	padding: 8px 14px 6px 14px;
	text-align: left;
	color: #fff;
	font-size:13px;
	font-style:italic;
	border-bottom: 1px solid #9a9a9a;
	/*----------------------------------------------------------------------------------------------*/
	/* text-shadow */
	/*----------------------------------------------------------------------------------------------*/
    text-shadow: 0px -1px 2px #202020;
	/*----------------------------------------------------------------------------------------------*/
	/* border radius [ Emulation CSS3 for IE 7-8-9 with PIE ] */
	/*----------------------------------------------------------------------------------------------*/	
	behavior: url(PIE.php);
	border-radius: 0 10px 0 10px;
	-moz-border-radius: 0 10px 0 10px;
	-khtml-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;

}

.content_02_block a,
.content_02_block a:visited {
	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%);
}