/* CSS Document */

body {
	margin: 0px;
	scrollbar-face-color:#000;
	scrollbar-shadow-color:#fff;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color:#000;
	scrollbar-arrow-color:#99cc00;
	scrollbar-width: 50px;
	padding: 0px;
	background-color: #FFFFFF;


}

p {
	color: #FFFFFF;
	margin: 0px;

}

/*Boites pour la structure du document*/

#BoiteFond {
	background-image: url(../images/images-generales/fond-general.gif);
	background-repeat: no-repeat;
	height: 520px;
	width: 1024px;
	padding-top: 7px;


}
#BoiteGenerale {
	width: 1024px;
	height: 505px;
	margin-left: 9px;
	background-image: url(../images/images-generales/fonddeco.jpg);
	background-repeat: no-repeat;
}
#BoiteEntete {
	background-repeat: no-repeat;
	height: 174px;
	width: 1000px;
}
#BoiteEntete-Animation {}
#BoiteCorps {}
#BoiteNavigation {
	background-repeat: no-repeat;
	height: 327px;
	width: 185px;
	float: left;
	margin-left: 9px;


}
#BoiteContenu {
	padding-right: 15px;
}
