*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #FFF;
	background-color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
	text-align: center;
}

a
{
	color: rgb(152, 152, 152);
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	color: red;
	background-color: transparent;
}

#contenu
{
	border: none;
	font-size: 1.3em;
}
img, object { border: none; }
#contenu p { margin: 20px; }

/* salade de styles pour IE - NE PAS REFORMATER ! */
/* hides the second object from all versions of IE */
* html object.mov { display: none; }

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { display: inline; }

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { display/**/: none; }
