.titre {
	font-size:70px;
	color:#ff0000;
	font-weight:bold;
	background-color:inherit;
	vertical-align:middle;
	

}

body {
	font-family:verdana,arial,courrier,sans serif;
	background-color:#ffdd88;
	color:#3333CC
}

.question {
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
	color:#339999;
}

.reponse {
	font-size:14px;
	text-indent:5px;
}

.sous-titre {
	font-size:20px;
	font-weight:bold;
}

a  {
	text-decoration:underline;
	color:#3333cc;
}

a:hover {
	text-decoration:none
	color:#ff0000;
}

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

a:active {
	text-decoration:blink
	color:#9999cc;
}
