html {

	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	
}

body{

	padding:0px;
	margin:0px;
	height:100%;
	font-family: Arial,Helvetica,Sans;
	display:table;
	width:100%;
	
}

fieldset{
	margin-bottom:30px;
	border:1px solid #0c793d;
	padding:10px;
	text-align:left;
}

legend {
	font-weight:bold;
	color:#0c793d;
}

textarea {
	
	border: 1px solid #000000;
	width:90%;
	margin-left:5%;

}

.formulaire_contact label {
	float: left;
	width: 35%;
	padding-right:2%;
	text-align:right;
	margin-bottom:5px;
	
}


.actu_box {
	

}

.titre_actu {
	color: #0c793d;
	font-weight:bold;
	font-size:14pt;
}
.date_actu {
	color: #0c793d;
	font-style:italic;
	font-size:10pt;
	margin-bottom:10px;
}

.frise {

	width:140px;
	height:100%;
	top:0px;	
	background-color:#998d2e;
	background-image:url(../gfx/texture.png);
	background-position:0px 800px;

}

.bg {

	left:0px;	
	
}


.bd {

	right:0px;
	
}

.saping {

	background-image:url(../gfx/frise-gauche.png);
	background-repeat: no-repeat;
	width:140px;
	height:100%;
	
}

.sapind {

	background-image:url(../gfx/frise-droite.png);
	background-repeat: no-repeat;
	width:140px;
	height:100%;
	
}

.content{

	margin-left:150px;
	margin-right:150px;
	text-align:center;
	
}

.menu {

	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	display:table;
	margin-top:8px;
	margin-bottom:40px;
	
}

a.menuc {

	color: #0c793d;
	padding:15px;
	padding-bottom:8px;
	text-decoration:none;
	
}


a.menuc:hover {
	
	background-color: #0c793d;
	color:#ffffff;
	
}


a.menu-anim {

	color: #0c793d;
	padding:15px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	
}

a.menu-anim:hover {
	
	background-color: #0c793d;
	color:#ffffff;

}
.text {

	text-align:left;
	padding:20px;
	padding-bottom:80px;
	font-size:11pt;
	line-height:17pt;
	
}

.logo {
	position:fixed;
	left:58px;
	bottom:20px;
}

img {

	padding:0px;
	margin:0px;
	vertical-align:middle;
	border:none;
}

a {

	text-decoration:none;
	color:#0c793d;
	font-weight:bold;

}



/*
boite photo
*/
.photopop {
	
	left:15%;
	top:10%;

	width:750px;
	height:493px;
	position:fixed;
	z-index:5;
	visibility:hidden;
}

.boximage{
	
	font-size:1px;
	line-height:1px;
}

.boxmiddle{

	background-color:#ffffff;
	width:709px;
	height:451px;
	float:left;

}

.middle {
	height:451px;
	width: 790px;
	text-align:center;
}

.boxmiddle-l{
	
	float:left;

}

.boxmiddle-r {

	float:left;
}

.bande {
	display:table;
}

.boxclose {
	font-size:10pt;
	text-align:right;
	margin:10px;

}

.boxlegend {
	text-align:right;
	margin-right:10px;
	color:#0c793d;
	font-weight:bold;
}


.boximage {
	margin-right:auto;
	margin-left:auto;

	background-color: #eeeeee;
	width:700px;
	height:390px;
}


.content-box {
	
	
	width:100%;
	margin-right:-18px;
	min-height: 260px;
	margin-bottom:40px;
}

.content-boximage {

	width:100%;
	
}

.boximage-right {

	text-align:right;
	
}

.content-image {

	width:160px;
	height:260px;
}

.image-right{

	margin-left:auto;

}

.content-title {
	height:100px;
	font-size:18pt;
	font-weight:bold;
	color: #0c793d;
	background-repeat:no-repeat;
	margin-top:-260px;
	

}



.title-left {
	background-image:url(../gfx/content-left.png);
	margin-left:160px;
	padding-left:10px;
}


.title-right {
	background-image:url(../gfx/content-right.png);
	background-position: top right;
	margin-right:160px;
	padding-right:10px;
	text-align:right;
	
}

.title-center {
	background-image:url(../gfx/sapins03.png);
	background-position: top center;
	margin-right:0px;
	padding-right:10px;
	margin-left:0px;
	padding-left:10px;
	text-align:center;
	height:100px;
	background-repeat:no-repeat;
	font-size:18pt;
	font-weight:bold;
	color: #0c793d;
}


.content-intitle {

	padding-top:50px;
}

.content-intitle2 {

	padding-top:70px;
}

.content-subtitle {
	height:20px;
	margin-bottom:30px;
	margin-top:-25px;
}

.subtitle-left{
	margin-left:220px;
}
.subtitle-right{
	text-align:right;
	margin-right:220px;
}

.content-text{

}


.text-left {
	margin-left:180px;
}

.text-right {
	text-align:right;
	margin-right:180px;
}

@media screen {
	div.frise {
		position: fixed;
	}

*	html {
		overflow-y: hidden;
	}

*	html body {
		overflow-y: auto;
		height: 100%;
		font-size: 100%;
	}

*	html div.frise {
		position: absolute;
	}
*	html div.logo {
		position: absolute;
	}
*	html div.photopop {
		position: absolute;
	}
*	html div.bd {
		right: 15px;
	}

}
