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

@import url("../fonts/century/stylesheet.css");

@import url("css-elearning-audio.css");

html, body {
	height: 100%;
}

html {
	padding:0px;
	margin:0px;
	background-color: #006c48;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #39a9dc;*/	
}

body, p, div, a, input, textarea, select {
	font-family: 'century_gothicregular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
	color: #666666;
}

img {
	border: none;
}

hr {
	height: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #ffffff;
	border: none;
}

h1 {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #da005e;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #113f97;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #113f97;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}


b, strong {
	font-weight: bold;
	color: #004494;
	background-color: #FFF;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #142e3a;
	text-decoration: underline;
}

a:hover {
	color: #e70000;
}


ul, ol {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
	list-style-type: disc;
	color: #fca12c;
}

ul li {
	margin: 0px;
	list-style-type: disc;
	color: #0e3f8f;
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
	text-transform: uppercase;
}

ul li ul,  ul li ul li ul {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}

ul li ul li {
	list-style-type: disc;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

ol li {
	padding-bottom: 10px;
}

ul ol li {
	list-style-type: decimal;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: inline;
}


label {
	color:#0e3f8f;
	font-weight: bold;
	font-size: 14px;
}

input {
  color:#0e3f8f;
  background-color:#f6f4f4;
  font-size: 14px;
}

.submit {
	color:#ffffff;
	background-color:#d20057;
	font-size: 14px;
	padding: 5px;
	}


img {
	border: none;
}

img.imgtext {
	vertical-align: middle;
}

.img-left {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img-right {
	display: block;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.img-center {
	text-align: center;
	display: block;
	margin: 5px;
}

.warning {
	color: #F00;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* DIV LAYOUT */

div {
	padding: 0px;
	margin: 0px;
}


header {
	width: 100%;
	height: 80px;
	display: block;
	padding: 0px;
	position: fixed;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#container_html {
	height: 500px;
	width: 100%;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	/*z-index: +10;*/
	
}



#container {
	width: 980px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#container-admin {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 100px;
	padding: 10px;
}

#container-admin table, #container-admin #tab_users {
	width: 97%;
	}


#page-content {
	width:940px;
	height: 460px;
	padding: 20px;
	margin: 0px;
	float: left;	
	background-color: #FFF;	
}




#page-content p {
	margin-right: 0px;
	line-height: 18px;
}
#page-content ul {
	line-height: 16px;
}



#left-nav {
	height: 220px;
	width: 90px;
	position: absolute;
	margin-top: -110px;
	left: 0px;
	z-index: +15;
	top: 50%;
	text-align: center;
}

#left-nav a {
	height: 220px;
	width: 90px;
	background-image: url(images/left.jpg);
	display: block;
	color: #FFF;
	text-decoration: none;
}

#left-nav a:hover {
	height: 220px;
	width: 90px;
	background-image: url(images/left-hover.jpg);
	display: block;
}


#right-nav {
	height: 220px;
	width: 90px;
	position: absolute;
	margin-top: -110px;
	right: 0px;
	z-index: +15;
	top: 50%;
	text-align: center;
	}

#right-nav a {
	height: 220px;
	width: 90px;
	background-image: url(images/right.jpg);
	display: block;
	color: #FFF;
	text-decoration: none;
	}
	
#right-nav a:hover {
	height: 220px;
	width: 90px;
	background-image: url(images/right-hover.jpg);
	}

footer {
	width: 100%;
	height: 80px;
	clear: both;
	display: block;
	background-color: #323232;
	position: fixed;
	bottom: 0px;
	z-index: -1;
	text-align: right;
}

/****footer**************/
#footer-logo {
	margin-top: -80px;
	padding-right: 5px;
	}

#footer-text {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #a1aec5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#footer-text p {
	color: #a1aec5;
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 16px;
}

#footer-text .big {
	color: #ffffff;
	font-size: 13px;
}

#footer-text .small {
	color: #7189b4;
	font-size: 10px;
}


#footer-text a {
	color: #ffffff;
	text-decoration: underline;	
}

#footer-text a:hover {
	color: #afacab;
	text-decoration: underline;	
}

/******end footer text**********/




/*******Menu Top***********/

#menu-top {
	width: 980px;
	height: 35px;
	padding: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}


#menu-top ul {
	list-style:none;
	float:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu-top ul li {
	float:left;
	/*position:relative;*/
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu-top ul li a, #menu-top ul li a:visited  {
	display:block;
	line-height:38px;
	text-decoration:none;
	color:#0e3f8f;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	font-variant: normal;
	text-transform: none;
	text-transform: uppercase;
}

#menu-top ul li a:hover {
	text-decoration: none;
	background-color: #0e3f8f;
	color:#fff;
}

#menu-top ul li.active a {
	text-decoration: none;
	background-color: #0e3f8f;
	color:#fff;
}


/********fin menu top*************/



	
/*****audio*****/
#audio {
	background-color: #45ad32;
	height: 40px;
	width: 930px;
	position: absolute;
	overflow-y: scroll;
	color: #FFF;
	left: 20px;
	top: 420px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#audio p {
	color: #FFF;
}

#jp_container_1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#box-texte-audio {
	margin-left: 100px;	
	margin-top: 30px;	
	margin-right: 200px;	
	}

#jp_container_2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
/****contenu****/
#visu, #visu2, #visu3, #visu4, #visu5, #visu6, #visu7 {
	height: 380px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:+100;
	display:none;
	text-align: center;
	
	}


#textes {
	height: 380px;
	width: 640px;
	position: absolute;
	left: 320px;
	top: 20px;
	overflow: hidden;
	
	}
	
#textes-quiz {
	height: 440px;
	width: 620px;
	position: absolute;
	left: 320px;
	top: 20px;
	overflow: hidden;
	
	}

#textes div {
	/*width: 10000px;*/
}

/****page centrée*****/
#visu-big {
	height: 380px;
	width: 420px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:+100;
	display:none;
	text-align: center;
	
	}
	
#textes-small {
	height: 380px;
	width: 400px;
	position: absolute;
	left: 540px;
	top: 20px;
	overflow: hidden;
	
	}

#textes-big {
	height: 380px;
	width: 940px;
	position: absolute;
	left: 20px;
	top: 20px;
	overflow: hidden;
	
	}
/*****/
/****grand titre qui défile*****/
.first {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 100px;
	color: #48ac16;
	position: absolute;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1500px;
	top: 0px;
	left: 0px;	
	width: 620px;
}

#textes-small .first {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 100px;
	color: #48ac16;
	position: absolute;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1500px;
	top: 0px;
	left: 0px;	
	width: 400px;
}

.firstsmall {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 60px;
	color: #48ac16;
	position: absolute;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1500px;
	top: 0px;
	left: 0px;	
	width: 620px;
}

.firstlittle {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 50px;
	color: #48ac16;
	position: absolute;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1500px;
	top: 0px;
	left: 0px;	
	width: 620px;
}


.titrelist  {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #48ac16;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
	margin-left: 0px;
	font-weight: normal;
	margin-top: -200px;
	width: 620px;
	
}

.titrelistcontent  {
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #48ac16;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 620px;
	line-height: 20px;
	margin-left: 650px;
	
}

.soustitre  {
	margin-left: 650px;
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #008857;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 620px;
	line-height: 20px;
}

.list1  {
	margin-left: 650px;
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 620px;
}

.list2  {
	margin-left: 670px;
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 620px;
	list-style-type: disc;
	display:list-item; 
}

.list3  {
	margin-left: 670px;
	font-family: 'century_gothicregular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	width: 620px;
	list-style-type: disc;
	display:list-item; 
}


.littlephoto {
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	display:none;
}

.littlepicto {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	display:none;
	text-align: center;
	width: 100px;
	height: 130px;
}

.pictolegende {
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	display:none;
	text-align:center;
	width: 65px;
}

/***** diplome*****/
#diplome {
	position: relative;
	padding: 0px;
	width: 600px;
	height: 842px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#diplome-donnees {
	position: absolute;
	width: 600px;
	left: 0px;
	top: 240px;
	text-align: center;
}
#diplome-donnees p {
	font-family: 'HelveticaNeue107XBlkCn', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
}


.score-quiz {
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 26px;
	color: #d20057;
}

/*****JEUX*****/
/*****ZONES DANGER*****/
.croix {
	position: absolute;
	z-index: +10000;
	left: 315px;
	top: 200px;
	display:none;
}

#content-erreurs {
	background-image: url(photos/jeux-zones.jpg);
	height: 380px;
	width: 254px;
	position: relative;
}

#content-erreurs .target {
	position: absolute;
	height: 45px;
	width: 45px;
	/*border:red 1px solid;*/
}

#error_1 {
	left: 105px;
	top: 80px;
}
#error_2 {
	left: 150px;
	top: 210px;
}
#resultat {
	margin: 50px;
}

#error_3{
	left: 20px;
	top: 230px;
}
#error_4{
	left: 75px;
	top: 290px;
}

#visu-jeux {
	height: 380px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:+10;
	text-align: center;	
	}

#textes-jeux {
	height: 380px;
	width: 620px;
	position: absolute;
	left: 320px;
	top: 20px;
	overflow: hidden;
	}

#valider, #valider2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #607bab;
	padding: 10px;
	margin-top: 70px;
}

#valider2 {
	margin-top: 30px;
}

#valider:hover, #valider2:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #FF9900;
	padding: 10px;
	}
	


/*quiz de fin*/
.CheckBoxClass,.RadioClass {
position: absolute;
overflow: hidden;
left: -9999px;
}

.CheckBoxLabelClass {
	padding-left: 30px;
	padding-top: 3px;
	margin: 5px;
	height: 28px;
	width: 25%;
	display: block;
	float: left;
	background-image: url(images/checkbox-off.png);
	background-repeat: no-repeat;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
}

.CheckBoxLabelClass-colonne50 {
	padding-left: 30px;
	padding-top: 3px;
	margin: 5px;
	height: 28px;
	width: 40%;
	display: block;
	float: left;
	background-image: url(images/checkbox-off.png);
	background-repeat: no-repeat;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
}

.CheckBoxLabelClass-colonne {
	padding-left: 30px;
	padding-top: 3px;
	margin: 5px;
	height: 28px;
	display: block;
	background-image: url(images/checkbox-off.png);
	background-repeat: no-repeat;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
}

.CheckBoxLabelClass:hover, .RadioLabelClass:hover {
		text-decoration: none;
}

.LabelSelected {
	background-image: url(images/checkbox-on.png);
	background-repeat: no-repeat;
}

.RadioLabelClass {
	padding-left: 30px;
	padding-top: 3px;
	margin: 5px;
	height: 28px;	
	width: 21%;
	display: block;	
	float: left;
	background-image: url(images/radio-off.png);
	background-repeat: no-repeat;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
}

.RadioLabelClass-colonne {
	padding-left: 30px;
	padding-top: 3px;
	min-height: 28px;
	display: block;
	background-image: url(images/radio-off.png);
	background-repeat: no-repeat;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0e3f8f;
	margin: 0px;
	padding-bottom: 0px;
	
}

.RadioSelected {
	background-image: url(images/radio-on.png);
	background-repeat: no-repeat;
}
/*corrections*/
#visu-correction {
	height: 380px;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:+100;
	text-align: center;	
	}

#reponse {
	height: 380px;
	width: 620px;
	position: absolute;
	left: 320px;
	top: 20px;
	overflow: hidden;
	}

#reponse .titrelist-r  {
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #d20057;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 0px;
	width: 620px;
	
}

#reponse .soustitre  {
	margin-left: 0px;
	font-family: 'HelveticaNeue107XBlkCn', Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0e3f8f;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 620px;
}

#reponse .list1  {
	margin-left: 0px;
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 620px;
}

.list1  a {
	font-family: 'HelveticaNeue45Light', Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0e3f8f;
	text-decoration: underline;
}
