body { 
	font: 100% Comic Sans MS, georgia, sans-serif;
	word-spacing : 0.1em;
	line-height : 18pt;
	color: #000000; 
	background: #006600;
	margin: 0; 
	padding: 0;
	}
	
#container01 { 
	background: url(images/pixel_trans.gif) no-repeat top left;  
	padding: 50 180px 400 200px;  
	margin: 0; 
	position: relative;
	}		

P  {
	font-size : 11pt;
	color : #000000;
	font-weight : bold;
	background:  url(images/pixel_trans_white.png);
}

H1  {
	font-size : 24px;
	font-family : Comic Sans MS, georgia, sans-serif;
	color : #000000;
	width : 100%;
	font-weight : bold;
}

A:link  {
	text-decoration : underline;
	font-family : Comic Sans MS, georgia, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #006600;
}

A:Hover  {
	text-decoration : underline;
	color : #339900;
	font-weight : bold;
	font-family : Comic Sans MS, georgia, sans-serif;
}

A:active  {
	text-decoration : underline;
	font-family : Comic Sans MS, georgia, sans-serif;
	color : #339900;
	font-weight : bold;
}

A:visited  {
	text-decoration : underline;
	font-size : 11pt;
	font-family : Comic Sans MS, georgia, sans-serif;
	font-weight : bold;
	color : #339900;
}

#logo {
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 202px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 5;
}
	
#roadsign {
	background-image: url("images/road_sign01.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 175px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

#retour {
	background: transparent url("images/pixel_trans.gif") bottom right no-repeat; 
	position: fixed; 
	bottom: 130px; 
	right: 25; 
	width: 130px; 
	height: 50px;
	}
	
#contact {
	background: transparent url("images/pixel_trans.gif") bottom right no-repeat; 
	position: fixed; 
	bottom: 60px; 
	right: 25; 
	width: 130px; 
	height: 50px;
	}	

#menu {
	background: transparent url("images/pixel_trans.gif") top left no-repeat; 
	position: fixed; 
	top: 210px; 
	left: 0; 
	width: 200px; 
	height: 700px;
	}