/* Page d'accueil de la gallery */
#GalleryContainer{
width: 600px;
min-height: 100px;
padding: 5px;
margin-bottom: 10px;
border: 1px solid black;
}

#GalleryTitle{
text-align: right;
margin-bottom: 10px;
}

.title{
float: left;
font-size: 1.2em;
}

#GalleryImage img{
float: right;

padding-left: 5px;
}

#GalleryFooter{
float: left;
color: blue;
}

/* Page qui contient une seule image */
#Gallery_1x1{
text-align: left;
}

#Gallery_1x1_title{
font-size: 1em;
}

/* Page qui contient toutes les images d'une archives */
#Gallery_4x4 img{

}

#Gallery_4x4Container{
padding: 4px;
float: left;
}

.tx-lzgallery-pi1-5x5-filename{
text-align: center;
font-size: 0.8em;
}

/* Pour les deux pages en même temps */
.tx-lzgallery-navi{
margin-bottom: 10px;
clear: both;
padding-left: 4px;
margin-top: 5px;
text-align: center;
}

.tx-lzgallery-navi a:hover{
text-decoration: none;
}

#tx-lzgallery-pi1-title{
padding-left: 4px;
font-size: 1.2em;
margin-bottom: 5px;
font-weight: bold;
}

.tx-lzgallery-pi1{
width: 400px;
}
