/*
For now this is a shared css, but we will have to specify it by MB
or at least take out the .themeTextColor from here...
*/
#pourquoiHeader {
	margin-bottom: 1em;
}
#reussirHeader p {
	font-size:2em;
	font-weight:bold;
}
.themeTextColor {
	color:#003399;
}
.info {
	border-bottom: dotted #003399 0.1em;
	font-weight: bold;
}
.info:hover {
	cursor: help;
}
#pourquoiText p {
	margin-bottom: 0.5em;
}
