*{scrollbar-base-color:#000000 ;
               scrollbar-face-color:#C60851;
               scrollbar-highlight-color:#FED5E5;
               scrollbar-shadow-color:#FED5E5;
               scrollbar-3dlight-color:#FED5E5;
               scrollbar-arrow-color:#FFFC86;
               scrollbar-track-color:#FED5E5;
               scrollbar-darshadow-color:#000000;
              }
#entete {
	height: 150px;
	width: 750px;
	background-image: url(../exercices/exercice039/entete_r.png);
	background-color: #E580A7;
}
#menu {
	background-color: #C60851;
	height: 50px;
	width: 750px;
	text-align: center;
}
#warpper #menu ul {
	margin: 0px;
	padding: 15px;
}
#warpper #menu ul li a {
	color: #FED5E5;
	text-decoration: none;
}
#warpper #menu ul li a:hover {
	color: #F63;
}
#warpper #menu ul li {
	color: #FED5E5;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
.espace {
	margin-right: 50px;
}
#contenu {
	background-image: url(../exercices/exercice039/bg_r.gif);
	height: 500px;
	width: 750px;
}
#pied {
	background-image: url(../exercices/exercice039/pied_r.gif);
	text-align: center;
	height: 35px;
	width: 750px;
}
#warpper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../exercices/exercice039/bg_r.png);
	background-color: #FEB2CF;
	text-align: center;
	overflow: auto;
	clip: rect(0px,auto,auto,auto);
	color: #C60851;
}
#warpper #contenu #bdt {
	text-align: center;
	height: 400px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
