/*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
{
	position: absolute;
	background-color:transparent;
	height: 132px;
	margin-top: 260px;
	margin-left: 180px;
	overflow: auto;
	float: left;
	z-index: 1001;
}

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

.blink a
{
text-decoration: blink underline;
color: blue;
}

.blink
{
text-align: center;
}

a
{
border:none;
}

#menu_bois2
{
	position: absolute;
	margin-top:	335px;
	background-color:transparent;
	margin-left: 250px;
	overflow: auto;
	z-index: 1000;
}

#photos
{
	overflow:auto;
	height: 515px;
	width: 70%;
	position: absolute;
	margin-top: 538px;
	left: 250px;
	background-color: transparent;
	z-index: 100;
	padding: 0px;
}

.centre
{
text-align: center;
}

h1
{
	position: relative;
	top: 300px;
	left: 30px;
	color: #e77d00;
	margin: auto;
	font-size: 3em;
	text-align: center;
	clear: both;
	font-family: arial
}

h2
{
	text-align:center;	
	color: blue;
	font-size: 2em;
	font-family: arial;
	margin-top: 70px;
	margin-bottom: -10px;
}

p:first-letter
{
	font-size:1.7em;
	font-family: arial;
}

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

h3
{
	color: red;
	font-size: 1.2em;
	font-family: arial;
}

#piedpage
	{
		background-color: transparent;
		width: 80%;
		min-height: 50px;
		text-align:center;
		margin: auto;
		color: #6d6a6a;
		font-family: arial;
	}
a
{
text-decoration:none;
color: #941515;
border: none;
font-family: arial;
}
a:hover
{
text-decoration:none;
color: red;
font-family: arial;
}

