/*
Free Basic Html5 Responsive Templates
Author: Kimmy
Author URI: https://www.zerotheme.com/
*/
/* ---------------------Reset----------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
	border: 0 none;
	font-size: 12px;
	border: 0;
	outline: 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	font-weight: normal;
}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {
	border: 0;
	padding: 0;
	margin: 1;
	outline: 0;
}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {
	margin: 6;
	padding: 4px;
	border: 1px solid #006699;
	height: auto;
	background-color: #F0FFF0;
}

/* -------------------------------------------- */
/* ------------------Font---------------------- */
/* -------------------------------------------- */
@font-face {
font-family: 'BebasNeueRegular';
src: url('../font/BebasNeue-webfont.eot');
src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/BebasNeue-webfont.woff') format('woff'),
url('../font/BebasNeue-webfont.ttf') format('truetype'),
url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {
	color: #555555;
	background-image: url(../images/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A3D900;
	font-family: Arial, Tahoma, "Century gothic", sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	height: auto;
}

/*-------------------------*/
a{
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

a.button, input.button {	cursor: pointer;	color: #808080;	line-height: 12px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	background: #E4E4E4;	border:1px solid #99CCFF;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 24px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {
	color: #33CCFF;
	background-color: #00BBBB;
}

/*-------------header */
header {
	height: 90px;
	width: 100%;
	background-color: #99CC00;
}

header #logo {
	margin-top: 0px;
}

header #search-box {
	position: relative;
	width: 200px;
	margin-top: 30px;
	float: right;
}
header #search-form {
	height: 25px;
	border: 2px solid #006666;
	;
	background-color: #fff;
	overflow: hidden;
}
header #search-text {
	font-size: 14px;
	color: #333;
	background: transparent;
}
header #search-box input[type="text"] {
	width: 80%;
	padding: 5px 0 5px 1em;
	outline: none;
}
header #search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 80px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	background-color: #006666;
	cursor: pointer;
	border: 0px;
}

/*------------menu */
nav {
	width: 100%;
	height: 42px;
	margin-bottom: 50px;
	background-color: #006666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C400;
	border-right-color: #C4C400;
	border-bottom-color: #99CC00;
	border-left-color: #C4C400;
	color: #FFF;
}
nav ul { width:960px; list-style: none;margin: 0 auto;padding: 0;}
nav ul li {position: relative;float: left;padding: 6px 5px 0px 5px}
nav ul li:hover {}
nav ul li a {
	font-size: 13px;
	line-height: 14px;
	color: #FFFFFF;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	text-decoration: none;
}
nav ul li:hover a{
	color: #00BDEC;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

/*-------------content */
#content {}

.block {padding: 5px 0px;background:#ffffff;}

.main-content{}
.main-content article{
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.main-content .heading h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	font-weight: normal;
	color: #000000;
}
.main-content .heading .info{font-size:12px; padding:0px 10px; border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;}
.main-content .content{}
.main-content .content img{
	float: left;
	border: 0px solid #BDBDBD;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0;
}
.main-content .footer{}
.main-content .footer .more{float:right;}
.main-content .footer .more a{ text-decoration:none;}

.sidebar section{
	margin-bottom: 5px;
}
.sidebar .heading{
	font-family: 'BebasNeueRegular';
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #669900;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.sidebar .content{
	padding: 5px;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
}
.sidebar .content img{
	float: left;
	margin: 5px;
	border: thin none #BDBDBD;
}

.featured{width:100%; margin-bottom: 20px;}

ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	color: #666;
}
ul.list li {padding:0px 0 5px 12px; line-height:25px; background:url(../images/marker-1.gif) 0 11px no-repeat;}
ul.list li a {
	font-size: 13px;
	color: #0066CC;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.list li a:hover {
	color: #990000;
	text-decoration: none;
}

/*------------footer */ 
footer {
	padding: 20px 10px;
	margin-top: 50px;
	background-color: #006666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC00;
	border-right-color: #330000;
	border-bottom-color: #003300;
	border-left-color: #2D0000;
}
footer .heading{
	font-family: BebasNeueRegular;
	color: #FFCC00;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
footer .content{
	color: #ffffff;
	font-size: 12px;
}
footer .content img{float:left; margin:5px; border:#ffffff 5px solid;}
footer a{color:#C9B5AF;text-decoration:underline;}
footer ul {margin:0; padding:0;list-style-image:none;}
footer ul li { list-style:circle;margin-left:20px;}
footer ul li a { font-size:14px; color:#ffffff;text-decoration:none;}
footer ul li a:hover {
	color: #FFCC00;
	text-decoration: none;
	cursor: pointer;
}

/*-------------copyright*/
#copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
	color: #ffffff;
	background-color: #003535;
}
#copyright a{color:#C9B5AF; text-decoration:underline;}
#copyright a:hover{text-decoration:none;}
.contact {
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.titr {
}
#content .zerogrid .row.block .main-content.col11 article .heading .titr div strong {
	color: #804040;
}
.atèt {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
