body {
	margin: 10px;
	padding: 0;
	color: #9F9C94;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8333em;
	background-color: #FFF;
}

#wrapper {
    width: 790px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

p {
	text-align: justify;margin-top:0;   
}

#gal {
    text-align: left;
}

#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: 500px;
	width: 720px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	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: #E0E0E0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFF;
	border-left-color: #FFFFFF;
}

.scroll2 {
	height: auto;
	width: 720px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	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: #E0E0E0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFF;
	border-left-color: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 20px 10px 0 10px;
    height: 500px;
    width:700px;
}

.scrollContainer div.panel2 {
    padding: 20px 10px 0 10px;
    height: auto;
    width:700px;
}

.headfoot {
    padding:0 10px;
}

p#foot {
    ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

p#foot a, a:visited {
	text-decoration: none;
	color: #D8D8D8;
}

p#foot a:hover {
    color: #999;
}


#titre {
	font-size: 16px;
	color: #333;
	margin-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;padding-top:6px;	
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
	/*height: 50px;*/
	display: inline;
	margin-right: 0px;
	line-height: 1.25em;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
	background-color: #F8F8F8;
}

ul.navigation a.selected {
	background-color: #F1F1F1;
}

ul.navigation a:focus {
    outline: none;
}

ul.navigation2 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation2 li {
	/*height: 50px;*/
	display: inline;
	margin-right: 0px;
	line-height: 1.25em;
}

ul.navigation2 a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation2 a:hover {
	background-color: #F8F8F8;
}

ul.navigation2 a.selected {
	background-color: #F1F1F1;
}

ul.navigation2 a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 160px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}