html {
	background: #f5d838 url(images/fond.png) repeat-x fixed center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:95%;
	width:98%;
	overflow:hidden;
}

body {
	margin-left: 3%;
	height:100%;
	width:100%;
}

img {
	border:none;
}

a,a:visited {
	text-decoration: none;
	color: #f5d838;
	font: large Snap ITC;
}

a:hover {
	text-decoration: underline;
	color: #f5d838;
	font: large Snap ITC;
}

strong,h1,h2,h3 {
	text-decoration: none;
	color: #f5d838;
	font: large Snap ITC;
}

.message_box {
	background: #fbf1b5;
	color: #000000;
	border: thick dotted #f5d838;
	overflow: hidden;
	margin: 5px; 
	padding: 5px;
	clear:both;
}

.message_box strong,h1,h2,h3 {
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div#noscript, a, a:visited, a:hover {
	text-align:center;
	vertical-align:middle;
	width:80%;
	margin: 200px auto;
	height:50%;
	font: large Snap ITC;
}



div#header {
	position: absolute;
	top: -50px;
	margin-left: 8%;
	min-width: 776px;
	width: 80%;
	height: 80%;
	font: large Snap ITC;
}

.menu {
	background: #00005a;
	text-align: center;
	border-bottom: white solid thick;
	margin: 0 -5px;
}

.menu li {
	display:inline;
	list-style-type:none;
	padding-bottom:20px;
}

.flash_left {
	position:absolute;
	left:0;
	top: 10%;
	width:50%;
	height:45%;
}

.flash_right {
	position:absolute;
	right:0;
	top: 10%;
	width:50%;
	height:45%;
}

div#content {
	position: absolute;
	bottom: 0px;
	min-height: 55%;
	width:95%;
	min-width:800px;
}

.content_haut {
	width: 100%;
	height: 88px;
}

.content_haut_gauche {
	background: url(images/content_01_01.png) no-repeat;
	position:relative;
	float:left;
	width:150px;
	height: 88px;
}

.content_haut_milieu {
	background: url(images/content_01_02.png) repeat-x;
	position:relative;
	margin-left:150px;
	margin-right:150px;
	width:auto;
	height: 88px;
}

.content_haut_droit {
	background: url(images/content_01_03.png) no-repeat;
	position:relative;
	float:right;
	width:150px;
	height: 88px;
}

.content_gauche {
	background: url(images/content_gauche.png) repeat-y;
	float: left;
	height: 420px;
	width: 87px;
}

.content_texte {
	background: #010066 url(images/content_fond.png) repeat-x;
	height: 420px;
	position:relative;
	width:auto;
	color: #FFCC33;
	text-align: justify;
	overflow: auto;
	padding: 0 5px;
}

.content_droit {
	background:url(images/content_droit.png) repeat-y;
	float: right;
	height: 420px;
	width: 89px;
}

.content_bas {
	float: left;
	width: 100%;
	height: 33px;
	color: #862850;
}

.content_bas_gauche {
	background: url(images/content_05_01.png) no-repeat;
	position:relative;
	float:left;
	width:150px;
	height: 33px;
}

.content_bas_milieu {
	background: url(images/content_05_02.png) repeat-x;
	position:relative;
	margin-left:150px;
	margin-right:150px;
	width:auto;
	height: 33px;
}

.content_bas_droit {
	background: url(images/content_05_03.png) no-repeat;
	position:relative;
	float:right;
	width:150px;
	height: 33px;
}
