body {
	color: #000;
  	padding: 0 0 100px 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:2px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:0px;
	background-image:url(/mobilier/fond.gif);
	background-color:#000033;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

a {
color:#336633;
font-weight:bold;
}

img {
	border:none;
	}

div.top {
	width:800px;
	height:30px;
	background-color:#FFFFFF;
	background-image:url(/mobilier/titre.jpg);
	border:2px groove green;
	text-align:justify; 
	vertical-align:text-bottom;
	position:relative; 
	margin:2px auto; 
	padding:0;
	padding-top:150px;
}
div.mid {
	width:800px;
	background-color:#FCFCFC;
	border:2px groove green;
	text-align:justify; 
	position:relative; 
	margin:2px auto; 
	padding:5px; 
}
div.foot {
	bottom:0px;
	position: fixed;
	text-align:right;
}

#bodyContent {
  width: 100%;
  margin: 0;
  }
#bottomFrame {
	height: 100px;
	color:#F1FEED;
	background-color: #8ED95A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }
  
 p#menuLinks {
  font-size:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
