/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7D0BB;
	font-size: 11px;
	color: #000000;
	line-height: 16px;

	
}

body
{
	min-height: 100%;
	


}


a:link 
	{

	font-weight:normal;
	color:#000000; 
	background-color: #D7D0BB;
	text-decoration:underline;
	}
	
a:visited 
	{ 
	font-weight:normal;
	color:white; 
	background-color: #000000;
	text-decoration:none;  
	}
	
a:focus 
	{ 
	font-weight:normal;
	color:white; 
	background-color: #000000;
	text-decoration:none; 
	}
	
a:hover 
	{ 
	font-weight:normal;
	color:white; 
	background-color: #000000;
	text-decoration:none;
	}
	
a:active 
	{ 	
	font-weight:normal;
	color:white; 
	background-color: #000000;
	text-decoration:none;  
	}
	
	
	

.tnn
{
	position:absolute;
	width:100px;
	height:49px;
	z-index:2;
	top: 20px;
	left: 20px
}
.adresse
{
	position:absolute;
	width:600px;
	height:60px;
	z-index:2;
	bottom: 50px;
	left: 20px
}