a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;

}
a:visited {
	color: #CCCCCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	width: 990px;
	margin: auto;
	border: 0;
	padding: 0;
}


#bandeau {
	height: 189px;
	width: 950px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 0;
	border: 0;
}

.menu{
	width: 120px;
	margin-left: 20px;
	float:left;
	height: 475px;
}

.contenu{
	width: 830px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	height: 475px;
}
.pied {
	width: 950px;
	margin-right: 20px;
	margin-left: 20px;
	height: 88px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
