* {
	padding:0;
	margin:0;
}
body{
	background-color:#eec753;
}
img {
	border-style: none;
}
ul, li {
	list-style-type : none;
}
table{
	border-collapse:collapse;
}
#all{
	width:800px;
}
#page{
	width:800px;
	background-color:#eeb642;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#d86600;
}
#bandeau{
	width:100%;
	height:200px;
	background-image:url(../images/bandeauFond.jpg);
	background-repeat:no-repeat;
}
#bandeau2{
	width:100%;
	height:200px;
	background-image:url(../images/bandeauHaut.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#menu{
	width:203px;
	float:left;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#d86600;
	background-color:#f2c973;
}
#contenu{
	width:575px;
	float:right;
	margin-right:auto;
	margin-left:15px;
	padding-right:5px;
}
#basPage {
	width:100%;
	float:none;
	height: 20px;
	clear: both;
}
#impulse{
	height:25px;
	margin-top:3px;
	text-align:center;
}