@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS", sans-serif;
	font-size: 0.9em;
	text-align: center;
}

h1 {
	margin: 13px 0 0 13px;
	font-family: georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #ff9900;
	border-bottom: dotted 1px #ff9900;
}

h2 {
	margin: 13px 0 0 13px;
	font-family: georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #5d873c;
}

p {
	margin: 13px;
}

img {
	margin-bottom: 10px;
	border: none;
}

#container {
	width: 775px;
	margin: 0 auto 0 auto;
}

#logo {
	width: 129px;
	float: left;
}

#contenu {
	width: 640px;
	float: right;
	text-align: left;
	line-height: 1.4em;
}