.bandeau {
	height: 200px;
	width: 1100px;
	background-color: #060;
}
.menu {
	height: 50px;
	width: 1100px;
	background-image: url(images/fondmenu.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #030;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FF0;
}

.gauche {
	height: auto;
	width: 230px;
	background-color: #060;
}
.centre {
	height: 580px;
	width: 430px;
	background-color: #060;
}
.droite {
	height: 580px;
	width: 435px;
	background-color: #060;
}
