html, body, #myContent	{ height:100%; }
body{ margin:0; padding:0;}
#Content{ /* style alt content */ }

html
{
	font-family: "Lucida Grande", verdana, helvetica, sans-serf;
	font-size: 11px;
}

a:link, a:visited
{
	text-decoration: none;
	color:black;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	font-size: 12px;
}

h3
{
	text-transform: uppercase;
	font-weight: bold;
}

#flashcontent
{
	position:absolute;
}

#bandeau
{
	position:absolute;
	z-index: 1000;
	bottom:	0px;
	right:0px;
}
