/*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: 900;
}

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


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

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

.blink
{
text-align: center;
}

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

a
{
border:none;
}



#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;
}
#insription
{
	max-height: 100px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin: auto;
	margin-top:5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url("../images/fonds/fond_tranparent.png");
	background-color: transparent;
	-moz-border-radius: 15px;
}

#weekend
{
	max-height: 100px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url("../images/fonds/fond_tranparent.png");
	background-color: transparent;
	-moz-border-radius: 15px;
}

#camp
{
	max-height: 300px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin: auto;
	margin-top:5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url("../images/fonds/fond_tranparent.png");
	background-color: transparent;
	-moz-border-radius: 15px;
}

#réunion
{
	max-height: 150px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin: auto;
	margin-top:5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url("../images/fonds/fond_tranparent.png");
	background-color: transparent;
	-moz-border-radius: 15px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.centre
{
text-align: center;
}

h1
{
	padding-top: 20px;
	margin-top: 20px;
	color: red;
	font-size: 3em;
	text-align: center;
	clear: both;
}

h2
{
	color: #e77d00;
	font-size: 2em;
	text-align:center;
}

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
{
	border-top: solid 2px black;
	position: relative;
	font-size: 1em;
	color:black;
	margin-bottom: 10px;
	left: 300px;
	text-align: center;
}*/
#piedpage
	{
		background-color: transparent;
		width: 80%;
		min-height: 50px;
		text-align:center;
		margin: auto;
		color: #6d6a6a;
	}
a
{
text-decoration:none;
color: #941515;
}
a:hover
{
text-decoration:none;
color: red;
}
