/* COMEDIA */
div#galerie{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
margin: 0;
padding: 0;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://www.monadministration.com/template/H900_001/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.monadministration.com/template/H900_001/css/prevlabel.gif) no-repeat 0 90%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.monadministration.com/template/H900_001/css/nextlabel.gif) no-repeat 100% 90%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.monadministration.com/template/H900_001/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

ul.ulslimbox, li.lislimbox {
	list-style: none;
	float: left;
	height: 80px;
	width: 80px;
	/*margin-right: 5px;*/
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-type: none;
	opacity: 0.5;
	filter : alpha(opacity=50);
    /*-moz-opacity : 0.5;*/
    /*-<Hoverfonctionne pas sous IE6->*/
    -khtml-opacity: 0.5;
    -opacity: 1;
	-filter : alpha(opacity=100);
-border-style: solid;
	overflow:hidden;
-border-width: 1px;
/*-border-color: #fd180c;*/
}
ul.ulslimbox:hover, li.lislimbox:hover {
	list-style: none;
	float: left;
	height: 80px;
	width: 80px;
	/*margin-right: 5px;*/
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-type: none;
	opacity: 1;
	filter : alpha(opacity=100);
    /*-moz-opacity : 1;*/
    /*-<Hoverfonctionne pas sous IE6->*/
    -khtml-opacity: 1; 
-border-style: solid;
	overflow:hidden;
-border-width: 1px;
/*-border-color: #fd180c;*/
}
/*TEMP_ORIGINAL*/
/*ul.ulslimbox, li.lislimbox {
	list-style: none;
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}*/
