* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 1em;
}

.container {
	border: solid 1px black;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	position: relative;
}

body, input, select, textarea {
	font: 10px Arial, Helvetica, sans-serif;
}
body { font-size: 12px; }

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 0.5em 0;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	border: solid 1px black;
}

input.submit {
	border: none;
}

hr.clear,
div.clear {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0px;
}

div.justify p {
	text-align: justify;
}

#header {
	background: #FFBC00;
	height: 90px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}


/*
** Contenu
*/
#content {
}


h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
