/* ------------------ Eléments pour les index de type diapo ------------------ */


#theme_body {
	position: relative; top: 0px;
	height: 100%; width: 100%;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	vertical-align: middle; text-align: center;
	overflow: auto;
}

#theme_table {
	margin: 15px auto 0px auto;
	vertical-align: middle; text-align: center;
	visibility: hidden;
}

.theme_cont {
	height: 181px; width: 181px;
}

.theme_img {
	position: relative;
	height: 180px; width: 180px;
	background-color: #3A3A3A;
	margin: 0px 0px 0px 0px;
	vertical-align: middle; text-align: center; 
	border-top: 2px #5A5A5A solid;
	border-right: 2px #1A1A1A solid;
	border-bottom: 2px #1A1A1A solid;
	border-left: 2px #5A5A5A solid;
}

.theme_img_on {
	position: relative;
	height: 180px; width: 180px;
	background-color: #5A5A5A;
	margin: 0px 0px 0px 0px;
	vertical-align: middle; text-align: center; 
	border-top: 2px #7A7A7A solid;
	border-right: 2px #3A3A3A solid;
	border-bottom: 2px #3A3A3A solid;
	border-left: 2px #7A7A7A solid;
	cursor: pointer;
}

 td .theme_bord {
	border-top: 2px #1A1A1A solid;
	border-right: 2px #4A4A4A solid;
	border-bottom: 2px #4A4A4A solid;
	border-left: 2px #1A1A1A solid;
}