body {
	background-color: RGB(248,242,222);
	margin: 5px 5px 5px 5px;
}


h1 {
	font-family: verdana, sans-serif;
	font-size: 200%;
	color: RGB(61,119,124);
	text-align: center;
}


.sousTitre {
	font-family: verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: RGB(61,119,124);
	text-align: center;

}

h2 {
	font-family: verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: RGB(61,119,124);
	background-color: RGB(239,226,184);
	border-top: RGB(61,119,124) 1px solid;
	border-bottom: RGB(61,119,124) 2px solid;
	border-left: RGB(61,119,124) 2px solid;
	text-align: left;
	margin-top: 35px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: black;
	background-color: transparent;
	text-align: left;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

p {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: RGB(61,79,124);
	background-color: transparent;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}

li {
	font-family: verdana, sans-serif;
	background-color: transparent;
	text-align: justify;
	margin-right: 20px;
	color: RGB(61,119,124);
}



a:link {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: RGB(61,79,124);
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: RGB(61,79,124);
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: RGB(61,119,124);
	background-color: transparent;
	text-decoration: underline;
}
table {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
}
td {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: black;
	background-color: transparent;
	text-align: justify;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
}


.titre {
	border-left: RGB(61,79,124) 1px solid;
	border-right: RGB(61,79,124) 1px solid;
	border-top: RGB(61,79,124) 2px solid;
	border-bottom: RGB(61,79,124) 2px solid;
	width: 100%;
	overflow: auto;
	float: left;
	margin: 5px 0px 15px 0px;
	font-family: verdana, sans-serif;
	font-size: 40px;
	color: RGB(61,79,124);
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: RGB(239,226,184);
	text-align: center;
}

.menu {
	border: RGB(61,79,124) 1px solid;
	background-color: RGB(239,226,184);
	overflow: visible;
	width: 20%;
	float: left;
	clear: left;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: RGB(61,79,124);
	text-align: left;
	padding-top: 20px;
}

.chapitre {
	margin: 0px 0px 10px 5px;
	padding-top: 1px;
}

.corps {
	border: RGB(61,79,124) 1px solid;
	width: 79%;
	overflow: hidden;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-bottom: 5px;
}

.imageBas{
	text-align: center;
}


a.menu:link             {color: RGB(61,79,124); text-decoration: none; font-size: 14pt}
a.menu:visited          {color: RGB(61,119,124); text-decoration: none; font-size: 14pt}
a.menu:hover            {color: RGB(61,119,124); text-decoration: none; font-size: 15pt}
