@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}
.template #container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.template #sidebar { 
	float:left;
	width:189px;
	margin: 0px;
	padding: 34px 10px 18px 36px;
	text-align: left;
	background-color: #87c500;
}
.template #content {
	float:right;
	width: 690px;
	height:390px;
	padding: 166px 20px 20px 0px;
	text-align:justify;
	background-image: url(img/photo_cedres.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.template #footer {
	float:right;
	width: 710px;
	padding: 13px 0px 22px 0px;
	margin:0px;
	text-align:left;
}
.logo {
	margin: -10px -10px 18px -10px;
	border: none;
	text-decoration:none;
}
.nav {
	font: 19px/23px 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; 
	letter-spacing:1px; 
	color:#3e5a00;
	text-transform:uppercase;
}
.nav a {
	text-decoration:none;
	color:#3e5a00;
}
.nav a:hover {
	text-decoration:none;
	color:#fff;
}
.nav-email {
	font: 16px/24px 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; 
	letter-spacing:1px; 
	color:#3e5a00;
	text-transform:uppercase;
}
.nav-email a {
	text-decoration:none;
	color:#3e5a00;
}
.nav-email a:hover {
	text-decoration:none;
	color:#fff;
}
.spacer {
  height: 10px; 
}
.h1 {
	font: 28px/40px 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #77ad00;
	letter-spacing:1px;
}
.h2 {
	font-size: 13px;
	color: #000;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	margin: 26px 0px 0px 0px;
}
.text-reg {
	font-size: 15px;
	line-height: 19px;
	color: #3e5a00;
	text-align:justify;
}
.text-reg a {
	color: #3e5a00;
	text-decoration: none;
}
.text-reg a:hover {
	color: #fff;
	text-decoration: none;
}
.text-reg-legende {
	font-size: 12px;
	line-height: 14px;
	color: #3e5a00;
	text-align:left;
}
.text-reg-legende a {
	color: #3e5a00;
	text-decoration: none;
}
.text-reg-legende a:hover {
	color: #517600;
	text-decoration: none;
}
.credits {
	font-size: 9px;
	line-height: 13px;
	color: #768a4e;
	text-transform:uppercase;
}
.credits a {
	color: #768a4e;
	text-decoration: none;
}
.credits a:hover {
	color: #46630d;
	text-decoration: none;
}
.cell-titre {
	font: 24px 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif; 
	background-color: #4c6f00;
	color: #87c500;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
}
.cell-sous-titre {
	font-size: 15px;
	background-color: #87c500;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	padding:2px;
}
.cell-spec {
	font-size: 15px;
	background-color: #e2e9d2;
	color: #424242;
	text-align:center;
	padding:2px;
	margin:2px;
}