/* Normal=normal; Sous-titre=sousTitre; Code=code; Code-violet=codeViolet; Violet-bold =violetBold; Liens=liens;Lien-nav=lienNav */
/* 
  Doc :
  - en 1er ligne (à laisser avec la mise en commentaire) liste les classes avec leurs titres
  - en dessous les styles correspondants (par leur attribut de classe) avec la balise P pour le style par defaut et une ligne pour le BODY
*/
BODY       { background-color:#F3F3F3;}
P, .normal { font-family:Verdana,Geneva,sans-serif;color:#000;font-size:12px;margin:0; padding: 15px 0 0 20px; }

.sousTitre { font-family:Verdana,Geneva,sans-serif;color:#000;font-weight:700;font-size:14px;margin:10px 0 5px 0;padding:0px }
/*.big { font-family:Verdana,Geneva,sans-serif;color:#000;font-size:12px; font-weight: bold; margin-left: 15px;margin-top: 10px;padding:0px }*/

.code, pre {
	width: 610px;
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 10px; 
	background-color: #F3F3F3; 
	color: #666666; 
	font-family: "Courier New", Courier, Freemono, monospace;
	font-weight: bold;
	font-size: 1.05em;
	border-left: 15px solid #9DE1EF;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
.codeViolet {
	display: a;
	background-color: #F3F3F3; 
	color: #970000;
	font-family: "Courier New", Courier, Freemono, monospace;
	font-weight: bold;
	font-size: 1.05em;
	}

.violetBold { display: a; background-color: none; color: #970000; font-weight: bold }

.liens { color: #0070CA; text-decoration: none;}

.lienNav {/* vide volontaire - laisser tel quel*/}

.liens:hover {text-decoration:none; color: #00BEF3;}
a#ancre { text-decoration: none; font-weight: bold; color: #1C70A6; text-shadow: none;}
a#ancre:hover { text-decoration: underline; font-weight: bold; color: #00BEF3;text-shadow: none;}

table #texte_tbl .mceLayout #tinymce .mceContentBody{ width: 660px}
hr { border: 1px inset black}


