/*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;
	padding: 0px;
	margin-bottom: 0px;
}

#menu_bois2
{
	background-color:transparent;
	margin-left: 240px;
	overflow: auto;
	z-index: 900;
}

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

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



#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;
}
#dns
{
	max-height: 100px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin-left: 50px;
	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-left: 50px;
	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-left: 50px;
	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: 200px;
	width: 95%;
	background-repeat: x;
	text-align: center;
	margin-left: 50px;
	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;
}

.centre
{
text-align: center;
}

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

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

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;
	}
a
{
text-decoration:none;
color: #941515;
}
a:hover
{
text-decoration:none;
color: red;
}
