*{
	font-family: sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
body {
	background-color: #cc4;
}

.rubrique img {
	display: block;
	border: 1px solid #440;
	padding: 1px;
	margin: 10px auto;
}

#tete, #menu{
	width:100%;
	text-align: center;
}
#tete {
	background: -webkit-radial-gradient(circle, #cc4 200px, #880);
	background: -o-radial-gradient(circle, #cc4 200px, #880);
	background: -moz-radial-gradient(circle, #cc4 200px, #880);
	background: radial-gradient(circle, #cc4 200px, #880);
	min-height:50px;

}
h1, h2 {
	display: inline-block;
	text-transform: uppercase;
	font-family: serif;

}
#tete h1:before {content:" "}
#tete h1:after {content:" "}
h1 {

	font-size: 4em;
	font-weight: bold;
	color: #aa2;
	text-shadow: -1px -2px 0px rgba(0,0,0,0.5);
	padding: 40px;
}

#menu , .rubrique .up {
	background: -webkit-linear-gradient(#880, #aa2 );
	background: -o-lienar-gradient(#880, #aa2 );
	background: -moz-linear-gradient(#880, #aa2 );
	background: linear-gradient(#880, #aa2 );
}
#menu {
	margin: 0 0 50px 0;
	min-height:50px;
	border-bottom: 1px solid #440;
	border-top: 1px solid #aa2;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.3);
	
}
#menu ul{
	list-style-type: none;
	display:inline;
}

#menu ul li{
	display:inline-block;
	width: 80px;
	text-decoration: none;
	padding: 15px;
}
#menu ul li:hover {
	background-color: #440;
}


/*#menu ul li:hover {
	background-color: #440;
	-webkit-animation:fondu 1s;
}

@-webkit-keyframes fondu {
	from {background:transparent;}
	to {
		background-color: #440;
	}
}
*/

#menu ul li:hover a{
	color: white;
	
}


#menu ul li a{
color: whitesmoke;
}

#menu ul li a:hover{
	text-decoration: none;
}

.rubrique {
	width: 850px;
	min-height:500px;
	background-color: white;
	margin: 20px auto 200px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);	
	border-radius : 7px  7px 0 0;
}
.rubrique .content{
	text-align: justify;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.3); 
}

.rubrique ul{
	
}

.rubrique .up {
	border-bottom: 1px solid #440;
	border-top: 1px solid #aa2;
	text-align: left;
	background-color: #880;
	border-radius : 7px  7px 0 0;
}

.rubrique h2 {
	margin:5px;
	padding:10px;
	color:white;
	border-style: solid;css gaerie photo
	border-color: white;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 7px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);

}


#terrain {}
#plans {}
#structure {}
#liens {}
#contact {}
#pied:before {
	content: " ";
	display:block;
	width: 100%;
	background: -webkit-linear-gradient(#aa2,#880 );
	background: -o-lienar-gradient(#880, #aa2 );
	background: -moz-linear-gradient(#880, #aa2 );
	background: radial-linear(#aa2,#880 );
	margin: 0;
	height:50px;
	border-top: 1px solid #440;
	border-bottom: 1px solid #aa2;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.3);
}
#pied {
	display: block;
/*	background-color: black;*/
	min-height: 200px;
	background: -webkit-radial-gradient(circle, #222 200px, #000);
	background: -o-radial-gradient(circle, #222 200px, #000);
	background: -moz-radial-gradient(circle, #222 200px, #000);
	background: radial-gradient(circle, #222 200px, #000);
}
