.TexteIntroductif {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-color: #CCCCCC;
	border: thin solid #333333;
	font-style: italic;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
	}

.Resume {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	border: thin solid #333333;
	font-style: italic;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
	}

.TitreDeLecon {
	font-family: "Comic Sans MS";
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000066;
	}

.GlossaireLettre {
	font-size: 24px;
	color: #990000;
	background-color: #FFFFCC;
	text-align: center;
	font-weight: bold;
	border: thin solid #FF9900;
	width: 300px;
	clip:   rect(auto auto auto auto);
	}

.GlossaireMot {
	color: #000099;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	}

.Menu {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	}

.Attention {
	font-weight: bold;
	color: #990000;
	display: run-in;
	margin-left: 50px;
	border-left-width: thick;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	}

.TitreNiveau1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	background-image: url(images/fondtitreniveau1.jpg);
	border-top-width: thin;
	border-top-style: solid;
	}

.Code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	background-color: #CCCCCC;
	border: thin solid #999999;
	clip:   rect(auto auto auto auto);
	margin-left: 40px;
	}

.SommaireLecon {
	font-weight: bold;
	left: 100px;
	list-style-type: disc;
	list-style-position: inside;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	margin-left: 50px;
	color: #000066;
    }

.Question {
	font-family: "Comic Sans MS";
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #CCCCCC;
	}

.Exercice {
	color: #006600;
	margin-left: 30px;
	border: thin solid #006600;
	}

.TitreLeconDansIndex {
	font-weight: bold;
	color: #663333;
	}

.SousTitreLeconDansIndex {
	color: #333333;
	font-style: italic;
	font-size: x-small;
	}

.RenvoiLecon {
	font-size: x-small;
	font-style: italic;
	}

