.highslide-html {
    border: 1px solid black;
    background-color: #202020;
}
.highslide-html-blur {
}
.highslide-html-content {
    position: absolute;
    display: none;
}
.highslide-html-content2 {
    position: absolute;
    padding: 0px;
    margin: 0px;
    display: none;
}
.highslide-html-content3 {
    position: absolute;
    padding: 0px;
    margin: 0px;
    display: none;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 0px solid black;
    background-color: black;
    padding-left: 22px;
    background-image: url(/lib/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    visibility: hidden;
    display: none;
    background-color: #202020;
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 7px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
        visibility: hidden;
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	filter:alpha(opacity=90);
        -moz-opacity:0.9;
        opacity: 0.9;
        background-color: #202020;
}
.highslide-wrapper .highslide-html-content {
    border: 0px solid black;
    width: 550px;
    padding: 8px;
}
.highslide-html-content2 {
    width: 460px;
    padding: 8px;
}
.highslide-html-content3 {
    width: 560px;
    height: 560px;
    padding: 8px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
        margin: 0;
        padding: 0;
        text-align: right;
}
.highslide-wrapper .highslide-header ul li {
        display: inline;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
        display: none;
}
.highslide-wrapper .highslide-header a {
        font-weight: bold;
        color: gray;
        text-transform: uppercase;
        text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
        color: white;
}
.highslide-wrapper .highslide-header .highslide-move a {
        cursor: move;
}

.highslide-header h1 {
        text-align: left;
        margin: 0px;
        letter-spacing: 0px;
        font:12px verdana,arial, helvetica, sans-serif;
        font-weight:600;
	border-bottom: 1px dotted #777;
	width:100%;
        color: #eee;
}

.highslide-titre {
	position: absolute;
	float: left;
	text-align: left;
        margin: 0;
        padding: 0;
	top: 8px;
	left: 12px;
}

.highslide-titre h1 {
	top: 0;
	left 0;
        margin: 0;
        padding: 0;
        letter-spacing: 0px;
        text-decoration: underline;
        font:13px verdana,arial, helvetica, sans-serif;
        font-weight:600;
        color: #eee;
}

.highslide-wrapper .highslide-footer {
        height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
        float: right;
        height: 11px;
        width: 11px;
        background: url(/lib/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	padding: 0;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-body h1 {
        text-align: justify;
        margin-top: 10px;
        letter-spacing: 0px;
        font:10px verdana,arial, helvetica, sans-serif;
        font-weight:300;
        color: #BBB;
}

.highslide-body h2 {
        text-align: left;
        margin-left: 4px;
        letter-spacing: 0px;
        text-decoration: underline;
        font:12px verdana,arial, helvetica, sans-serif;
        font-weight:600;
        color: #eee;
}

.highslide-body h3 {
        text-align: center;
        margin: 0 auto;
        margin-top: 5px;
        width: 350px;
        border-top: 1px dotted #ce895f;
        letter-spacing: 0px;
        font-style: italic ; 
        font:9px verdana,arial, helvetica, sans-serif;
        font-weight:300;
        color: #ccc;
}

.highslide-body b {
        text-align: justify;
        margin-top: 10px;
        letter-spacing: 0px;
        font:11px verdana,arial, helvetica, sans-serif;
        font-weight:600;
        color: #EEE;
}


.highslide-body table {
	margin: 0 auto;
	margin-top: 12px;
	padding: 0;
	padding-top: 8px;
	width: 420px;
}

.highslide-body form {
	margin: 0 auto;
}

.highslide-body td {
	text-align: left;
        font-weight:300;
        color: #ccc;
        font:11px verdana,arial, helvetica, sans-serif;
}

.highslide-body select, input, textarea {
	background-color: #EEE;
	border: 0px solid #EEE;
	border-left: 3px solid #EEE;
	color: #464646;
	width: 200px;
	font-family: arial;
	font-size: 11px;
}

.highslide-body input.bouton {
	background-color: transparent;
	border: 1px solid #999;
	width: 70px;
	color: #DDD;
	font-family: arial;
	font-size: 11px;
	margin: 0 auto;
}

.highslide-body input.captcha {
	width: 20px;
}


.highslide-body textarea {
	width: 300px;
	height: 100px;
}

.highslide-body textarea.long {
	width: 310px;
	height: 150px;
}

