

div.diaporama{
	position: absolute;
	height: 780px;
	width: 1000px;
	left:50%;
	margin-left:-500px;
	padding: 5px;
	text-align:center;
}

img.diaporama{
	border:1px solid black;
	position: relative;
}

div.hmenu{
	position: absolute;
	bottom: 1px;
	height: 28px;
	width: 100%;
	left:10px;
}


div.diaporama_menu{
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 11px;
	text-decoration:none;
	color:white;
}

.liensThemes{
	text-decoration:none;
	color:white;
}

div#menu{
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	width: 165px;
}

div#menu_activate{
	position: absolute;
	height: 100%;
	width: 15px;
	background: url(photos_diapo/fondMenuActivated.jpg) repeat-y;
	right: 5px;
}

div#menu_desactivate{
	float:left;
	height: 100%;
	width: 15px;
	background: url(photos_diapo/fondMenuDesactivated.jpg) repeat-y;
	left: 0px;
}

div#menu_content{
	position: absolute;
	right: 5px;
	height: 100%;
	width: 350px;
	background: #3559c6;
}


div#themes{
	top:0px;
	width: 335px;
}

div#themes>div{
	width: 100%;
	background: #222222;
	text-align: center;
	border-top-style:solid;
	border-top-color: #3559c6;
	border-top-width: 2px;
	padding-top:1px;
	padding-bottom: 1px;
	font-size: 11px;
}

div.theme_content{
	height: 300px;
	background: #a6a5fc;
}

.theme_content>a{
	outline: 0;
	text-decoration: none;
}

.theme_content>a>img{
	position: relative;
	border: 0;
	height: 50px;
	width: 60px;
	padding: 10px;
}

