/*************** AFFICHAGE DE LA GALERIE **********************/
#Gallerie_ManageButton{
    position: absolute;
    top: -30px; right: 0;
    text-align: center;
}

#ZoneVignettes{
    width:800px;
}
#ZoneVignettes_Enveloppe {
    width: 755px;
    overflow: hidden;
}
#ZoneVignettes ul {
   position: relative;
   width: 10000px;height:70px;
   margin-left:1px; padding-left:0px;
}
#ZoneVignettes li{
   position: relative;
   display: inline;
   width:109px;
   margin-right:3px!important;margin-right:0px;
}
.ZoneVignettes-Image{
    margin:12px 13px 0 0px;
    padding:0;
}
.ZoneVignettes-Masque{
    position: absolute;
    left: -12px; top:-50px!important;top:0px;
    margin:0;
    z-index:1;
}

.ZoneVignettes-Survol{
    position: absolute;
    left: -12px; top:-51px!important;top:-1px;
    margin:0;
    z-index:2;
}
#ZoneVignettes_Navigation {
    float: right; margin-top:9px;
    width: 37px;
}

#NavigationBackButton, #NavigationNextButton {
    cursor: pointer;
}
#ZoneImage{
    width: 800px;
    margin-top:2px; padding-bottom:30px;
	text-align: center;
}

#BlocGaucheBas{
    position: absolute; bottom:30px!important;bottom:35px; left:15px;
    width:171px!important;width:183px;
    min-height: 20px;
    padding:5px;
    text-align: right;
    background-image: url(../images/Legende-haut.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#BlocGaucheBas h1{
    position: relative;
    z-index:1;
    margin:0 0 5px 0; padding:0;
    font-size:12px;
    font-weight: bold;
    color: #ffffff;
}

#BlocGaucheBas p {
    position: relative;
    text-align: right;
    font-size:11px;
    z-index:1;
    color: #ffffff;
}
#BlocGaucheBas img{
    position: absolute;
    bottom:0px;left:0;
    z-index: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{
}
.managecontainer h2{
    margin:20px 0 5px 0;
}
#ManagePictureForm{
    position: fixed; top:90px; right: 30px;
    width:300px;
    text-align:center;
    border-top: 1px solid #c6341d;
    border-left: 1px solid #c6341d;
    border-right: 1px solid #c6341d;
}
#ManageOtherForm{
    position: fixed; top:210px; right: 30px;
    width: 300px;
    padding-bottom:20px;
    text-align:center;
    border-bottom: 1px solid #c6341d;
    border-left: 1px solid #c6341d;
    border-right: 1px solid #c6341d;
}
#ManageOtherForm form{
    margin:0;
}
.managepicturecontainer {
    position: relative;
    display: block;
    float: left;
    width: 400px;
	margin: 0 0 20px 0; padding: 5px;
	border-left: solid 1px #c6341d; 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;
}


