/* ENETETE */
p.revueRubrique,
p.revueSurtitre,
span.revueSurtitre,
p.revueTitre,
p.revueChapo,
a.revueRefIntRefExt { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* DETAILS */
p.revueRubrique {
	margin : 0px 5px 0px 0px;
	color : #CC0000;
	font-size : 16px;
	font-weight : bold;
}
p.revueSurtitre{
	margin : 10px 5px 5px 0px;
	font-size : 12px;
}
span.revueSurtitre {
	border-bottom-color : #CC0000;
	border-bottom-style : dotted;
	border-bottom-width : 2px;
	font-weight : bold;
}
p.revueTitre{
	font-weight : bold;
	font-size : 17px;
	margin : 0px 5px 0px 0px;
}
p.revueChapo{
	margin : 0px 5px 10px 10px;
	color : #CC0000;
	font-size : 12px;
}
/* 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: none;
	color: blue;
	font-size : 11px;
	/*background-color : #efefef;*/
}
a.revueRefIntRefExt:hover {
	text-decoration: underline;
	color: red;
	font-size : 11px;
	background-color : #FCF9CB;
}

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

/* DIVERS, CORPS DOCUMENT */
p.revueSource,
p.revueTexte,
p.revueSousChapo,
p.revueGroupeParagraphe,
p.revueItemParagraphe,
p.revueRemarque,
p.revueIntertitre,
p.revueSousinterTitre,
span.revueVerset,
span.revuePuce,
span.revueREF,
span.revueRemarqueTitre  { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/* DETAILS */
span.revuePuce {
	padding : 1px 5px 1px 5px;
	margin : 5px 5px 5px 5px;
	background-color : #CC0000;
	color : white;
	font-weight : bold;
	font-size : 10px;
}
p.revueSource {
	font-style : italic;
	margin : 0px 5px 10px 5px;
}
p.revueIntertitre {
	margin : 15px 5px 2px 0px;
	color : #CC0000;
	font-size : 12px;
	font-weight : bold;
	border-bottom-color : #CC0000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

p.revueSousinterTitre{
	font-size : 12px;
	font-weight : bold;
	
}

/* CORPS */
span.revueVerset {
	padding : 1px 5px 1px 5px;
	margin : 5px 5px 5px 5px;
	background-color : #CC0000;
	color : white;
	font-weight : bold;
	font-size : 10px;
}
p.revueTexte {
	margin: 0px 0px 5px 10px;
}

span.revueREF {
	font-style : italic;
	color : #696969;
}
p.revueSousChapo {
	font-weight : bold;
	margin : 0px 5px 10px 10px;
}

p.revueGroupeParagraphe{
	font-weight : bold;
	text-decoration : underline;
}
p.revueItemParagraphe{
	font-weight : bold;
}

p.revueRemarque {
	margin : 10px 0px 10px 15px;
	padding : 1px 5px 1px 10px;
	border-left-color : #CC0000;
	border-left-style : dotted;
	border-left-width : 2px;
	font-size : 10px;
}

span.revueRemarqueTitre {
	color : #000000;
	font-weight : bold;
	font-size : 10px;
}
/* ENCADRE */
p.revueTitreEncadre,
p.revueTexteEncadre { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

table.revueEncadreExt {
	background-color: #CC0000;
	margin: 10px 0px 5px 0px;
}

table.revueEncadreInt {
	background-color : #ffffff;
}

p.revueTitreEncadre {
	color : #CC0000;
	font-weight : bold;
	margin : 2px 5px 2px 0px;
}

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

th.revtableau_tetiere,
td.revtableau_tetiere {
	background-color: #F8F4BE;
	font-weight: bold;
	font-size: 11px;
}

th.revtableau_texte,
td.revtableau_texte {

}

th.revtableau_note
td.revtableau_note {
	font-size: 8px;
}