p            {
	color: #333333;
    margin-left: 20px;
             }

h1           {
	         font-size: 40px;
	         color: #333333;
	         background-color: #99CCFF;
	         text-align: center;
	         width: auto;
             }

h2           {
	         font-size: large;
	         background-color: #999999;
	         font-family: "Comic Sans MS";
	         color: #000066;
             }

h3           {
	color: #0033FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;

             }
			 
li           {
	         text-indent: 20px;
			 color: #333333;
             }
			 
.lignedecode {  
             font-family: "Courier New", Courier, mono; 
			 font-size: 10pt; 
			 font-weight: bold
			 }
			 			 
.texteintro  {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;

			 }
.important {
	color: #990000;
	background-color: #FFFF99;
	text-indent: 30pt;
	display: block;
}
.Commentaire {
	font-size: 12px;
	font-variant: normal;
	font-style: italic;
	color: #333333;
	text-align: right;
}
.elementmenu {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #333333;
}
.Anecdote {
	background-color: #66CCFF;
	border: medium solid #0000CC;
}

