.titre_bleu  {
	color: #000099; 
	font-weight: bold; 
	font-size: 14px; 
}

.sous_titre_bleu  {
	color: #000099; 
	font-weight: bold; 
	font-style:italic;
	font-size: 11px; 
}  

.titre_vert  {
	color: #009900; 
	font-weight: bold; 
	font-size: 14px; 
} 

.sous_titre_vert  {
	color: #009900; 
	font-weight: bold; 
	font-style:italic;
	font-size: 11px; 
}

.titre_rouge  {
	color: #990000; 
	font-weight: bold; 
	font-size: 14px; 
} 

.sous_titre_rouge  {
	color: #990000; 
	font-weight: bold; 
	font-style:italic;
	font-size: 11px; 
}    

.encadre_rouge {
	border: 1px solid #990000;
	background-color:#f0f0f0;
}

.encadre_bleu {
	border: 1px solid #000099;
	background-color:#f0f0f0;
}
.encadre_vert {
	border: 1px solid #009900;
	background-color:#f0f0f0;
}

.surligne_rouge {
	background-color:#FF9966;
}

.surligne_bleu {
	background-color:#6699FF;
}

.surlign_vert {
	background-color:#99FF99;
}

.encadre_droite {
	background-color:white;
	border-top: 6px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-left:20px;
	margin-bottom:5px;
	padding-left:10px;
	clear:none;
	color:#666;
	font-style:italic;
	padding-bottom:5px;
	padding-top:5px;
	display: inline;
	width: 200px;
	float: right;
	font-size: 18px;
}

.encadre_gauche {
	background-color:white;
	border-top: 6px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-right:20px;
	margin-bottom:5px;
	padding-left:10px;
	clear:none;
	color:#666;
	font-style:italic;
	padding-bottom:5px;
	padding-top:5px;
	display: inline;
	width: 200px;
	float: left;
	font-size: 18px;
}

h1{
	background-color:white;
	border-left: 4px solid black;
	margin-left:20px;
	padding-left:10px;
	clear:none;
	display:block;
	font-style:italic;
}

.citation {
	background-color:white;
	border-left: 4px solid black;
	margin-left:20px;
	padding-left:10px;
	clear:none;
	display:block;
	font-style:italic;
} 
