html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-color: #88002E;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	position: relative;
	width: 782px;
	margin: 20px auto 0px auto;
	border: 1px solid #D0687F;
}

#header
{
	position: relative;
	clear: both;
	height: 119px;
	background: url('../images/interface/header.jpg') no-repeat;
}

#content
{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	width: 782px;
	background-color: #FFFCD5;
	/*border: 1px dotted yellow;*/
}

#footer
{
	clear: both;
	position: relative;
	height: 39px;
	background: url('../images/interface/footer.jpg') no-repeat;
}

#logo
{
	display: block;
	position: absolute;
	width: 335px;
	height: 110px;
	top: 0px;
	left: 0px;
}

#header_ronds
{
	position: absolute;
	width: 270px;
	height: 82px;
	top: 15px;
	left: 340px;
	font-size: 10px;
	text-align: center;
}

#header_slogan
{
	position: absolute;
	width: 176px;
	height: 108px;
	top: 0px;
	left: 606px;
	z-index: 1;
}

#header_bambou
{
	position: absolute;
	width: 782px;
	height: 27px;
	top: 108px;
	left: 0px;
	z-index: 2;
	background: url('../images/interface/bambou_haut.png') no-repeat;
}

#footer_bambou
{
	position: absolute;
	width: 782px;
	height: 27px;
	top: -12px;
	left: 0px;
	z-index: 2;
	background: url('../images/interface/bambou_bas.png') no-repeat;
}

#footer_button
{
	display: block;
	position: absolute;
	width: 150px;
	height: 24px;
	left: 625px;
	top: 12px;
}

#lotus
{
	position: absolute;
	width: 102px;
	height: 123px;
	top: 58px;
	left: 0px;
	z-index: 3;
	background: url('../images/interface/lotus.png') no-repeat;
}

#drapeaux
{
	position: absolute;
	width: 43px;
	height: 22px;
	top: 132px;
	left: 732px;
	z-index: 3;
}

#ligne_haut
{
	position: absolute;
	height: 0px;
	width: 782px;
	top: 159px;
	left: 0px;
	z-index: 1;
	border-top: 1px solid #D0687E;
}

#relais
{
	 width: 782px;
	 margin: 10px auto 20px auto;
	 color: #FFFFFF;
	 text-align: center;
}

a img
{
	border: none;
}



