html,body {
	text-align: center;
	background-color: #336699;
}
img {
	border: none;
}
#principal {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	width: 900px;
	border: 3px solid black;
	background-color: white;
}
#bandeau {
	width: 100%;
	height: 89px;
	background-color: #0254C1;
}
#bandeau #logo {
	float: left;
	width: 160px;
	height: 100%;
	background-image: url('../IMG/bandeau/logo.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
}
#bandeau #banniere {
	float: left;
	width: 578px;
	height: 100%;
	background-image: url('../IMG/bandeau/banniere.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
#bandeau #droite {
	float: right;
	width: 160px;
	height: 100%;
	background-image: url('../IMG/bandeau/fond.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
#bandeau #liens-bandeau {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#bandeau #liens-bandeau a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#bandeau #liens-bandeau a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#menu {
	width: 100%;
	height: 20px;
	background-color: #0254C1;
	padding-top: 2px;
	padding-bottom: 5px;
}
#menu-centre {
	margin-left: 75px;
	margin-right: 75px;
}
#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	width: 150px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd {
	display: none;
	border: 1px solid gray;
	position: absolute;
	width: 150px;
}
#menu li {
	text-align: center;
	background: #eee;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover {
	background: #eee;
}
#menu li a:hover {
	background: #fff;
}

#footergauche {
	float: left;
	width: 180px;
	padding-left: 20px;
	font-weight: bold;
}
#footergauche a {
	text-decoration: none;
}
#footergauche a:hover{
	color: black;
	text-decoration: overline;
}
#footercentre {
	float: left;
	width: 450px;
	text-align: center;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#footerdroite {
	float: right;
	width: 250px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.spacer {
	clear: both;
}
