<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.revueRubrique,
p.revueSurtitre,
p.revueTitre,
p.revueChapo,
p.revueSource,
p.revueRef,
p.revueIntertitre,
p.revueTexte,
p.revueTitreEncadre,
p.revueTexteEncadre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
span.revueSurtitre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IMAGE, lien vers une image ( quand elle est trop grande ) */
a.revueImage,
p.revueImage { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.revueImage:visited,
a.revueImage:link,
a.revueImage:active  {
	text-decoration: none;
	color: blue;
	font-size : 11px;
}
a.revueImage:hover {
	text-decoration: underline;
	color: red;
	font-size : 11px;
}

a.revueRefIntRefExt:visited,
a.revueRefIntRefExt:link,
a.revueRefIntRefExt:active  {
	text-decoration: underline;
	color: #9561AC;
	font-size : 11px;
	/*background-color : #efefef;*/
}
a.revueRefIntRefExt:hover {
	text-decoration: none;
	color: #9561AC;
	font-size : 11px;
	background-color : #FCF9CB;
}

p.revueImage {
	padding : 2px 5px 2px 5px;
	border : 1px solid #44659b;
	background : #FCF9CB;
	margin : 5px 5px 10px 5px;
	font-size : 11px;
}

/* ENTETE */
p.revueRubrique {
	font-size: 16px;
	color: #666666;
	padding: 5px 5px 5px 5px;
	/*background-color: #0170C9;*/
	font-weight: bold;
	border-top: #999999 1px dashed;
	border-bottom: #999999 1px dashed;
}
p.revueSurtitre{
	margin : 0px 5px 5px 0px;
}
span.revueSurtitre {
	margin-left: 5px;
	/*border-bottom-color : #131387;
	border-bottom-style : dotted;
	border-bottom-width : 2px;*/
	background-color:#999999;
	font-weight : bold;
	color:#ffffff;
	padding:3px;
}
p.revueTitre{
	font-weight : bold;
	font-size : 14px;
	margin : 0px 5px 5px 5px;
	margin-top:10px;
}
p.revueChapo{
	margin : 0px 5px 10px 10px;
	color : #666666;
	font-size : 14px;
	margin-bottom:20px;
}
/* CORPS */
p.revueRef {
	font-style : italic;
	margin: 0px 5px 10px 5px;
}
p.revueSource {
	font-style: italic;
	margin: 20px 5px 10px 5px;
}

p.revueIntertitre {
	margin : 10px 5px 2px 0px;
	color : #666666;
	font-size : 12px;
	font-weight : bold;
	border-bottom-color : #666666;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
p.revueTexte {
	margin : 5px 5px 2px 10px;
}

p.revueTitreEncadre {
	font-weight : bold;
	font-size : 14px;
	margin : 0px 5px 2px 10px;
	color : #0170C9;
}

p.revueTexteEncadre {
	margin: 2px 5px 2px 20px;
}

/* TABLEAU */
table.revTableau {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #A4A4A4;
}
th.revTableau_titre,
td.revTableau_titre {
	background-color: #A4A4A4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

th.revtablo_tetiere,
td.revtablo_tetiere {
	background-color: #efefef;
	font-weight: bold;
	font-size: 11px;
}
 
th.revTableau_texte,
td.revTableau_texte {

}

th.revTableau-texte_bold,
td.revTableau-texte_bold {
	font-weight: bold;
}

th.revTableau_note
td.revTableau_note {
	font-size: 8px;
}</pre></body></html>