/* CSS Document */
/* Début élément standard */
body,td,th
{
 font-family: verdana;
 font-size: 11px;
 margin:0px;
 padding:0px;
}
a
{
 font-size: 11px;
 color: #000000;
}

a:visited
{
 color: #000000;
 text-decoration: none;
}

a:hover 
{
 color: #000088;
 text-decoration: underline;
}

a:link 
{
 text-decoration: none;
}

a:active 
{
 text-decoration: none;
 color: #000088;
}
#header
{
	width: 800px;
	height:auto;
	top=-100px;
	padding:0;
	margin:0;
}
#content
{
	position:relative;
	top=-80px;
	width:800px;
	
}

#contentPage
{
	position:relative;
	top=-80px;
	width:800px;
	
}
#footer
{
	position:relative;
	width:800px;
	margin-top:20px;
}

#zoneBanniere
{
	position:relative;
	top:-110px;
    width: 708px;
	height: 80px;
 	background:#9999FF;
}


