/* CSS Document */

body{
	background: url("images/bg1.jpg");
	height: 1100px;
}

.container{
	box-shadow: 0px 0px 5px black;
	border-radius: 10px;
}

.fondorange{
	background: #ff884d;
}

#ligne1{
	color: white;
	text-align: center;
	height: 200Px;
	padding: 80px 0 0 0;
	text-shadow: 2px 2px 2px black;
}

h1{
	font-family: "Magical Feather";
	font-size: 48px;
}

#ligne2 img{
	height: auto;
	max-width: 100%;
}

.colonnes{
	background: rgba(255, 255, 255, 0.4);
	padding: 20px 5px;
}

.colonnes h2{
	font-family: "Chocolate", "cursive";
	padding: 20px 6px;
}

.bordure{
	border-right: dotted 1px black;
}

span{
	
}



#pied{
	text-align: center;
	font-size: 14px;
	height: 30px;
}

#navigation a:hover{
	background: white;
	color: #ff884d;
}