/*
@file: highslide.css 
@version: 4.1.8
   background: url(../highslide/graphics/xxx.gif) no-repeat;
   url relative à la feuille de style css
*/
/*mg*/
.thumb-gallery {
/*
height: 94px;
min-width:106px;
_width:106px;
float: left;
padding: 4px 0 0 0;
margin: 2px 2px;
background-color: #fff;
border: 2px solid #eee;
*/
}

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}
/* The CSS sprites for the controlbar - see http:/www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups								    */
/* Remove these if you are not using Highslide HTML				    */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
/*
.highslide-body {
}
*/
.highslide-resize {
	cursor: pointer;
}
/*****************************************************************************/
/* Styles for the Individual wrapper class names.				 */
/* See www.highslide.com/ref/hs.wrapperClassName				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'titlebar' */
/*.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
*/
/*
.titlebar .highslide-heading {
	position: absolute;
	width: 100%;
	margin: 1px 0 1px 5px;
	color: #666666;
}
*/
.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 120px;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 1em 0 0;
}
/*
.titlebar .highslide-maincontent {
	padding-top: 1em;
}
*/
/*****************************************************************************/
/* The following styles are added by the Highslide Editor                    */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #A19B86;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #a19b86;
}
.highslide-image {
	border: 2px solid #a19b86;
}
.highslide-heading {
	display: none;
	margin: 0;
	background-color: #Faf7ed;
	color: #a19b86;
	font-weight: bold;
	font-family: serif !important;
	font-size: 16pt !important;
	border-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-color: #Faf7ed;
	border-right-color: #Faf7ed;
	border-bottom-color: #Faf7ed;
	border-left-color: #Faf7ed;
	border-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.highslide-caption {
	display: none;
	padding: 5px;
	background-color: #faf7ed;
	color: #504d43;
	font-family: sans-serif !important;
	font-size: 1.1em;
	font-size: 14pt !important;
}
.highslide-caption a {
color: #909066;
font-weight: normal;
font-size: 1em;
}
.highslide-caption a:hover{
text-decoration:none;
background-color: #6C6681;
color : #f4e8d8;
}
.highslide-number {
	color: #666666;
	font-family: sans-serif !important;
	font-size: 8pt !important;
}
.highslide-loading {
	display: block;
	padding: 3px;
	padding-left: 22px;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 126px !important;
}
.large-dark .highslide-controls, .large-dark .highslide-controls ul, .large-dark .highslide-controls a {
	background-image: url(highslide/graphics/controlbar-black-border.gif);
}
.highslide-controls .highslide-play {
	display: block;
}
.highslide-controls .highslide-pause {
	display: block;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-full-expand {
	display: none;
}
.highslide-html {
	background: none;
}
/*---------------------------------------------------------------------*/
/*
.highslide-header {
	padding-bottom: 5px;
}
*/
.highslide-header a {
/*	font-weight: bold;*/
	text-transform: uppercase;
	font-size: 1.1em;
	color: gray;
	text-decoration: none;
}
.highslide-header a:hover {
	color: red;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-header ul a {
	background-image: url(highslide/graphics/controlbar-text-buttons.png);
	padding-left: 16px;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}
.highslide-header .highslide-move {
	display: none;
}

