body {
	background-color: #000000;
}
	
#menu {
	width			: 802px;
	margin-left  	: auto;
	margin-right 	: auto;
	padding			: 0px 0px 3px 0px;
	margin-top 		: 0px;
	margin-bottom	: -2px;
	position		: relative;
	top				: 30px;
}

#menu li {
	display			: inline;
	margin-right	: -5px;
}
	#menu a, #menu span {
		border-top		: 1px solid #F55102;
		border-left		: 1px solid #F55102;
		border-right	: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #000000;
		color			: #FFFFFF;
		text-decoration	: none;
		font-family		: arial;
		font-size		: 11px;
		text-transform	: uppercase;
		font-stretch	: condensed;
	}
	#menu a:hover, #menu span {
		border-top		: 1px solid #F55102;
		border-left		: 1px solid #F55102;
		border-right	: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #7A2700;
	}

#contenu {
	border			: 1px solid #F55102;
	background		: url(pic/fd_page.gif) no-repeat top right;
	width			: 750px;
	height			: 450px;
	color			: #FFFFFF;
	font-family		: arial;
	font-size		: 12px;
	position		: relative;
	top				: 30px;
	margin			: auto;
	padding-right	: 50px;
/*	padding-top		: 30px;*/
	overflow		: auto;
}

#copyright {
	position		: relative;
	top				: 30px;
	width			: 802px;
	margin			: auto;
	text-align		: right;
	margin-top		: -1px;
	padding-bottom	: 3px;
}
	#copyright a, #copyright span {
		margin-left : -5px;
		border-left		: 1px solid #F55102;
		border-right	: 1px solid #F55102;
		border-bottom	: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #000000;
		color			: #FFFFFF;
		text-decoration	: none;
		font-family		: arial;
		font-size		: 11px;
		text-transform	: uppercase;
		font-stretch	: condensed;
	}
	#copyright a:hover, #copyright span {
		border-left		: 1px solid #F55102;
		border-right	: 1px solid #F55102;
		border-bottom	: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #7A2700;
	}

#presentation {
	height			: 450px;
	background		: url(pic/frame_gauche2.jpg) left top no-repeat;
}
	#presentation p {
		margin-top		: 0;
		padding-left	: 338px;
		padding-top		: 180px;
	}
	#presentation p span {
		font-weight: bold;
		font-size: 14px;
	}
/* Bouton de parametrage des modules */
.boutonparam {
	padding			: 4px;
	margin			: 0px;
	position		: absolute;
	left			: 0px;
	bottom			: 0px;
}
	.boutonparam a {
		display			: block;
		border			: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #000000;
		color			: #FFFFFF;
		text-decoration	: none;
		font-family		: arial;
		font-size		: 11px;
		text-transform	: uppercase;
/*		font-stretch	: condensed;*/
	}
	.boutonparam a:hover {
		border			: 1px solid #F55102;
		padding			: 3px 8px 3px 8px;
		background-color: #7A2700;
	}
*, body, fieldset {
	/* Couleur du dessus des boutons et de la barre de défilement */
	scrollbar-face-color: #000000; 
	/* Couleur sombre du relief des boutons */
	scrollbar-shadow-color: #F44E00;
	/* Couleur claire du relief des boutons */
	scrollbar-highlight-color: #F44E00;
	/* Couleur claire du relief des boutons quand ceux-ci ne sont pas enfoncés */
	scrollbar-3dlight-color: #000000; 
	/* Couleur claire du relief des boutons quand ceux-ci ne sont pas enfoncés */
	scrollbar-3dlight-color: #000000; 
	/* Couleur sombre du relief des boutons quand ceux-ci ne sont pas enfoncés */
	scrollbar-darkshadow-color: #000000; 
	/* Couleur du fond de la barre */
	scrollbar-track-color: #4c1800; 
	/* Couleur des flèches */
	scrollbar-arrow-color: #F44E00;
}