html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
.Style3 {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}
.Style4 {
	font-family: Verdana;
	font-size: 14px;
	color: #c72b5e;
}
.Style5 {
	font-family: Verdana;
	font-size: 18px;
	color: #6EB978;
}
.Style6 {
	font-family: Verdana;
	font-size: 14px;
	color: #C82B5E;
}
.Style7 {
	font-family: Verdana;
	font-size: 18px;
	color: #C82B5E;
}
.Style8 {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
}
.lienhover {
	color: #6EB978;
}
a {
	font-family: Verdana;
	text-decoration: none;
	color: #6EB978;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
}
div {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
div#global {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}
div.vmenu {
	position: absolute;
	text-align: right;
	left: 0;
	font-size: 18px;
	color: #FFFFFF;
}
div.rubrique {
	background-image: url(images/fond-rubrique-bnindex.gif);
	margin: 0 auto;
}
div.rubrique:hover {
	background-image: url(images/fond-rubrique-bnindex01.gif);
	margin: 0 auto;
}
div.liens {
	background-image: url(images/fond-liens.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}
div.liens:hover {
	background-image: url(images/fond-liens01.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}
	div#page {
		position: relative;
		width: 100%;
		min-height: 100%;
	}
	div#premiere {
		float: left;
		width: 180px;
	}
	div#deuxieme {
		position: fixed;
		float: right;
		right: 0;
		width: 180px;
		height: 100%;
		background-color: #FFFFFF;
		padding-top: 12px;
	}
	div#contenu {
		margin: 0 160px 0 180px;
		top: 0px;
	}	
	div#piedpage1 {
		height: 95px;
		margin: 0 160px 0 180px;
		clear: both;
	}		
	div#piedpage2 {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
	}

