html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;			
}				
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font: Helvetica,Arial,sans-serif;
	background-image:radial-gradient(#ffffff, #6897BB);
}
.divFond {
	background-image: url('Images/BlackcraneTransparent.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;		
}
.divBody{
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	position:relative;
}
.divTitre{
	margin: 5% 0 0 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
}
.divTitreQuiz{
	margin: 5% 0 0 0;
	padding: 0;
	width: 100%;
	top: 0;
	text-align: center;
}
.divButton{
	margin: 2% 0 0 0;
	padding: 0;
	width: 100%;
	top: 0;
	text-align: center;
	text-decoration: none
}
.urlTITRE{
	color : #2B6089;	
	font-size : 48px;	
	text-decoration: none;		
}
.TitreQuiz{
	color : #2B6089;	
	font-size : 3.5em;	
	text-decoration: none;		
	white-space: break-word;
}
.divBandeauBas{
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.divBandeauHaut{
	margin: 0; 
	padding: 0 0 0 0;
	width: 100%;
	bottom: 0;
	position: absolute;
	top : 20px
}		
.divGauche{
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;		
	text-align: Left;	
}		
.divDroite{
	margin: 0;
	padding : 0 0 25px 0;
	width: 50%;
	float : left;
	text-align: right;
}
.urlKyusho{
	font-size : 12px;
	color : black;	
	text-decoration: none;	
}		
.urlCFABW{
	margin: 0 0 0 25px;
	font: Helvetica,Arial,sans-serif;
	font-size : 12px;
	color : black;		
border : 1 solid black	;
}
.urlARA{
	margin: 0 0 0 25px;
	font: Helvetica,Arial,sans-serif;
	font-size : 12px;
	color : black;			
}
.urlKJA{
	margin: 0 25px 0 0;
	font: Helvetica,Arial,sans-serif;
	font-size : 12px;
	color : black;	
}
.urlAME{
	margin: 0 25px 0 0;
	font: Helvetica,Arial,sans-serif;
	font-size : 12px;
	color : black;						
}
.imgCFABW{
	width: auto;
	height: auto;
}
.imgAME{
	width:100px;
	height: auto;
}
.imgKJA{
	width:100px;
	height: auto;
}
.imgARA{
	width:90px;
	height: auto;
}		
.button {
	border-radius: 6px;
	border: 1px solid #gray;
	padding: 15px 24px;
	font: Helvetica,Arial,sans-serif;
	font-size : 2em;
	width: 350px;
	outline: none;
}
.QuizTxt{
	font: Helvetica,Arial,sans-serif;
	font-size : 3em;
	color: black;
	margin: 2% 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	white-space: break-word;
}
.QuizTheme{
	font: Helvetica,Arial,sans-serif;
	font-size : 3em;
	color: black;
	margin: 2% 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	white-space: break-word;
}
input.SelectTheme { 
    transform: scale(3.5);
	margin: 0 0 30px 0;
} 
.Valuetheme{
	margin: 0 0 0 30px;
}