body {
	background: url('./img/fond.png') repeat-x #3a3a3a;
	width: 900px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 0.8em;
	text-align: justify;
}

#container {

}

#header {
	background: url('./img/header.png');
	width: 900px;
	height: 158px;
	margin-top: 0px;
}

#corps {
	
}

#menu {
	float: left;
	width: 250px;
}

#page {
	float: left;
	width: 650px;
}

.menu_header {
	position: relative;
	padding-top: 70px;
	padding-left: 280px;
}

img.photo {
	margin-top: 15px;
}

.menu_header_title {
	padding-left: 15px;
}

.menu_header_home {
	padding-left: 40px;
}


/* TEXTES
------------------------------------------------*/

a {
	color: #97e55d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #97e55d;
}

p.texte_footer {
	text-align: center;
	color: silver;
	font-size: 0.6em;
}