body
{
	background-image : url(backgroundheader.png);
	background-repeat : repeat-x;
}

li
{
	list-style-type : none;
}
a:link, a:visited, a:hover, a:active, a:focus
{
	text-decoration : none;
	color : black;
}

#header 
{
	width : 1200px;
	background : url(logo.png);
	background-repeat : no-repeat;
	height : 120px;
	margin: auto;
	margin-top : -10px;
}

#content 
{
	width : 800px;
	margin: auto;
	margin-top : 10px;
}


.appli 
{
	margin-top : 10px;
}

div.caption {
	font-family : verdana;
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
