body {
	background-color:rgb(0,0,0);
	font-family: "calibri";
}

.dlgClass {
	font-family: "calibri";
}

#js_warning_message {
	color:orange;
	font:1.5em;
	text-align:center;
}

#wrapper {
	margin:auto;
	width:800px;
	position:relative;
}

#fond {
	border:none;
}

.image_map_content {
	border-radius:15px;

	display:none;
	position:absolute;
	color:black;

	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.8);

	padding:0.2em 1em;

	border-radius:15px;
	box-shadow:15px 15px 15px black;
	z-index:1000;

	text-indent:2em;
	text-align:justify;
	/*overflow-y:scroll;*/
}

.image_map_content a {
	/*color:rgb(230,80,50);*/
	text-decoration:none;
}

/*.image_map_content .naissance {
	font-weight:bold;
	font-style:italic;
}

.image_map_content .personne {
	color:red;
	font-weight:bold;
}

.image_map_content .oeuvre {
	font-style:italic;
	text-decoration:underline;
}*/

.image_title {
	position:absolute;
	vertical-align:middle;
}

.image_title p {
	font-size:1.5em;
	font-weight:bold;
	color:red;
	text-shadow: 5px 5px 3px black;
	margin:0px;
}

#image_map1_content {
	right:750px;
	top:50px;
	width:150px;
	height:400px;

	text-indent:0em;
}

#image_title2 {
	left:30px;
	top:450px;
	-webkit-transform: rotate(0deg);
	transform:rotate(0deg);
}

#image_map2_content {
	right:750px;
	top:200px;
	width:150px;
	height:300px;

	text-indent:0em;
}

#image_title3 {
	left:480px;
	top:395px;
	-webkit-transform: rotate(27deg);
	transform:rotate(27deg);
}

#image_map3_content {
	left:300px;
	top:150px;
	width:500px;
}

#image_title4 {
	left:545px;
	top:205px;
	-webkit-transform: rotate(9deg);
	transform:rotate(9deg);
}

#image_map4_content {
	left:300px;
	top:100px;
	width:500px;
}

#image_title5 {
	left:490px;
	top:80px;
	-webkit-transform: rotate(-1.1deg);
	transform:rotate(-1.1deg);
}

#image_map5_content {
	left:300px;
	top:50px;
	width:500px;
}

#image_title6 {
	left:300px;
	top:10px;
	-webkit-transform: rotate(0deg);
	transform:rotate(0deg);
}

#image_map6_content {
	left:300px;
	top:20px;
	width:500px;
}

#welcome_message, .ui-dialog-titlebar {
	/*background-color: rgb(230,80,50);*/
}
{background:black !important}​

#welcome_message {
	position: absolute;
	height: auto;
	width: 300px;
	top: 91px;
	left: 73.5px;
	display: block;
	background-color: white;
}
