@import "navigation.css";
html, body {
height: 100%
}

body {
background-color:#471d16;
background-repeat:no-repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding : 0 ; 
text-align : center;
font-size : 0.7em;
color : #fff ;
font-family : arial ;
}


#petits_liens {
	position: relative;
	margin: 0;
	padding: 0;
	width: 295px;
	height: 30px;
	background: transparent url(../images/petits_liens_bg.png) no-repeat left top;
	float: right;
}

/**************************SITE****************/

#site {
	margin:0 auto;
	width:100%;
}


/*******************CONTENU*********************/
#contenu {
position:relative;
margin:0 auto;
width:900px;
height:auto;
}

/*********************PIED*************************/
#footer {
font-size:7px;

position:absolute;
	width : 100%;
	height :auto;
	bottom:0;
	color:#000000;
	/*background-image:url(../images/fond-content-header.png);*/
 }
#footertxt{
	width:900px;
	height:auto;
	color:#FFFFFF; 
	text-align : center;
	margin : 0 auto;
 }

#footer a { 
color : #0000000;
text-decoration : none ;  
}

#footer a:hover { 
text-decoration : underline ;  
}


