/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #6D533C;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #484137;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #484137;
}
a:hover {
	text-decoration: underline;
	color: #484137;
}
a:active {
	text-decoration: none;
	color: #484137;
}

#centrer {
  margin-left : auto;
  margin-right : auto;
  width : 701px;
  text-align : left;  /* pour résoudre le bug de centrage de IE */
}
.formulaire {
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #6D533C;

}

.bio {
	text-align: justify;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #6D533C;

}

