h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666;
}
a {
	text-decoration: none;
	color: #333;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	border: thin solid #666;
}
#banner {
	height: 150px;
	width: 800px;
	z-index: 2;
	text-align: left;
	left: 0;
	top: 0;
	float: left;
}
.equipesF {
	z-index: 0;
	float: left;
	position: absolute;
}
#colG {
	height: 600px;
	width: 175px;
	z-index: 2;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333;
}
#main {
	height: 450px;
	width: 620px;
	float: right;
	position: relative;
}
.menu {
	float: left;
	height: 148px;
	width: 400px;
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-decoration: none;
}

