body{
	font-family:Arial, Helvetica, sans-serif;
	background-image=url("fond.gif");
}

#main{
	width:600px;
	margin:auto;
}

.goodAnswer{
	background-color:#B6FF7F;
}



.badAnswer{
	background-color:#FF796F;
}

#scoreTotal{
	float:right;
	width:200px;
	font-size:50px;
	font-family:"Courier New", Courier, monospace;
}

#divmediumpictures{
	margin:auto;
	width:455px;
	height:455px;
}

#divbigpictures{
	margin:auto;
	width:655px;
	height:655px;
}

table{
	border-collapse:collapse;
	margin:5px;
}

td{
	border:solid;
	border-width:thin;
	width:300px;
	background-color:#F4A460;
	text-align:center;
	padding:3px;
}


#tablepictures{
	width:100%;
	height:100%;
	margin:0px;
	border:none;
}

#tdpictures{
	width:100%;
	height:100%;
	vertical-align:middle;
}

#levelName{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
	width:50%;
}

a{
	color:#008080;
	text-decoration:none;
}

a.visited{
	color:#008080;
	text-decoration:none;
}

.erreur{
	font-weight:bold;
	color:#800000;
}

.important{
	font-size:110%;
}

H1{
FONT-SIZE: 23pt;
COLOR: #008080;
FONT-FAMILY: Monotype Corsiva;
TEXT-ALIGN: center;
}