* {
	margin:0;
	padding: 0;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #fff8b7;
	color: #7b0204;
}
a {
	color: #7b0204;
}
a:hover {
	text-decoration: underline;
}
input {
	font-size: 100%;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
.bypass {
	display: none;
}
.spacer {
	clear: both;
}
hr.spacer {
	visibility: hidden;
}

img {
	padding-left: 4px;
	padding-right: 4px;
}

/* Squelette */
#layoutHeader {
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}
#layoutBody {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
#layoutMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
}
#layoutContent {
	margin-left: 196px;
	margin-right: 196px;
	background: url(../images/bg_jaune_degrade.png) repeat-y top left;
}
#layoutMenu, #layoutNotes {
	background: url(../images/colonne_verte.jpg) no-repeat left 46px;
}
#layoutNotes {
	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
}

/* Titre */
h1 {
	margin-top: 15px;
	padding-top: 214px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/titre.jpg);
	background-repeat: no-repeat;
}

/* Animation flash */
#anim {
	margin-bottom: 5px;
}

/* Menu */
#navigation {
	padding-top: 76px;
	height: 500px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul#menu {
	margin-right: 25px;
}
#navigation li {
	padding: 2px 0;
	padding-left: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#navigation li a {
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation #pays {
	margin-top: 150px;
	padding-left: 20px;
}
#navigation #pays li {
	float: left;
	height: 30px;
	overflow: hidden;
	width: 45px;
	background-repeat: no-repeat;
	margin: 3px;
	padding: 0;
}
#navigation #pays li a {
	display: block;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
}
#navigation #pays li#belgique {
	background-image: url(../images/drapeau_belgique.png);
}
#navigation #pays li#pays_bas {
	background-image: url(../images/drapeau_pays_bas.png);
}
#navigation #pays li#angleterre {
	background-image: url(../images/drapeau_angleterre.png);
}

#layoutContent h2 {
	background: url(../images/bg_fleurs_jaunes.jpg) no-repeat top left;
	padding-top: 70px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}
#layoutContent .content {
	padding: 0 35px;
	text-align: justify;
}
#layoutContent div.footer {
	padding-bottom: 30px;
	background: url(../images/bg_footer_jaune.png) no-repeat bottom left;
	text-align: center;
	margin-top: 15px;
	font-size: 10px;
}
#layoutNotes .content {
	padding: 76px 15px 0 15px;
	height: 500px;
}
#navigation, #layoutNotes .content {
	background: url(../images/bg_fleurs_rouges.jpg) no-repeat top left;
}
