body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:30px 0px 20px 0px;
	color: #DDDDDD;
	background: #000000;
}



/*COnteneur du site */
#conteneur {
	width:800px;
	margin:0 auto;
	
}

#lien {
	margin:20px 0px 30px 0px;
	width: 800px;
}


#lien a
{
	margin-left:7px;
	font-size: 20px;
	font-style:  italic;
	font-weight: bold;
	color: #FF9900;
	display: inline-block; 
	width: 148px ;
	line-height: 70px ;
	text-decoration: none ;
	text-align: center;
	background: #000000 url(../../../images/accueil/accueil.png) no-repeat 0px 0px; 
}

#lien a:hover, #lien a:active
{
	color: #67B7D0;
	background: #000000 url(../../../images/accueil/accueil.png) no-repeat 0px -70px;  
}

#pied
{
	height: 54px ;
	background: #000000 url(../../../images/accueil/logo.png) no-repeat 0px 0px;  
}

#header
{
	height: 54px ;
	background: #000000 url(../../../images/accueil/team.png) no-repeat 0px 0px;  
}