@font-face {
    font-family: AutoBold;
    src: url(../fonts/Auto1-Bold.otf);
}

h3, p, div {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 500px;
}

#desk_toolbar {
	position: relative;
	background-color: #93117E;
	z-index: 99;
	display: inline;
	float: right;
	margin-right: 100px;
}

#desk_container {
	/*width: 100%;
	height: 100%;*/
	width: 760px;
	height: 500px;
	position: relative;
	border: 1px solid #B01D65;
	/*position: absolute;*/
}


#desk_container > img {
	/*border-radius: 15px;*/
	border-width: thin;
	border-style: solid;
	border-color: #93117E;
	margin-top: 47px;
}

#desk_titre {
	font-family: AutoBold;
	color: #FFFFFF;
	width: 760px;
	position: relative;
	float: left;
	height: 38px;
	font-size: 26px;
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	/*padding: 8px;*/
	text-align: center;
	padding-top: 2px;
	z-index: 110;
	background-color: #c30a48;
}

#desk_bandeau_ht {
	width: 760px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #c30a48;
	display: block;
	z-index:110;
}

.desk_bouton-haut-play {
	height: 40px;
	width: 39px;
	background-repeat: no-repeat;
	position: relative;
}
.desk_bouton-haut-play .desk_opacifier {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.desk_bouton-haut-play:hover .desk_opacifier {
	background: url('../images/bouton-play-rol.png');
}

.desk_bouton-haut-recommencer {
	height: 40px;
	width: 36px;
	background-repeat: no-repeat;
	position: relative;
}
.desk_bouton-haut-recommencer .desk_opacifier {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.desk_bouton-haut-recommencer:hover .desk_opacifier {
	background: url('../images/bouton-recommencer-rol.png');
}

.desk_bouton-haut-aide {
	height: 40px;
	width: 38px;
	background-repeat: no-repeat;
	position: relative;
}
.desk_bouton-haut-aide .desk_opacifier {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.desk_bouton-haut-aide:hover .desk_opacifier {
	background: url('../images/bouton-aide-rol.png');
}

.desk_zone-interactive {
	height: 500px;
	width: 760px;
	position: absolute;
	left: 0px;
	/*top: -40px;*/
}

.desk_aide-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.desk_bulle {
	position: absolute;
	top: 10px;
	left: 690px;
	right: 10px;
	display: none;
	z-index: 99;
	padding: 15px 25px ;
	border-radius: 15px;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #93117e;
	width: 270px;
}

.desk_infobulle {
	position: absolute;
	top: 55px;
	display:none;
    z-index:99;
	color:#000000;
	font-family: Arial;
	font-size:11px;
	padding:2px 15px ;
	border-radius:9px;
	background-color:#FFFFFF;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
}

#desk_infobulle_play {
	left: 570px;
}

#desk_infobulle_recommencer {
	left: 640px;
}

#desk_infobulle_aide {
	left: 680px;
}

.desk_top {}
.desk_top h3 {}
.desk_center {}
.desk_bottom {}


#desk_photo_interactive {
	position: relative;
	width: 760px;
	height: 500px;
	top: -40px;
	z-index: 99;
}

#desk_menu {
	position: absolute;
	width: 760px;
	height: 460px;
	top: 40px;
	z-index: 99;
	bottom: 0px;
	text-align: center;
	/*display: block;*/
	/*padding: 10px;*/

}

.desk_bouton-menu {
	z-index: 99;
	border-radius: 20px;
	background-color: #C30A48;
	/*background-color: #C30A48;*/
	cursor: pointer;
	height: auto;
	width: 22px;
	height: 22px;
}

.desk_bouton-menu:hover {
	background-color: #C30A48;
}




.desk_cartouche {position: absolute; min-width: 300px; max-width: 700px; color: #FFFFFF; font-family: Arial; text-align: center; font-size: 16px; padding: 8px; border-radius: 5px; background-color: #93117E;}
.desk_cartouche01 {
	left: 338px;
	top: 348px;
}
.desk_cartouche02 {
	left: 372px;
	top: 306px;
}
.desk_cartouche03 {
	left: 204px;
	top: 380px;
}
.desk_cartouche04 {
	left: 296px;
	top: 270px;
}
.desk_cartouche05 {
	left: 394px;
	top: 266px;
}
.desk_cartouche06 {
	left: 405px;
	top: 131px;
}
.desk_cartouche07 {left: 0px; top: 0px;}
.desk_cartouche08 {left: 0px; top: 0px;}
.desk_cartouche09 {left: 0px; top: 0px;}
.desk_cartouche10 {left: 0px; top: 0px;}
#desk_image_fond, #desk_legende, .desk_zone-interactive img {
	height: 500px;
	/*margin-left: 32.5px;*/
	position: absolute;
}
#desk_image_fond {opacity: 1;}

#desk_btn_menu_01 {
	left: 120px;
	top: 29px;
	position: absolute;
}
#desk_btn_menu_02 {
	left: 104px;
	top: 155px;
	position: absolute;
}
#desk_btn_menu_03 {
	left: 316px;
	top: 94px;
	position: absolute;
}
#desk_btn_menu_04 {
	left: 275px;
	top: 320px;
	position: absolute;
}
#desk_btn_menu_05 {
	left: 520px;
	top: 387px;
	position: absolute;
}
#desk_btn_menu_06 {
	left: 570px;
	top: 358px;
	position: absolute;
}
#desk_btn_menu_07 {
	left: 700px;
	top: 295px;
	position: absolute;
}
#desk_btn_menu_08 {
	left: 730px;
	top: 178px;
	position: absolute;
}
#desk_btn_menu_09 {
	left: 525px;
	top: 218px;
	position: absolute;
}
#desk_btn_menu_10 {
	left: 624px;
	top: 135px;
	position: absolute;
}
