@import "nav.css";
@import "contact.css";

/* -------- CSS GENERAL -------- */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a{
	text-decoration:none;
	font-size:110%;
	color:#FFF;
}
a:hover{
	text-decoration:none;
	color:#82b64a;
}
ul{
	margin:0;
	padding:0; 
}
body {
	background:url(../images/index.jpg) no-repeat #82b64a center 0;
	background-color:#7EB148;
	color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	left:9px;
	top:40px;
	position:relative;
	overflow:auto;
	overflow-x:hidden;
	}
h1, h2, h4, h5, h6{
	font-size:150%;
}
p{
font-size:110%;
}
fieldset, img{
	border:0;
}
.clear{
	clear:both;
}

/* Mentions légales */
p.mentions_legales{
	padding:10px;
	font-size:.8em;
	color:#fff;
}


/* -------- GENERAL -------- */
#corps{
	width:880px;
	margin:0 auto;
	left:0px;
	position:relative;
	}
h3{
	font-size:130%;
	text-align:center;
	}	
	
/* -------- HEADER -------- */
#header{
	width:650px;
	height:160px;
	left:250px;
	position:relative;
}
h1{
	top:0px;
	left:0px;
	color:#FFF;
	text-indent:-9999px;
	position:absolute;
	z-index:10;
}
#header a.accueil{
	color:#304808;
	font-size:95%;
	top:4px;
	left:35px;
	position:relative;
	z-index:20;
}
#header a:hover.accueil{
color:#FFF;
}

/* -------- BANDEAU -------- */
#bandeau{
	width:880px;
	height:250px;
}
#deco{
	width:253px;
	height:250px;
	background:url(../images/pivoine.jpg) no-repeat;
	background-position:0 bottom;
	float:left;
}
#flash_anim{
	width:627px;
	height:250px;
	background:url(../images/diaporama/img1.jpg) no-repeat;
	float:left;
}




/* -------- CONTENU -------- */
#content{
	width:880px;
	}
.vide{
	width:626px;
	height:43px;
	float:left;
	margin:43px 0 0 0;
	border-top:#FFF solid 1px;
}
.col{
width:253px;
padding:20px 20px 0 20px;
float:left;
}
.colright{
width:253px;
padding:20px 20px 0 20px;
float:right;
}
.colcontact{
	width:400px;
	padding:0 0 0 60px;
	float:left;
}
.unecol{
	width:500px;
	padding:20px 10px 0 60px;
	float:left;
}






/* -------- Style liste contenu -------- */
ul.liste{
	margin:0;
	padding:0;
	list-style:square;
}

ul.liste li{
	margin:0 0 0 20px;
	padding:0 0 5px 0;
	font-size:110%;
}

ul.liste2{
	list-style:none;
	text-align:center;
	padding:0 0 0 15px;
}
.cadre{
border:#FFF solid 1px;
padding:10px;
text-align:center;
background-color:#67a129;

}
/* -------- PLAN -------- */
#plan{
width:400px;
float:left;
padding:20px 0 0 0;
}
/* -------- FOOTER -------- */
#footer{
	width:880px;
	padding:30px 0 60px 0;
	text-align:center;
}
#footer p{
	font-size:80%;
	padding:0 0 5px 0;
	border-bottom:#FFF solid 1px;
}

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

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

#footer ul{
	padding:5px 0 0 200px;
}
#footer ul li{
	display:block;
	float:left;
}
#footer ul li a{
	font-size:70%;
	border-right:#FFF solid 1px;
	border-left:#FFF solid 1px;
	padding:0 10px 0 10px;
}
#footer ul li a:hover{
	color:#304808;
}

#footer .logo{
	margin:10px 0 0 0;
}

