body {
	background: #FFFFFF;
	color: #f3f3f3;
	font-family: 'QlassikMediumRegular';
	text-align: justify;
	font-size: 15px;
	line-height: 20px;
	margin-top: 60px;
}

/*-- Font-face --*/
@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('../polices/qlassik_tb-webfont.eot');
	src: local('☺'), url('../polices/qlassik_tb-webfont.woff') format('woff'), url('../polices/qlassik_tb-webfont.ttf') format('truetype'), url('../polices/qlassik_tb-webfont.svg#webfontMhX4qJxW') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*----*/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #3f3e03;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #beccef;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #3f3e03;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #beccef;
	border-bottom: 1px solid #beccef;
}

h5 {
	color: #3f3e03;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
}

.signature {
	font-size: 15px;
	font-weight: normal;
	color: #beccef;
}

.infos {
	font-style: italic;
	font-size: 14px;
}

a:link, a:visited {
	color : #beccef;
	text-decoration : none;
}

a:hover {
	color : #3f3e03;
	text-decoration : none;
}

#global {
	background: #83a01d url(../images/arbre.png) no-repeat bottom right;
	width: 980px;
	margin: auto;
	border: 2px solid #3f3e03;
}

#header {
	width: 980px;
	height: 142px;
	background: #83a01d;
}

#navigation {
	width: 980px;
	height: 35px;
	background: #3f3e03;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#conteneur {
	min-height: 450px;
}

#nav {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align: center;
	line-height : 30px;
}

#nav li {
	display: inline;
	margin-right: 40px;
	color: #f3f3f3;
	line-height : 30px;
}

#nav li a {
	text-align: center;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a:focus, #nav li a:active {
	color : #83a01d;
}

.contenu {
	margin: 20px;
}

.contenugauche {
	float: left;
	width: auto;
	min-width: 250px;
	margin-right: 30px;
}

.contenudroit {
	float: right;
	width: 650px;
}

.navstageprev {
	float: left;
	width: 200px;
}

.navstagenext {
	float: right;
	width: 200px;
	text-align: right;
}

.navstager {
	background: url(../images/handnext.png) no-repeat;
	padding-left: 24px;
}

.navstagel {
	background: url(../images/handprev.png) no-repeat;
	padding-left: 24px;
}

#droit {
	width: 199px;
	margin-top: 20px;
	float: right;
	text-align: center;
}

.clear {
	clear: both;
}

#footer {
	width: 980px;
	margin: auto;
	text-align: center;
	color: #3f3e03;
	font-size: 12px;
	line-height: 18px;
}

#footer a:link, #footer a:visited {
	color: #3f3e03;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #83a01d;
	text-decoration: none;
}

.portrait {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

img {
	border: none;
}

.ital {
	font-style: italic;
}

.error-message {
	color: #ae691f;
}

input {
	opacity: 0.4;
}

textarea {
	opacity: 0.4;
}

#adresse {
	visibility: hidden;
}

#envoyer {
	opacity: 1;
	cursor: pointer;
}

/*--Main Container--*/
.main_view {
	float: right;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*--Window/Masking Styles--*/
.window {
	height:225px;	width: 300px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	visibility: hidden;
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
}
.paging a:hover {font-weight: bold;}


/*--Menu--*/

.menu{
	border:none;
	border: 0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
	}
.menu ul{
	background:#3f3e03;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#3f3e03;
		color: #FFFFFF;
		font-size: 14px;
		letter-spacing: 1px;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		text-transform: uppercase;
		}
		.menu li a:hover, .menu ul li:hover a{
			
			color: #83a01d;
			text-decoration:none;
			}
	.menu li ul{
		background:#3f3e03;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		color: #FFFFFF;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#3f3e03;
			border:0px;
			color:#83a01d;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


/*-- Slider --*/
#slider-wrapper {
	position: relative;
    float: right;
    width:300px;
    height:225px;
    margin-left: 20px;
	margin-bottom: 20px;
}

#slider {
    width:300px;
    height:225px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

p.signature{color:#BECCEF;font-style: italic}

	
