* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#contenu {
	height: 600px;
	width: 100%;
	overflow: hidden;
}
div#pied {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
div#pied a {
	color: #9c6113;
	text-decoration: none;
}
div#pied a:hover {
	text-decoration: underline;
}
div#top {
	height: 85px;
	overflow: hidden;
}
div#menu {
	float: left;
	width: 184px;
}
div#middle {
	width: 616px;
	height: 515px;
	overflow: hidden;
	margin-left: 184px;
}
div#left{
	float:left;
	width: 350px;
	height: 475px;
	overflow:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div#right{
	margin-left: 370px;
	width: 226px;
	overflow:hidden;
	padding-top: 175px;
	text-align: center;
	height: 325px;
}
h1 {
	font-weight: bold; font-size: 12px; color: #990000; text-align: center;
}
p {
	font-size: 10px; text-align: justify; margin-bottom: 10px;
}
p b {
	color: #990000;
}
p.titre {
	font-weight: bold; text-align: center;
}
p.titre {
	font-weight: bold; text-align: center;
}
p.sep {
	font-weight: bold; font-size: 10px; margin-top: 10px; margin-bottom: 10px; text-align: center;
}
p.bio {
	font-weight: bold; font-size: 10px; text-align: center; margin-bottom: 10px;
}
p.bio a {
	color: #3333FF;
	text-decoration: none;
}
p.bio a:hover {
	text-decoration: none;
}
p.galerie {
	padding: 10px;
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
}
p.contact {
	font-size: 11px;
	margin-top: 20px;
}
dl {
	font-size: 10px;
}
dt {
	font-weight: bold;
	color: #990000;
}
dd {
	padding-left: 15px;
}


form {
	margin: auto;
	width: 450px;
	text-align: left;
}
label {
	float: left;
	text-align: right;
	width: 100px;
	font-size: 11px;
	margin-bottom:5px;
	margin-right: 5px;
}

input, textarea { 
	background-color: #bea360; 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border-bottom: solid 1px #000;
	border-top: none;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
	padding: 2px;
}

