#haut {
	background-image: url("/images/fond_haut.jpg");
	background-repeat: repeat-x;
	position: relative;
	min-height: 500px;
}
#corps {
	background-image: url("/images/fond_bas.jpg");
	background-position: 0px 621px;
}
#menu_bas {
	bottom: 0px;
	left : 0px;
	right: 0px;
	height: 23px;
	width: 750px;
}
#texte {
	padding-left: 200px;
	padding-right: 40px;
	padding-bottom: 25px;
}
#texte h1, #texte h2, #texte p, #texte td, #texte li {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #6E685E;
}
#texte h1 {
	font-size: 16px;
	margin-bottom: 40px;
	padding-top: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
#texte h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	clear: both;
}
#texte p
{
	font-size: 14px;
	margin-bottom: 3px;
}
#annee {
	float: right;
	color: white;
	text-transform: capitalize;
}
#age {
	text-transform: none;
	font-weight: normal;
}
#texte h3 {
	font-size: 13px;
	font-weight: normal;
}
#texte a:link, #texte a:visited {
	color: #6E685E;
}
#texte a:hover {
	color: #B87E2A;
	text-decoration: underline;
}
#texte img {
	padding-right: 5px;
}
.insert_photo {
	text-align: center;
}