html {
	scrollbar-base-color: #f5b416;
}
body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}
p a:link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
p a:visited {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #666666;
}
p a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
p a:active {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dashed #000000;
}

.pays {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/cadre_droite.jpg);
	background-repeat: no-repeat;
	background-color: #F5B416;
}

#contenu {
	width: 645px;
	height: 430px;
	overflow: auto;
	background: #f5b416;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#diaporama {
	margin-left: 5px;
}
.holder {
	float: left;
	text-align: left;
}
.scrlcure .jScrollPaneTrack {
  background: url(css/scrlcure_track.gif) repeat-y;
}
.scrlcure .jScrollPaneDrag {
  background: url(css/scrlcure_drag_middle.gif) repeat-y;
}
.scrlcure .jScrollPaneDragTop {
  background: url(css/scrlcure_drag_top.gif) no-repeat;
  height: 6px;
}
.scrlcure .jScrollPaneDragBottom {
  background: url(css/scrlcure_drag_bottom.gif) no-repeat;
  height: 7px;
}
.scrlcure a.jScrollArrowUp {
  height: 24px;
  background: url(css/scrlcure_arrow_up.png) no-repeat 0 -30px;
}
.scrlcure a.jScrollArrowUp:hover {
  background-position: 0 0;
}
.scrlcure a.jScrollArrowDown {
  height: 24px;
  background: url(css/scrlcure_arrow_down.png) no-repeat 0 -30px;
}
.scrlcure a.jScrollArrowDown:hover {
  background-position: 0 0;
}
/* IE SPECIFIC HACKED STYLES */
* html .scrlcure .jScrollPaneDragBottom {
  bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
