	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #829788;
	color:#999;
	background-image: url(../images/fondchap.png);
	background-repeat: no-repeat;
	background-position: left;
	}
body,td,th {
	font-family: 'Prociono', serif, garamond;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
#container { width:980px; margin:0px auto 0px; background:#FFFFFF; padding:10px; font-size:14px; margin-top:50px; }

a{
	text-transform:none;
	color:#333
}
#footer{
	background:#F0F0F0;
	padding:10px;
	border:#999 dotted 1px;
}
#projet{
	width:550px;
	color:#FFF;
	font-family:garamond;
	text-shadow: 1px 1px 1px #172408;
    filter: dropshadow(color=#172408, offx=1, offy=1); 
	font-size:110%;
	
}
#projet H2 {
	display:inline;
	font-size:16px;
	color:#000; 
	}
.petit {
	font-size:12px;
	color:#030;
	font-weight: bold;	
}
.pied {
	font-family: 'Prociono', serif, garamond;
	font-size:16px;
	color:#000;
	text-align:center;
	width: 700px;
}