body 
{	
	background: #000000;
	margin:auto;
	overflow:hidden;
}

div#fond_siege 
{
	position: absolute;
	width: 100%;
	height: 400;
	left: 0;
	background: url('./images/fond.jpg') no-repeat;
}

div#fond_siege_plus
{
	position: absolute;
	width: 100%;
	height: 400;
	left: 0;
	background: url('./images/fond_repeat.jpg') repeat-x;
}

div#fond_cont
{
	position: absolute;
	top: 10px;	
	BORDER: #AAAAAA 2px solid;
	z-index: 2;
}


div#signature
{
	position: absolute;
	background: #000000;
	color: #ffffff;	
	font-family: Vardana, Arial;
	font-weight : bold;
	font-size: 14px;
	width: 100%;
	height: 20px;
	bottom: 0px;
	BORDER-top: #AAAAAA 1px solid;
	text-align : center;
}

.lien
{
	text-decoration : none;
	color: #ffffff;	
	font-family: Vardana, Arial;
	font-weight : bold;
	font-size: 14px;
}
.lien:hover
{
	text-decoration : underline;
}

.text_siteko
{
	font-family: Vardana, Arial;
	color: #DDDDDD;
	font-weight : bold;
	font-size: 24px;
	text-align: center;
}

