
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #36415B;
	font-family: "Times New Roman", Times, serif;
}

#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 380px;
	width: 960px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	color: #DE5838;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40px;
	font-style: italic;
	padding-top: 220px;
	padding-left: 60px;
	padding-right: 360px;
}

#corps {
	width: 960px;
	background-image: url(/images/fond.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 300px;
}

#left h1 {

}

#left p {

}

#portrait {
	margin-left: 60px;

}

#portrait img {
	float: left;
	padding-right : 10px;
}

#portrait h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #DE5838;	
}

#portrait p {
	float: left;
	width: 100px;
	font-size: 12px;
}

#bio {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 60px;
	font-size: 12px;
}

#right {
	float: left;
	width: 600px;
}

#right h2 {
	background-image: url(/images/degrade.gif);
	background-repeat: repeat-y;
	margin-bottom: 18px;
	font-size: 18px;
}

#right p {
	font-size: 18px;
	line-height: 2;
}

#right ul li {
	margin-left: 60px;
	font-size: 18px;
	line-height: 2;
	list-style-image: url(/images/puce.gif);
}

#footer {

}

#mentions {
	width: 900px;
	padding-top: 30px;
	padding-left: 30px;
	text-align: justify;
}

#mentions h1 {
	font-size: 12px;
	color: #FFFFFF;
}

#mentions p {
	font-size: 12px;
	color: #FFFFFF;
}

#mentions a {
	color: #FFFFFF;
	text-decoration: none;
}

#sitemap {
	display: none;
}

a img {
	border:none;
}

textarea {
	width: 600px;
}

hr {
	visibility: hidden;
	margin: 0;
	clear: both;
}

.centre {
	text-align: center;
}