 * {
	font-family: Arial, sans-serif;
}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
img {
	border: none;
}
a {
	color: #057044;
}
fieldset {
	border: 1px solid #CCC;
}

#Page {
	position: absolute;
	width: 900px;
	left: 50%;
	top: 20px;
	margin-left: -450px;
}
#FlashHome {
	position: absolute;
	width: 400px;
	height: 400px;
	text-align: center;
	border: 1px solid #DDD;
}

#FlashHaut {
	position: absolute;
	top: 1px;
	right: 1px;
	width:386px;
	height: 393px;
	z-index: 1;
}
#FlashBas {
	width: 288px;
	height: 147px!important;
	height: 150px;
	clear: both;
}
#Logo {
	position: absolute;
	top: 50px;
	left: 35px;
	z-index: 4;
}
#Contenu {
	margin-top: 180px;
}
#Base {
	border: 1px solid #F0CB00;
	background: url(pics/bg.gif) no-repeat top left;
	position: absolute;
	z-index: 2;
	width: 898px;
	font-size: 13px;
}
#TexteDuContenu {
	margin: 0 200px;
	/*color: #363;*/
}
#TexteDuContenu h1, #TexteDuContenu h2 {
	font-size: 16px;
	/*color: #057044;*/
	margin-bottom: 10px;
	font-weight: normal;
}
#TexteDuContenu p {
	margin: 5px 0;
}
#TexteDuContenu table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: 1px;
}
#Menu {
	position: absolute;
	top: 101px;
	right: 333px;
	position: absolute;
	z-index: 3;
}
#Menu a {
	display: block;
	background: #CCC url(pics/menu.gif) no-repeat top left;
	height: 30px;
	width: 65px;
	float: right;
	text-decoration: none;
	padding: 10px 0 0 10px;
	text-align: center;
}
#MenuFin {
	width: 57px;
	height: 40px;
	background: url(pics/menu_fin.gif) no-repeat top left;
	float: right;
}
#SousMenu {
	width: 170px;
	float: left;
	margin: 0 20px 10px 5px;
}
#SousMenu a {
	display: block;
	padding: 5px 0 5px 15px;
	background: url(pics/puce.gif) no-repeat 0 5.5px;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	width: 155px;
}
#SousMenu a:hover {
	color: #F0CB00;
}
#BasDePage {
	position: absolute;
	text-align: center;
	bottom: 4px;
	left: 0;
	right: 0;
	margin-bottom: -40px;
	font-size: 11px;
}


