body {
	font-family: Verdana;
	background-color: #2f2521;
	color: #363636;
	margin: 0;
	font-size:11px;
	clear:none;
	}

#footer a{
	color : FFFFFF;
}

#footer a:hover{
	color : FFFFFF;
}

table{
	font-size:11px;
}

table#bloc_dl{
	border: solid #bbb 1px;
}
	
a   {
	color:#6e861f;
	text-decoration:none;
}

a:hover  {
	color:#8eab27;
	text-decoration:underline;
}

img {
	border: 0;
}

fieldset {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
}

label  {
	display: inline;
	float: left;
	width: 70px;
}

ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}







#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:800px;
	overflow:hidden;
}

#galleryimages{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	width:165px;
	
	border:1px solid white;
}

#galleryimages2{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	width:165px;
	
	border:1px solid white;
}

#galleryimages3{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	width:500px;
	
	border:1px solid white;
}

#galleryimages4{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	background-color: #FFFFFF;
	padding:15px;
	width:170px;
	
	border:1px solid white;
}

#galleryimages5{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	background-color: #FFFFFF;
	padding:10px;
	width:900px;
	
	border:1px solid white;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../images/divider.png) no-repeat right;
	height:35px;
	padding-top:15px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:800px;
	position:relative;
}