body {
	background: #3c8620 url('images/Folio.jpg') no-repeat top left fixed;
	margin: 0 0 0px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#header {
	width: 80%;
	background:transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
 
}

#header h1 {
	padding: 55px;
	color: #FFFF33;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;

}

#gauche {
	background: transparent url('images/trans51.png') repeat;

position: absolute;
left:12px;
width: 150px;
margin-top:95px;
}


#menu {
                list-style: none;
                padding: 0px;
                margin: 0px;
				text-decoration: none;
            }
             
             #menu li a {
				line-height: 35px;
 				padding-left:25px;
                font-family: verdana;
                font-size: 1em;
                font-weight: bold;
                text-decoration: none;
                color: #006600;
                background: transparent url(images/puce1.gif) center left no-repeat;
             }
             
             #menu li a:hover {
			    text-decoration: none;
                background-color: #d4f7d3;
                background-image: url(images/puce1a.gif);
              }


#nav {
	position: absolute;
	top: 124px;
	left: 180px;
	width: 781px;
	padding: 1px;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/trans6.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #000; }
#nav li a:visited { color: #000; }

#nav li a:hover {
	color: #000;
	background: transparent url(images/trans5.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/trans6.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent;
	width: 80%;
	marginn-left : 200px;
	padding: 10px;
}

#content {
	margin-left: 180px;
	padding-left: 20px;
	margin-top: 1px;
	
}

#footer {
	background: transparent;
	padding: 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 0.75em;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #FF9900;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	

#myGallery
{
	background: transparent url('images/trans6.gif') repeat;
	width: 640;
	height: 600px;
	display: none;
	border: 1px solid #000;
	margin-left:0px;
	margin-top:10px;
	z-index:2;
}



.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 110%;
	background: transparent;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 55px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { filter:alpha(opacity=80); }

* html .withArrows a.open:hover {filter:alpha(opacity=80); }
	
}	
.liens {
font-size: 0.75em;
	line-height: 0.75em;
}