@charset "utf-8";
/* CSS Document */

* {
}
.highslide-html {
    background-color: #FFFFFF;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: #433434;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #D0C99F;
       
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	padding:5px 0;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #A18850;
}
.control:hover {
	color: #E8BB33 !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.contenu{
color:#000000;
width:890px;
margin:0 auto;
}
.contenu a{
color:#000000;
}
