body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#header {
	height: 192px;
	margin-top: 45px;
	background: url(/images/personalheader.jpg) center no-repeat;
}

#haut {
	height: 30px;
	background-color: #fff;
}

#conteneur {
	width: 720px;
	margin: 0 auto;
}

#centre {
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 20px;
}

#gauche {
	float: left;
	width: 150px;
	font-size: 0.85em;
	margin-top: 25px;
}

#droite {
	float: right;
	width: 150px;
	font-size: 0.85em;
	margin-top: 25px;
	padding-left: 5px;
}

#pied {
	clear: both;
	height: 30px;
	text-align: center;
	border-top: 5px solid #ff6600;
	padding-top: 10px;
}

#gauche ul {
	margin: 0;
}

#gauche p {
	margin-bottom: 0;
}
#menuhaut {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

#menuhaut a:hover {
	text-decoration: none;
}

#menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menugauche li {
	margin-bottom: 5px;
}

#menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

#menugauche a:hover {
	text-decoration: none;
}

#menudroit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menudroit li {
	margin-bottom: 5px;
}

#menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

#menudroit a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: 0;
}


