.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}

.highslide-simeys {
	position: absolute;
    display: none;
    width:300px;
 }
 .highslide-palette {
	position: absolute;
    display: none;
    width:300px;
    height:200px;
 }
.highslide-help {
	position: absolute;
    display: none;
    width:480px;
    height:400px;
 }
 .highslide-img {
	position: absolute;
    display: none;
    width:520px;
    height:500px;
 }
 
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.titrehaut {
	float: left;
   display: block;
  /*position: relative;*/
	margin: 0 5px;
	font-size: 10px;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
height:20px;
padding: 2px;
}

.control {
	float: right;
    display: inline;
    /*position: relative;*/
	margin-left: 5px;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.tableborder {border-style:solid; border-width:1px; border-color:#000000;}
