html {
        color: #222222;
}

body {
        color: #222222;
        font-family: arial, helvetica;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: x-large;
	color: #222277;
	text-align: center;
}
h2 {
	text-align: center;
	font-size: small;
}
.bordDroit {
	font-size: medium;
	background-color: #222277;
	color: #EEEEEE;
}
.contenu {
	background-color: #EEEEEE;
	font-size: small;
	padding: 5px;
        padding-left:10px;
}
.surligne {
	font-weight: bold;
}
.surligne2 {
        color: #222222;
	font-size: medium;
	font-weight: bold;
	background-color: #CCCCCC;
        padding-left: 5px;
        padding-bottom: 1px;
}
.contenu a:link,.contenu a:hover,.contenu a:visited,.contenu a:active {
	color: #222277;
}
.contenu a:hover {
	background-color: #222277;
        color: #EEEEEE;
}
.bordDroit a:link,.bordDroit a:hover,.bordDroit a:visited,.bordDroit a:active {
	color: #EEEEEE;
}
.bordDroit a:hover {
        background-color: #EEEEEE;
	color: #222277;
}
.footer {
	font-size: xx-small;
	font-style: italic;
	color: #000000;
	background-color: #EEEEEE;
	vertical-align: bottom;
        padding-left: 10px;
}
.petit {
	font-size: small;
	margin-left: 10px;
}
