/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#flashcontent {
		height: 100%;		
}
html {
		height: 100%;
		overflow: hidden;
	}

.texte {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.titre {
	font-weight: bold;
	
}
.vert {
	color: #8ED25B;
}
.nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
