/**** FEUILLE DE STYLE POUR LES DIFFERENTS ELEMENTS EDITORIAUX */

p.clear{ clear: both; }
p span.breakline_img, div span.breakline_img{		
	height: 1px !important;	
	margin: 0 !important;
	padding: 0 !important;	
	line-height: 1px !important;
	font-size: 1px !important;
}

p span.breakline_img img, div span.breakline_img img{ border: none !important; }

div#editorial a{ color: #5D6137 !important; }

/* GLOBALS STYLES */
div#editorial .gras, div#editorial .Gras{font-weight: bold; }
div#editorial .italic, div#editorial .Italic{ font-style: italic; }
div#editorial .underlined, div#editorial .Underlined{ text-decoration: underline; }
div#editorial .citation, div#editorial .Citation{ font-style: italic; }
div#editorial .commentaire, div#editorial .Commentaire{ font-weight: normal; font-style: italic;  }
div#editorial .chapo, div#editorial .Chapo{ }
div#editorial .exposant, div#editorial .Exposant { font-size:0.75em; position:relative; top:-0.25em; }
div#editorial .provencal, div#editorial .Provencal { color:#CC6600; font-size:1.1em; font-style: italic; font-family:"Times New Roman", Times, serif; }
div#editorial .Glossaire, div#editorial .Glossaire{ color:#505D2F; border-bottom:1px dashed #8A9274; }
/* div#editorial .texte{ font-size:0.85em; } */
div#editorial .texte{ text-indent:2em; }
div#editorial .texte.m{ text-indent:2em; }
div#editorial .MiseEnAvant { }

div#editorial .r1{ color: #8C7400; }
div#editorial .r2{ color: #383481; }
div#editorial .r3{  }
div#editorial .r4{ color: #B7336C; }
div#editorial .r5{  }
div#editorial .r6{ color: #177369 }
div#editorial .rt{ color:#555A32; }

div#editorial .indent1{ }
div#editorial .indent2{ }
div#editorial .indent3{ margin-left: 35px; }
div#editorial .indent4{ }
div#editorial .indent5{ }


/* TITRES  */
		div#editorial h2{ font-size: 1.5em; letter-spacing: .1em; color:#555A32;}
		div#editorial h3{ font-size: 1.3em;  color:#555A32; }		
		div#editorial h4{ font-size: 1.1em;  color:#555A32; }
		div#editorial h5{ font-size: 1.0em;  color:#555A32; }


/* PARAGRAPHES IMPORTANT */
		div#editorial p.important{ background: #ffffff; padding: 0 10px 0 10px; color:#555A32; }
		div#editorial p.agenda{margin-top:-20px;}

/* LISTES A PUCES */
		div#editorial ul{ list-style-image: url(../contributed_images/picto/base/puce_noir.gif) !important; }
		div#editorial ul a{ text-decoration: none !important; }

/* DATE */
		div#editorial .date{ font-size: .8em; color: #666666; font-style: italic; font-weight: normal; }


/* TABLEAU DE DONNEES */
		div#editorial table{ width: 100%; margin-bottom: 20px; }
		div#editorial table th{ color: #ffffff; }
		div#editorial table tr.impair{ background: #efefef; } 
		div#editorial table tr.pair{ background: #ffffff; }
		div#editorial table th.header{ text-align: center; font-weight: normal; }
		div#editorial table tr.pair th.header{ background: #ffffff; }
		div#editorial table tr.impair th.header{ background: #efefef; }
		div#editorial table td.first{ border: 0 !important; }
		div#editorial table td{ padding: 2px; }


/* LISTE D'IMAGES */
		div#editorial p.liste_img img{ float: left; margin: 0 9px 9px 9px;}
		

/* BLOC IMAGE + TEXT */
div#editorial .ctn_img span.img_left{ float: left; }
div#editorial .ctn_img span.img_right{ float: right; }
div#editorial .ctn_img span.img_left img{ margin: 0 5px 5px 0; }
div#editorial .ctn_img span.img_right img{ margin: 0 0 5px 5px; }


/* BLOC IMAGE SEULE */
 p.bloc_image{ text-align: center; }




legend{ color: #000000 !important; }



div#nav_contenu img{
	border: 0 !important;
}

/* Bloc pour présenter les exemples de style des maquettes */
DIV.blocExemple {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #777777;
	margin-bottom:2em;
	color:#00000;
}
DIV.blocExemple P{
	margin-top:0.25em !important;
	margin-bottom:0.25em !important;
}