

body {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255); 
	background-image: url("../images/background2.jpg");
}

	.header {
		color: #ffffff; 
		text-shadow: 1px 0px 10px #443322;
		text-align: center;
		line-height: 145%;
		font-family: 'Caslon224 Bk BT', Helvetica;
		font-size: 175%;
		font-weight: light;
		margin-left: 0;		
		margin-top: 2%;
		width: 75%;
		position: relative;
		overflow: hidden;
		background-color:transparent;
	}

	ul {
		margin: 0;
		padding: 0;

	}
	
	li {
		font-family: 'Caslon224 Bk BT', Helvetica;
		font-size: 125%;
		color: #443322;
		list-style-type: none;
		margin: 15px;
		padding: 5px 5px 5px 10px;
		border: 1px solid #443322;
		padding: 20px;
		
	}



	.menu {
		font-size: 120%;
		font-weight: light;
		line-height: 1.5em;
		margin-left: auto;
		margin-right: auto;		
		background: #e0d6b2;
		text-align: center;
		position: relative;
		overflow: hidden;
		width: 75%;

	}
		
	.menu li:hover {
	background: linear-gradient(0deg, rgba(68,51,34,1) 0%, rgba(224,216,180,1) 
		100%, rgba(224,216,180,1) 100%, rgba(68,51,34,1) 100%);
		}	
		
		.menu li:hover a.has-child {
			background: url('images/arrow-hover.png') center right no-repeat;
		}
		
		.menu li a {
			display: block;
			text-align: center;
		}
		
		.menu li:hover a {
			color: #ffffff;
			text-shadow: 0px 1px 0px #000000;
		}
		
		.has-child {
			background: url('images/arrow.png') center right no-repeat;
		}
		
		.has-child:hover {
			background: url('images/arrow-hover.png') center right no-repeat;
		}
		
		.back {
			margin-top: .5em;
			background: url('images/prev.png') bottom left no-repeat;
			position: absolute;
			display: block;
			height: 15px;
			width: 10px;
			cursor: pointer;
		}
		
	a, a:visited, a:hover {
		text-decoration: none;
		color: #000000;
	}


p.inscription {
	color:#443322; 
	font-size:175%; 
	font-family: 'Trajan Pro'; 
	text-transform:uppercase; 
	color:#443322; 
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: center;

}


.myButton {
	background:linear-gradient(to bottom, #44c767 5%, #4d8a2c 100%);
	background-color:#44c767;
	border-radius:28px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	color:white;
	font-family:Arial;
	font-size:26px;
	padding:7px 21px;
	text-decoration:none;
	text-shadow:0px 1px 50px #2f6627;
}
.myButton:hover {
	background:linear-gradient(to bottom, #4d8a2c 5%, #44c767 100%);
	background-color:#4d8a2c;
}
.myButton:active {
	position:relative;
	top:1px;
}




