 
body {	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #CCCCEE
	}

a {	text-decoration:none;
	color:#AA1122;
	font-weight:bold}
a:hover{text-decoration:underline}
.avert	{color:#006600;font-weight:bold}
.abordeau {color:#AA1122;font-weight:bold}
.aparme {color:#AA0077;font-weight:bold; font-variant:small-caps;text-decoration:underline}
.afonce {color:#331166;font-weight:bold}

ul {	list-style-type: disc;
	padding-top: 5px;
	margin-top: 5px
	}
.ul2 {	list-style-type: square;
	padding-top: 5px;
	margin-top: 5px
	}
ol {	list-style-type: "I";
	padding-top: 10px;
	margin-top: 10px
	}

li {	margin-bottom: 5px;
	line-height: 100%;
	color:#222222;
	margin-right: 30px;
	font-size:100%
	}

.cours { display: block }
.cours:before { content:"Cours " counters(item, ".") " : "; counter-increment: item }

#Corps {width: 85%;
	position: absolute;
	top: 1%;
	margin-left: 5%;
	padding-left: 1%;
	background-repeat: no-repeat;
	background-color: #EEEEEE
	}

#AGauche {width: 10%;
	position: relative;
	bottom:0%;
	margin-left: 1em;
	text-align:left;
	}