html {
	background-color:#990000;
	color: #ffffff;
	height:98%;	
}
body {
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:98%;
	margin:0;
	padding:5px 5px 0 5px;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active, a:hover  {
	color: #ffffff;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	text-align:center;
	margin:10px 0;
	padding:0;
}
/* logo: fiche info*/
	/* aligner a droite si menu*/
	img#logo {
		float:right;
		clear:left;
		margin-right:10px;
		width:34px;
		height:235px;
	}
	/* center si tout seul */
	img#logoseul {
		margin:0 auto;
		width:34px;
		height:235px;
	}
/* liste si menus */	
ul {
	text-align:left;
	margin:10px 15px;
	padding:0;
	text-indent:0;
}
	ul li {
		list-style-position: outside;
		margin:15px 0;
		padding:0;
		text-indent:0;
	}


