html {
	background: rgb(19,48,106);
	background: -moz-linear-gradient(top,  rgba(19,48,106,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,48,106,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(19,48,106,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(19,48,106,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(19,48,106,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,48,106,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13306a', endColorstr='#000000',GradientType=0 );
}


* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
	box-shadow: 0 0 20px #fff;
	position: relative;
	margin: 0 auto;
	width: 950px;
	font-family: Verdana, Arial, sans-serif;
}


#banniere {
	position: relative;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 300px;
	background: url(../images/banniere-fast-and-furious.jpg);
	text-indent: -9999px;
}


h1 {
	margin: 0;
	padding-top: 100px;
	text-align: center;
}


p {
	margin: 20px 0;
}

/*************************/
/* Navigation principale */
/*************************/
#nav-principale{
	position: relative;
	width: 100%;
	max-width: 950px;
	height: auto;
	
	background: #13306a;
	background: -moz-linear-gradient(-45deg, #13306a 0%, #1e5799 15%, #1e5799 75%, #13306a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#13306a), color-stop(15%,#1e5799), color-stop(75%,#1e5799), color-stop(100%,#13306a));
	background: -webkit-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: -o-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: -ms-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: linear-gradient(135deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13306a', endColorstr='#13306a',GradientType=1 );

	color: #fff;
	font-size: 18px;
	text-align: center;
}


#nav-principale li{
	 display: inline;
}



#nav-principale li a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
	text-decoration: none;
	outline: none;
}



#nav-principale li a:hover, #nav-principale a#actif{
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,0.8) 36%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(15%,rgba(0,0,0,1)), color-stop(36%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,0.8) 36%,rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,0.8) 36%,rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,0.8) 36%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,0.8) 36%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	
	border-radius: 20px;
	color: #fff;
}
/************ Fin navigation principale **************/


#conteneur {
	width: 950px;
}

#contenu {
	margin: 20px;
}

#btnEffacer {
	text-shadow: 0 1px 0 rgba( 255, 0, 0, 0.5); 
}

#tableau-resultats {
	text-align: center;
}

#tableau-resultats table {
   	width: 80%;
	border: 1px solid #000;
	margin: 20px auto;
}

#tableau-resultats th, #tableau-resultats td {
   	text-align: center;
	border: 1px solid #000;
	padding: 5px;
}


td#resultats, td#cell-resultats {
	text-align: right !important;
	padding-right: 10px;
}


#infos, #infos h1 {
	text-align: left;
}


#resultat , #message {
	margin: 10px;
}

/*****************************/
/* 			Footer 			 */
/*****************************/
#copyright{
	width: 100%;

	background: #13306a;
	background: -moz-linear-gradient(-45deg, #13306a 0%, #1e5799 15%, #1e5799 75%, #13306a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#13306a), color-stop(15%,#1e5799), color-stop(75%,#1e5799), color-stop(100%,#13306a));
	background: -webkit-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: -o-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: -ms-linear-gradient(-45deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	background: linear-gradient(135deg, #13306a 0%,#1e5799 15%,#1e5799 75%,#13306a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13306a', endColorstr='#13306a',GradientType=1 );
	
	font-family: sans-serif;
	font-size: 14px;
	color: #fff;
	height: 70px;
	text-align: center;
	line-height: 25px;
	padding-top: 20px;
}

#copyright p {
	margin: 0;
}
/************* Fin footer ****************/


/*****************************/
/* 		  Les classes 		 */
/*****************************/
.erreur {
	margin-bottom: 20px;
	font-family: Arial;
   	font-size: 10px;
   	color: #F00;
}

ol.question p{
	margin: 5px 0;
}

ol.question {
	list-style-type: decimal;
	padding-left: 30px;
}


ol.choix {
	list-style-type: lower-latin;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 300px;
}


.bouton {
	font-family: Arial,sans-serif; 
	font-size: 1.5em; 
	width: 120px; 
	height: 43px; 
	text-align: center; 
	color: #222; 
	background: #555; 
	background: -moz-linear-gradient( #777, #333);
	background: -webkit-linear-gradient( #777, #333);
	background: -o-linear-linear-gradient( #777, #333);
	background: -ms-linear-gradient( #777, #333);
	background: linear-gradient( #777, #333);
	border-radius: 20px;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
	margin-right: 10px;
}