#title
{
    font-size: 4.8em;
    color: #FFCC00; 
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: Impact;
    text-shadow: 2px 2px #000000;
}

#title1
{
    font-size: 4.8em;
    color: #FFCC00;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: Impact;
    text-shadow: 2px 2px #000000;
}

#title2
{
    font-size: 10em;
    color: #33333;
    text-align: center;
    font-family: Impact;
    margin-top: 140px;
}
body
{
    background-color: #99CCFF;
}

h1
{
    color: #33333;
    font-size: 2.1em;
    text-shadow: 0.5px 0.5px #808080;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    width: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
	padding-top:0.5px;
	padding-right:8px;
	padding-left:8px;
}

img
{
    display: block;
    margin: auto;
}

jeu
{
    display: block;
    margin: auto;
}

.arrondi {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    -webkit-border-radius: 24px / 24px;
    -moz-border-radius:    24px / 24px; 
    border-radius:         24px / 24px; 
	float:right;
	font-size: 40px;
	text-shadow: 1.5px 1.5px #000000;
    font-weight: 500;
}

.prof {
	position:relative;
	margin : auto;
	width: 100px;
	height: 100px;
}



.ligne
{
    height: 100px;
    display: inline-flex;
}

.croix
{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.20);
    visibility: hidden;
}

.form
{
    font-size: 1.5em;
    background-color: #FFCC00;
    text-align: center;
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.65);
    width: 600px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border: 0px solid #000000;
    padding-top:15px;
}


#form1
{
    text-align: center;
}

select{
	font-size:20px;
	width:150px;
	height:30px;
}


#questions {
    width:250px;
}

.retourarriere {
    float:right;
    height:100px;
    width:100px;
}

.valider {
    z-index: 5;
    height:20px;
    width:20px;
    bottom:0;
    right:0;
    position:absolute;
}

.imgprof {
        width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.20);
}

.bloc-prof {
    position:relative;
	margin : auto;
	width: 100px;
	height: 100px;
}

#reponse {
    font-size: 2em;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: Verdana;
    text-shadow: 1.5px 1.5px #696969;
}

#rules {
    text-align: center;
    font-size: 1.1em;
    margin-left: 200px;
    margin-right: 200px;
}

#sources {
    float: right;
}

#listesource {
	display:inline-flex;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}