/*page d'acceuil du site*/

body
{
	width: 99%;
	min-width: 600px;
	height: 1300px;
	background-color: #9bdda2;
}

#page
{
	width: 100%;
	height: 1117px;
	margin: auto;
	background-color: transparent;
	margin-top: 20px;
	
}

#imgfond
{  
	width: 80%;
	height: 1117px;
	margin: auto;
	background-image: url("images/fonds/imgfond2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #73bbd3; 
	background-color: transparent;
	-moz-border-radius: 15px; 
}

#entete
{

	width: 100%;
	height: 1117px;
	margin: auto;
	background-image: url("images/fonds/entete2.png");
	background-repeat: no-repeat;
	background-position: 60% 5.61%;
	background-color: #9bdda2;  /*#9bdda2*/
	background-color: transparent;
}
#cadre_bois
{
	width: 100%;
	height: 1117px;
	margin: auto;
	background-image: url("images/fonds/cadre_bois2.png");
	background-repeat: no-repeat;
	background-position: 30px 0px;
	background-color: transparent;
}

#menu_bois
{
	background-color:transparent;
	margin-top: 260px;
	margin-left: 180px;
	overflow: auto;
	float: left;
	z-index: 1000;

}

#corps
{
	min-height: 100px;
	width: 60%;
	position: absolute;
	top: 420px;
	left: 300px;
	-moz-border-radius: 15px; 
	background-color: transparent;
	padding: 0px;

}

a
{
border:none;
}
a
{
text-decoration:none;
color: #941515;
}
a:hover
{
text-decoration:none;
color: red;
}


#corps_texte
{
	overflow:auto;
	height: 500px;
	width: 67%;
	position: absolute;
	top: 350px;
	left: 300px;
	-moz-border-radius: 15px; 
	background-color: transparent;
	z-index: 100;
	padding: 0px;
}

.centre
{
text-align: center;
}

h1
{
	color: red;
	font-size: 3em;
	text-align:center;
	padding: 0px;
	margin:0px;

}

p:first-letter
{
	font-size:1.7em
}

p
{
	text-indent: 40px;
	font-size: 1.3em;
	text-align: center;
} 	

h3
{
	color: red;
	font-size: 1.2em;
}
#piedpage
{
	background-color: transparent;
	width: 80%;
	min-height: 50px;
	text-align:center;
	margin: auto;
	color: #6d6a6a;
}