body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #828282;
	background-color: #FFFFFF;
}
.pointeur{
	cursor: pointer;
}

h2 {
	font-size: 14px;
	color: #828282;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #5E78B1;
}
a:hover {
	text-decoration: underline;
	color: #5E78B1;
}
table,td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td {
	vertical-align: top;
	color: #828282;

}
#changehauteur {
	background-image: url(../images/entete.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 250px;
	vertical-align: top;
}

.gauche {
	background-image: url(../images/gauche.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 20px;
}
.esf {
	font-size: 9px;
	text-align: center;
}

.droite {
	background-image: url(../images/droite.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}
h3 {
	font-size: 12px;
	margin-left: 20px;
}

