body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
}

a:link {
	text-decoration: none;
	color: #0000CC;
} 

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #0000CC;
}

#titre {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}

#intro {
	margin-top : 45px;
	text-align : center;
	font-family: Courier, Lucida, Monospace;
	font-size : 1.2em;
}

#question {
	font-family: Courier, Lucida, Monospace;
	font-size : 2em;
	font-weight: bold;
	text-align : center;
	margin-bottom : 25px;
	letter-spacing: 0.2em; 
}

#numquestion {
	font-family: Courier, Lucida, Monospace;
	font-size : 1.5em;
	font-weight: bold;
	text-align : center;
	margin-bottom : 25px;
	letter-spacing: 0.2em; 
	word-spacing: 0.3em
}

#reponse {
	margin-top : 45px;
	text-align : center;
	font-family: Courier, Lucida, Monospace;
	font-size : 1em;
}

#commentaire {
	text-align : center;
	font-family: Courier, Lucida, Monospace;
	font-size : 1.1em;
	margin-bottom : 25px;
}

#legende {
	margin-top : 25px;
	text-align : center;
	font-family: Courier, Lucida, Monospace;
	font-size : 0.8em;
}



#googlepub {
	margin-top : 100px;
	width : 468px; 
	margin-left: auto; 
	margin-right: auto;

}