/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.unstyled ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */
h1.titleTest{
	font-size: 37px;
	font-weight: bold;
	line-height: 25px;
	font-family: 'Give You Glory', cursive;
	color: #076FD7;
}
.readTheText{
	font-size: 30px;
	padding: 10px 30px 10px 30px;
}
.goodAnswer{
	color: green;
}

.badAnswer{
	color: red;
}

.bordered{
	border-right: 1px solid #CCC;
}

.correction{
	width: 200px;
	height: 20px;
	padding: 5px 0 5px 0;
}

.correctAnswer{
	font-weight: bold;
	text-decoration: underline;
	font-style:italic;
}
.goodAnswer{
	font-weight: bold;
	font-style:italic;
	color: green;
}

.correct{
	background-image:url('../images/correct.png');
	background-repeat:no-repeat;
	background-position: right top;
}
	
.incorrect{
	background-image:url('../images/incorrect.png');
	background-repeat:no-repeat;
	background-position: right top;
}

.answerButton{
	
}

.questionLabel{
	color: #0068D5;
	font-size: 16px;
}

.playSound{
	font-size: 30px;
	padding: 10px 30px 10px 30px;
}

/* -----------------------------------------
   TOP
----------------------------------------- */

.bandeauTop{
	background-image:url('../images/top-pc1-2.jpg');
	background-repeat:no-repeat;
	background-position: right top;
	height: 260px;
}
