@charset "UTF-8";

* { -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	 box-sizing: border-box;}

html, body {
	height: auto;
	max-height: 500px;
	max-width: 1000px;
	width: 100%;
    margin: 0;
    padding: 0;
	background-color: #F8F8F8;
	text-align: left;
	font: normal 82.75%/150% 'Carrois Gothic', sans-serif;
	letter-spacing: 0.1em;
}
a:link {	
	text-decoration: none; 
	color: #20202F;
	color: rgba(32,31,47,1);
}
a:visited {
	text-decoration: none;
	color: #20202F;
	color: rgba(32,31,47,1);
}
a:active, a:hover, a:focus {
	text-decoration: none;
	color: #069;
	color: rgba(0,102,153,1);
	/* color: #20202F;
	color: rgba(32,31,47,0.5); */
}

#header {
	position: relative;
	float: none;
	width: 300px;
	height: 80px;
	background-color: #F8F8F8;
	background-color: rgba(248,248,248,1);
	display: inline-block;
	padding: 0;
	margin: 0;	
	left:4px;
}

#nav {
	position: relative;
	float: none;
	display: inline-block;
	padding-Bottom: 10px;
	margin: 0 0 30px 0px;
	list-style-type: none;
	text-align: left;
	top: 6px;
	left: -10px;
}
#nav li a {
	color: #9797A6;
	color: rgba(32,31,47,0.5); /* rgba(51,51,51,0.9) */	
}

#nav li.black a {
	color: #9797A6;
	color: rgba(32,31,47,1); /* rgba(51,51,51,0.9) */	
}

#nav li a:hover, #nav li a:focus {
	color: #069;
	color: rgba(0,102,153,1);
	}
ol#nav li#nav-a {
	position: relative;
	margin: 0px;
}

.button {
	color: #20202F;
	color: rgba(32,31,47,1);
	padding: 0px 0px 0px 0px;
	margin-top: 1px;
}
.link {
	color: #20202F;
	color: rgba(32,31,47,1);
	padding: 0px 0px 0px 0px;
}
#container {
	clear: both;
	height: 100%;
	max-width: 100%;
	position: relative;
	float: none;
	padding-left: 30px;
	padding-right: 60px;
	margin: 0px 0px 0px 0px;
}

.cycle-slideshow {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding-bottom: 0px;
}
.cycle-slideshow img { max-height: 500px; max-width: 1000px; height: auto; } /* width: auto; height: 100%; */

h1 {
	letter-spacing: 0.1em;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	color: #20202F;
	color: rgba(32,31,47,1);
}	
h2 {
	letter-spacing: 0.1em;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	color: #20202F;
	color: rgba(32,31,47,1);
}
.footer {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -1px;
	left: 0px;
	margin: 0 0 0 0;
	background-color: rgba(51,102,255,1);
}
.picto {
	background-image: url(../img/button/button-4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	cursor:pointer;
	margin: 0 0 0 0;
}

#prev {
	background-position: -3px 0px;
	float: left;
	height: 17px;
	width: 23px;
	margin-right: 10px;
	text-indent: -5000px;
    display:inline-block;
}	
#next { background-position: -30px 0px;
	float: left;
	height: 17px;
	width: 23px;
	margin-right: 10px;
	text-indent: -5000px;
    display:inline-block;
}	
#info { background-position: -19px 0px;
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 10px;
	text-indent: -5000px;
    display:inline-block;
}
#prev:hover,#prev:active,#prev:focus {
	background-image: url(../img/button/button-4.png);
	background-repeat: no-repeat;
	background-position: -3px -22px;
	}
#next:hover,#next:active,#next:focus {
	background-image: url(../img/button/button-4.png);
	background-repeat: no-repeat;
	background-position: -30px -22px;
	} 
#info:hover,#info:active,#info:focus {
	background-image: url(../img/button/button-4.png);
	background-repeat: no-repeat;
	background-position: -19px -22px;
	}
#pagination { margin: 0; }
.custom-caption { 
	float: left;
	height: 17px;
	line-height: 180%;
	width: auto;
	margin-right: 10px;
    display:inline-block;
}
.cycle-overlay {
	width: auto;
	letter-spacing: 0.1em;
	margin: 2px 0 10px 0;
	display: inline-block;
	position: relative;
	float: left;
}
	

