body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #959DAF;
}

h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: 300;
}

.colonne01 {
	position: absolute;
	left: 12%;
	top: 0px;
	width: 215px;
	height: 75%;
	z-index: 1;
	background-color: #8D9BB9;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
	background-attachment: scroll;
	background-image: url(img/bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 0px;
}

#main {
	background-color: transparent;
	position: absolute;
	height: auto;
	width: 60%;
	top: 25%;
	left: 25%;
	z-index:2;
	padding: 0px;
	margin: 0px;
}

.main_bloc {
	background-color: #6B809C;
	padding: 10px;
	margin-bottom: 45px;
	border: 1px solid #000000;
	height: auto;
	width: 95%;
}

a:link {
	color: #99FFFF;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #993300;
	text-decoration: none;
}
