@charset "utf-8";
/* -------------------- */
/* = MENTIONS           */
/* -------------------- */
/*
@autor :		e-psilone
@date :			novembre 2015
*/
/* -------------------- */
/* = CODES COULEURS     */
/* -------------------- */
/*
orange edf:	#E7590F
bleu edf  : #013066
texte :	#333
*/
/* -------------------- */
/* = FONT importées     */
/* -------------------- */


/* -------------------- */
/* = RESET CSS          */
/* -------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #333;
	background-color: #CCC;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- */
/* = GENERALITES        */
/* -------------------- */
h1 {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	padding: 40px;
}
a {
	text-decoration: none;
}
.police {
	font-family: 'Philosopher', sans-serif;;
}
/* -------------------- */
/* = BANDEAU            */
/* -------------------- */
#header {
	height: 120px;
	background-image: url(images/header.jpg);
	-webkit-box-shadow: 2px 2px 10px 2px #AAAAAA;
	box-shadow: 2px 2px 10px 2px #AAAAAA;	
}
/* -------------------- */
/* = NAVIGATION         */
/* -------------------- */
#nav {
	width: 980px;
	height: 35px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AAA;
	-webkit-box-shadow: 2px 2px 10px 2px #AAAAAA;
	box-shadow: 2px 2px 10px 2px #AAAAAA;
}
#nav a {
	min-height: 29px;
	font-size: 20px;
	color: #013066;
	display: block;
	padding: 6px 30px 0 30px;
}
#nav a:hover {
	color: #E7590F;
}
#nav>ul>li {
	display: inline-block;		
}
#nav ul li {	
	position: relative;	
}
#nav ul li ul {
	display: none;	
	position: absolute;
	border: 1px solid #AAA;
	z-index: 10;
}
#nav>ul>li>ul {	
	left: 100px;
	top: 35px;
}
#nav ul li:hover>ul {
	display: block;
}
#nav ul li ul li {
	background-color: #FFF;
	width: 220px;
}
#nav ul li ul li a {
	padding: 3px 10px;
}
#nav ul li ul li:hover>a {
	background-color: #FFEFCE;
}
#nav>ul>li>ul>li>ul {	
	left: 220px;
	top: -1px;
}
/* -------------------- */
/* = CONTAINER          */
/* -------------------- */
#container {
	background-image: url(images/carreaux.jpg);
	background-repeat: repeat;
	min-height: 400px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 1px 0;
}
/* -------------------- */
/* = BLOC INTRO          */
/* -------------------- */
#bloc_intro li {	
	list-style-type: disc;
	margin: 0 0 0 70px;
	padding: 0 0 0 10px;
}
#bloc_intro p {	
	font-size: 12px;
}
/* -------------------- */
/* = BLOC INFO          */
/* -------------------- */
#bloc_info {
	height: 90px;
	padding: 15px;
	background-color: #EEE;
	border-bottom: 2px solid #F60;		
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	position: relative;
	z-index: 1;
}
#bloc_info img {
	float: right;
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	margin: 0 35px;
	border-radius: 15px;
}
#bloc_info h2 {
	font-size: 18px;
	padding: 20px 0 0 45px;	
}
#bloc_info .reussite {
	font-size: 2.5em;
	position: absolute;
	top: 0px;
	left: 300px;
	text-align: center;	
}
/* -------------------- */
/* = BLOC FEUILLE      */
/* -------------------- */
#bloc_feuille {
	font-family: 'Philosopher', sans-serif;;
	font-size: 14px;
	line-height: 1.8em;
	padding: 20px;
	margin: 35px;
	background-color: #FFF;
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	border-radius: 15px;
	min-height: 300px;
	overflow: hidden;
}
#bloc_connect {
	width: 180px;
	float: right;
	padding: 15px;
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #EEE;	
}
#bloc_connect input {
	display: block;
	margin: 15px 0 25px 15px;
}
#bloc_feuille a {
	color: #E7590F;
}
.flottant_droit {
	float: right;
}
.question_num {
	font-size: 18px;
	padding: 0 0 20px 0;	
}
.question_lib {
	font-size: 18px;
	color: #023064;
	padding: 0 0 20px 0;
}
.question_rep {
	font-size: 16px;
	padding: 0 0 15px 50px;	
}
#form_identification td {
	padding: 15px;
}
#bloc_feuille h3 {
	margin: 20px 500px 20px 50px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #AAA;
}
.bloc_video {
	display: inline-block;
	padding: 10px;
	margin: 20px;
	width: 350px;	
	border-radius: 15px;	
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	text-align: center;
}
.bloc_image {	
	padding: 10px;
	margin: 10px;
	max-width: 200px;
	max-height: 150px;	
	border-radius: 15px;	
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	text-align: center;
}
/* -------------------- */
/* = BLOC MEDIAS        */
/* -------------------- */
#bloc_medias {
	float: right;
	padding: 10px;
	margin: 0 0 20px 10px;
	width: 350px;	
	border-radius: 15px;	
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	text-align: center;
}
/* -------------------- */
/* = BLOC RESULTAT      */
/* -------------------- */
#bloc_resultat {
	float: right;
	width: 200px;
	margin: 20px;
}
/* -------------------- */
/* = BLOC REPONSE       */
/* -------------------- */
#bloc_reponse {
	/*clear:both;*/
}
/* -------------------- */
/* = TABLEAUX       */
/* -------------------- */
#bloc_feuille table {
	width: 850px;
	border: 1px solid #99BBEE;
	font-size: 12px;
}
#bloc_feuille td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}
#bloc_feuille th {
	padding: 5px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #99BBEE;
	text-align: center;
}
.ligne_couleur {
	background-color: #99BBEE;
}
/* -------------------- */
/* = FOOTER             */
/* -------------------- */
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	-webkit-box-shadow: 2px 2px 10px 2px #AAAAAA;
	box-shadow: 2px 2px 10px 2px #AAAAAA;
	position: relative;
}
.copyright {
	color: #013066;
	position: absolute;
	top: 20px;
	left: 15px;
}
/* -------------------- */
/* = BACK OFFICE        */
/* -------------------- */
#col1_bko {
	width: 200px;
	float: left;	
	padding: 0px 9px 0px 9px;
	border: 1px solid #ccc;
	background-color:#EEE;
}
#col2_bko {
	width: 610px;
	float: left;
	padding: 0px 10px 0px 10px;		
}
#col2_bko h4 {
	padding: 10px 10px 10px 40px;
	font-size: 1.5em;
	color: #E7590F;		
}
#col2_bko table {
	/*width: 620px;*/
	width: 100%;
	text-align: left;	
}
#col2_bko table td {	
	text-align: left;	
}
.navigation_active_bko {
	text-decoration: underline;	
}
.titre_rubrique_bko {
	background-color: #CCC;
	margin: 5px 0 15px 0;
	text-align: center;
	border: 2px solid #999;
	color: #FFF;
}
#col2_bko ul {
	padding: 10px 10px 10px 40px;		
}
#col2_bko>ul>li {
	color: #222;
	font-weight: bold;		
}
#col2_bko ul ul {
	padding: 10px 10px 10px 40px;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
			
}
#col2_bko ul ul ul {
	padding: 10px 10px 10px 40px;
	color: #555;
	font-weight: 100;		
}
