a {
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: cornflowerblue;
}
a:visited {
	color: orchid;
}
a:hover {
	color: orange;
}
body {
	background-color: #DCDCDC;
 	color: dimgray;
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 20px;
	font-weight: bold;
}
h2 {
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
p {
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.titremenu {
        font-size:16px;
        font-weight: bold;
        color: #F0F0F0;
}
.citation {
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
}
.telechargement {
        font-size: 22px;
}
.originecitation {
	font : Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}
.bandeauhaut {
	background-color: #F0F0F0;
}
.tableaucentral {
	background-color: #AFD2EE;
}
.bandeaubas {
	background-color: #E2E2E2;
}
.cellbandeauhaut {
	border-width: 2px;
	border-style: solid;
	border-color: #AFD2EE;
}
.cellbandeaubas {
	border-width: 2px;
	border-style: solid;
	border-color: #AFD2EE;
	padding-bottom: 10px;
}
.celluleprincipale {
	vertical-align: top;
	text-align: justify;
	font-size: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
}
.celluleprincipalebis {
	vertical-align: top;
	text-align: justify;
	padding-bottom: 30px;
	padding-right: 20px;
}
.celltableaubas {
        padding-bottom: 20px;
}
.cellerreur {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.cellulemenu {
        padding-bottom: 30px;
}
.affichagetexte {
	display: block;
	border: 1px solid white;
	padding-top: 5px;
	padding-right: 5px;
        padding-left: 5px;
	padding-bottom: 5px;
	overflow: auto;
	position: static;
	width: 490px;
	height: 500px;
}
.affichagemenu {
	display: block;
	border: 1px solid white;
	padding-top: 5px;
	padding-right: 5px;
        padding-left: 5px;
	padding-bottom: 5px;
	overflow: auto;
	position: static;
	width: 175px;
	height: 500px;
}
.contourimage {
	border-style: solid;
	border-width: 1px;
	border-color: White;
}