/*page d'acceuil du site*/
body
{
	position: absolute;
	width: 99%;
	max-width: 2234px;
	min-width: 600px;
	height: 1300px;
	background-color: #9bdda2;
}

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

#imgfond
{  
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: url("images/fonds/image_large.png");
	background-repeat: no-repeat;
	font-size: 0.00001 em;
	-moz-border-radius: 15px; 
}

#petit 
{
font-size: 0.0000000000001em;
}

#entete
{
	width: 34.7%;
	height: 16.3%;
	margin: auto;
	margin-top: -23px;
	background-image: url("images/fonds/entete2.png");
	background-repeat: no-repeat;
	background-color: #9bdda2;
	background-color: transparent;
	z-index: 1000;
}

#bois-top
{
	width: 99%;
	height: 25px;
	margin-left: 10px;
	margin-top: 3%;
	background-image: url("images/fonds/bois-top.png");
	background-repeat: no-repeat;
	-moz-border-radius: 12.5px;
	z-index: 100;
}

#bois-left
{
	width: 25px;
	height: 83.5%;
	margin-left: 66px;
	margin-top: -81px;
	background-image: url("images/fonds/bois-left.png");
	background-repeat: no-repeat;
	-moz-border-radius: 12.5px;
	float: left;
}

#menu_bois
{
	width: 50%;
	height: 1.6%;
	background-color:transparent;
	margin-left: 31%;
	z-index: 1000;
}

#corps
{
	min-height: 100px;
	width: 80%;
	background-color: transparent;
	margin: auto;
	margin-top: 10px;
}

#corps_lvtx
{
	min-height: 100px;
	width: 80%;
	margin: auto;
	margin-top: 80px;
	-moz-border-radius: 15px; 
	background-color: transparent;
	padding: 0px;
}

h2
{
	color: #e77d00;
	font-size: 2em;
	text-align:center;
}

.blink a
{
text-decoration: blink;
color: #941515;
}

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

.blink
{
text-align: center;
}

.blink2
{
text-align: center;
text-decoration: blink;
color: red;
}


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;
}
