/*************** AFFICHAGE DE LA GALERIE **********************/
#Gallerie_ManageButton{
    position: absolute;
    top: 70px; right: 0;
    text-align: center;
}
/*************** MISE EN PAGE EN GRILLE **********************/
#UL-Grille{
    width: 100%;
}
.LI-Grille{
    display: inline;
    padding:0px;
}
.IMG-Grille{
    border:1px dotted #cfcaca;
    padding:2px;
    visibility: hidden;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	display:none;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:-1px;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}


/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:-1px;
	left:1px;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
	display:none;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;
}
/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}




/************************** S3 SLIDER **************************/
#slider {
    float: right;
    position: relative; /* important */
    width: 300px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    overflow: hidden; /* important */
    margin:55px 0 10px 10px;
    padding:2px;
    border: 1px dotted #cfcaca;
}
#sliderContent {
    width: 310px; /* important to be same as image width or wider */
    position: absolute;
    top: 2px;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    font-size: 10px;
    padding: 10px 13px;
    width: 274px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
    clear: both;
}
.sliderImage span strong {
    font-size: 11px;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 3px;
    left: 0;
}



/*************** PAGINATION **********************/
.pagenumbers, .pagenumbers a {
	text-align: center;
	font-size: 11px;
}
.ManageButton{
	margin: 20px 0 0 0; 
}
.ManageButton input{
	background-color:#c9e787;
}



/*************** INTERFACE DE GESTION **********************/
.managecontainer{
    position: relative;
}
.managecontainer h2{
    margin:20px 0 5px 0;
}
#ManagePictureForm{
    position: absolute; top:0px; right: -120px;
    width:300px;
    text-align:center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    z-index:5;
}
#ManageOtherForm{
    position: absolute; top:120px; right: -120px;
    width: 300px;
    padding-bottom:20px;
    text-align:center;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    z-index:5;
}
#ManageOtherForm form{
    margin:0;
}
.managepicturecontainer {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    margin: 0 0 20px 0; padding: 5px;
    border-left: solid 1px silver; border-bottom: solid 1px #c6341d;
    font-size : 12px;  font-weight: bold;
}
#ManagePicture_Title{
    width: 100%;
    height:20px;
}
#ManagePicture_Description{
    width: 100%;
    height:85px;
}

.managepicture {
	float:left;
	margin : 0 10px 0 0;
}

.shortfields {
    height: 50px;
}


