/* Feuille de styles pour la page d'accueil avec le menu des exercices */

body	{
	margin: 0;
	padding: 0;
	height:100%;
	position: relative;
	font-family: Corbel, Calibri, sans-serif;
	background: #1e5888; /* Old browsers */
	background: -moz-linear-gradient(top, #79bff9 0%, #1e5888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79bff9), color-stop(100%,#1e5888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #79bff9 0%,#1e5888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #79bff9 0%,#1e5888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #79bff9 0%,#1e5888 100%); /* IE10+ */
	background: linear-gradient(to bottom, #79bff9 0%,#1e5888 100%); /* W3C */
	background-repeat: no-repeat;
    background-attachment: fixed;
}

div.ltIE10	{
	background-image: url('../images/accueil/degrade_accueil.jpg');
	background-repeat: repeat-x;
}

header, div#header	{
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

footer, div#footer	{
	height: 70px;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top right;
}

footer p, div#footer p	{
	color: #76bbf6;
	font-size: 17px;
	margin: 0;
	padding-top: 15px;
	float: left;
}

footer img, div#footer img	{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	border: none;
}

p#initiative	{
	padding-left: 110px;
}

.ltIE9 h1 span	{
	filter: dropshadow(color=#1d4572, offx=3, offy=3);
}

h1>span, .img_titre	{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.img_titre	{	
	margin-bottom: 3px;
}

div#wrapper_menu	{
	margin: 0 auto;
	padding-top: 20px;
	height: 710px;
	width: 1253px;
	background-image: url('../images/accueil/persos_encadre.png');
	background-repeat: no-repeat;
	clear: both;
}

div#menu	{
	width: 833px;
	margin: 0 auto;
}

div#wrapper_accordion>h3	{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

div#wrapper_accordion>h3>img	{
	vertical-align: middle;
	float: left;
	position: relative;
	left: 200px;
	bottom: 3px;
}

div#wrapper_accordion>h3>span	{
	position: relative;
	bottom: 3px;
	right: 20px;
}

div#wrapper_accordion>h3>span#h3_intro	{
	position: relative;
	bottom: 3px;
	right: 0;
}

div#wrapper_accordion>div>p	{
	width: 780px;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 5px;
}

div#wrapper_accordion>div>p>a	{
	text-decoration: underline;
}
div#wrapper_accordion>div>p>a:hover	{
	color: #888888;
}

div#wrapper_accordion>div ul	{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 22px;
}

div#wrapper_accordion>div ul li	{
	margin-bottom: 5px;
}

div#wrapper_accordion>div ul a	{
	color: #07467a;
	border-bottom: 2px #07467a solid;
}

div#wrapper_accordion>div ul li a:hover	{
	color: #1e5888;
	border-color: #1e5888;
}

a	{
	text-decoration: none;
}

div#conteneur_iframe	{
	width: 910px;
	height: 683px;
	margin: 0 auto;
	margin-bottom: 25px;
	-webkit-box-shadow:  -3px -4px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  -3px -4px 5px 0px rgba(0, 0, 0, 0.5);
}

iframe#iFramePGL	{
	margin: -8px;
	padding: 0;
}

.ltIE9 iframe	{
	background-color: transparent;
}

a#lien_choix	{
	display: block;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #07467a;
	line-height: 47px;
	text-decoration: none;
	background-image: url('../images/accueil/bg_btn_accueil.gif');
	border-radius: 10px;
	height: 47px;
}

a#lien_choix:hover	{
	color: #ffffff;
}

.ui-accordion .ui-accordion-content {
	padding: 0.5em 1em;
}
