/* stylesheet */

p {
	font-size: 14px;
}

.surtitre {
	font-size: 14px; 
	text-align: left; 
	background: #DBEAF5; 
	color: #cc0000;
	font-weight: bold; 
	font-family: Tahoma, Verdana; 
}

.surtitre a{
	text-decoration: none;
	color: #cc0000;
}

.titre1 {
	text-decoration:overline underline ; 
	text-align: center; 
	color: #cc0000; 
	font-weight: bold; 
	font-family: Tahoma, Verdana; 
	font-size: 22px; 
}
.titre2 {
	text-decoration:none ; 
	text-align: center; 
	color: #cc0000; 
	font-weight: bold; 
	font-family: Tahoma, Verdana; 
	font-size: 18px; 
}
.paragraph {
	text-decoration:none ; 
	text-indent: 20px; 
	font-family: Tahoma, Verdana; 
	font-size: 14px; 
}
.text12 {
	text-decoration:none ; 
	text-indent: 15px; 
	font-family: Tahoma, Verdana; 
	font-size: 12px; 
}
.highlight {
	font-weight: bold; 
	font-size: 20px;
	color: red;
	text-decoration: underline;
	text-align: center;
}

#footer {
	font-size:9px;
}

.note{
	font-size:10px;
	font-style: italic ;
}

.legend{
	font-size:12px;
	text-align: center;
	font-style: italic ;
}