
* {
margin: 0; 
padding: 0;
}

html {
height: 100% ;
}

body {
	background: url(img/accueil/fond-accueil.jpg) #061511 no-repeat ;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position:left bottom;
	margin: 0;
	padding-left:20px;
	border: 0;
	font-size: 100%;
		
}

a{
	color:#FFFFFF;
}
img{
	border:none;
}
#navigation {
margin-left:570px;
position:absolute;
bottom:0;
left:0; 
margin-bottom:25px;


}
#navigation li {
	list-style:none;
	font-size:1.3em;
	font-style:italic;
	margin-bottom:10px;
}
#navigation li a{
	text-decoration:none;
}
#navigation li a:hover{
	color:#f3695c;

}

#pied {
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
	position:absolute;
	bottom:0;
	right:0; 
	color:#FFFFFF;
	margin-bottom:10px;
	margin-right:30px;
}

#pied li {
	float:left;
	list-style:none;
	margin-right:5px;

}


#pied li a{
	text-decoration:none;
}
#pied li a:hover{
text-decoration:underline;
}
#pied img{
	margin-left:10px;
}









#barre-gauche {
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	background: #f0b949;
}



#barre-gauche2 {
	height: 20%;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	background: #dd5d44;
}










