/* CSS Document */
table {
border-style:solid; 
border-width:1px; 
border-color: #FFFFFF;
}
.table2 {
border-style:solid; 
}
.back {
	background-repeat:no-repeat;
	background-image:url(img/feuilles.jpg);
	background-position:center;
}
body {
	bgcolor:"#FF9900";
	height: 100%;
	margin: 0;
	 padding:0;
	background-color: #FF9900;
}
html{
	margin: 0;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
#content {
     height: 100%;
}
#flashcontent {
		height: 100%;		
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Styler {
	color: #FF9900;
	font-weight: bold;
}
.Style2 {
	font-size: 24px;
	color: #FFFFFF;
}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.blanc {
	color: #FFFFFF
	font-size: 12px;
}

.Style3 {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}