body {
	background-color: white;
	width: 740px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#image {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

#texte {
	float: left;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial, Verdana, serif;
	color: rgb(75,55,45);
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	text-decoration: underline;
	font-size: 1.3em;
}

h4 {
	margin-top: -10px;
	font-size: 1.1em;
}

h5 {
	margin-top: -20px;
	font-size: 1em;
}

#orange {
color: rgb(255,200,0);
}