@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background_pattern.gif);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#hidden {
	position: absolute;
	visibility: hidden;
}
#bandeHaut {
	position: absolute;
	width: 100%;
	height: 87px;
	background-image: url(/images/background_bande.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#page {
	position: absolute;
	width: 100%;
	background-image: url(/images/background_feuille.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#colonne {
	position: relative;
	width: 950px;
	background-image: url(/images/background_colonne.gif);
	background-position: top;
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -475px;
}
#header {
	position: relative;
	width: 950px;
	height: 200px;
	background-image: url(/images/header/background.jpg);
}
#menu {
	position: relative;
	padding-left: 51px;
}
#contenu {
	position: relative;
	width: 950px;
	background-image: url(/images/contenu/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#contentBox {
	position: relative;
	width: 501px;
	left: 398px;
}
#contentBoxText {
	width: 451px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -12px;
	margin-bottom: -14px;
//	margin-top: -3px;
//	margin-bottom: 0px;
}
#footer {
	position: relative;
	width: 950px;
/*	background-image: url(/images/footer/footer_transparent.png);
	background-repeat: no-repeat;
	padding-top: 160px; */
	margin-top: -85px;
}

h1 {
	color: #8ec63f;
	font-size: 18px;
	text-transform: uppercase;
}
a {
	color: #8ec63f;
	font-weight: bold;
}
a img {
	border: none;
}
.small {
	font-size: 10px;
}
