/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */

/* Début clear-float */

.clear-float
{
	min-height: 1px;
}

.clear-float:after
{
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

* html .clear-float
{
	height: 1%;
}

/* Fin clear-float */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}
