@charset "windows-1250";
/* CSS Document */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	text-align:center;
	font-size:12px;
}

* {
	margin:0;
	padding:0;
}

#global{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}

.gris {
	color:#565655;
	position:relative;
	bottom:100px;
}

.fleur {
	position:fixed;
	bottom:130px;
	left:50%;
	margin-left:-158px;
}

.logo {
	z-index:3;
	position:fixed;
	left:50%;
	bottom:250px;
	margin-bottom:-30px;
	margin-left:-30px;
}

#bande {
	z-index:2;
	background-color:#362917;
	width:100%;
	height:41px;
	position:fixed;
	bottom:249px;
	left:0;
	margin-bottom:-23px;
	line-height:41px;
}

.2008 {
	z-index:2;
	margin-bottom:300px;
}

.vert {
	color:#7bac07;
	text-decoration:none;
}

p {
	margin-left:-10px;
}
