body {
	font-size: 75%;
	background-color: White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#Layerprincipal {
	z-index: 1;
	left: 0px;
	width: 100%;
	top: 0px;
	position: absolute;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table{
	margin-left : 1px;
	margin-bottom : 1px;
	margin-right : 1px;
	margin-top : 1px;
}
.tablecenter{
	width : 600px;
	border : 1px dashed Green;
}
tr, td {
	font-size: 80%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : transparent;
}
a {
	color: #006699;
	text-decoration: none;
}
A:HOVER {
    color : #FAEBD7;
	background-color : Silver;
}
.cellg1 {
	background-color : #99CCCC;
}
.cellg2 {
	background-color : #FAEBD7;
}
H1, H2, H3, H4, H5 {
	margin-top : 0%;
	margin-bottom : 0%;
}
 H5 {
	margin-left : 10px;
}
.sommaire {
	font-weight : bold;
	font-size : 120%;
}