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

.quizzPaper
{
	padding:10px;
}

#quizz a{
	color:#d5c379;
}
#quizz a:hover{
	color:#FFEA90;
}


.yellowQuizz
{
	color:#e2d32b;
	font-weight:bold;
}


#quizzContent
{
	background:black;
}

#quizzContent textarea
{
	height:100%;
	width:205px;
	border:1px solid #ffd204;
}

#quizzContent input[type=text]
{
	width:200px;
	height:15px;
	border:1px solid #ffd204;
}

#quizzContent select
{
	border:1px solid #ffd204;
}
