a {
	color: #99cc00;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

body {
	background-color: #99cc00;
}
div {
	font-family: Verdana, Arial;
	}
div#titre {
	width:798px;
	height:15px;
	background-color:#000000;
	color:#CCCCCC;
	border-left: 1px inset black;
	border-right: 1px inset black;
	text-align:right;
	}
div#white {
	width:798px;
	height:5px;
	background-color:#000000;
	border-left: 1px inset black;
	border-right: 1px inset black;
	}
div#black {
	width:798px;
	height:5px;
	background-color:#000000;
	border-left: 1px inset black;
	border-right: 1px inset black;
}
div#smenu {
	width:798px;
	height:25px;
	padding-top: 5px;
	background-color:#000000;
	font-size:medium;
	color:#CCCCCC;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	border-left: 1px inset black;
	border-right: 1px inset black;
	text-decoration: none;	
	}
div#contenu {
	width:788px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	border-left: 1px inset black;
	border-right: 1px inset black;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:left;
	}
div#pied_page {
	width:798px;
	height:50px;
	background-color:#000000;
	border-left: 1px inset black;
	border-right: 1px inset black;
	}