@CHARSET "UTF-8";

#gallery_title{
   text-align:left;
   width:900px;
   height:52px; 
   margin:60px 27px 0px 27px;   	
   -margin-top:28px;
   position:relative;
}
#gallery_legend{
   background:url('../images/gallery_top.jpg') no-repeat;
   width:900px;
   height:28px; 
   margin:0px 27px 0px 27px;    
   position:relative;
}


#gallery{
    margin:0px 0px 14px 0px;
    width:953px;
    height:400px;
       
    position : relative;
    line-height:1.1em;
    
}
.pic{
    width:125px;
    -width:128px;
    height:188px;
    margin:10px 3px 0px 27px;
    -margin-left:20px;
    background:#ffffff;
    float:left;
    border:0px;
}
.img_pic{
    width:120px;
    -width:124px;
    height:169px;
    border:0px;
    margin:2px 2px 1px 2px;	
}
.pic_legend{
    height:14px;
    width:98%;
    position:relative;
    float:left;
    margin:0 2px 0px 0px;
    text-align:right;
    font-size:1em;
    color:#757575;
    font-weight:bold;  	
}


#gallery_nav{
    position:relative;
    width:900px;
    height:28px;
    margin:0px 0px 0px 27px;

}
.gallery_nav_but{
    width:100%;
}
.gallery_nav_but_empty{
    visibility : hidden;
}
#PREVIOUS{
    width:33%;
    height:28px;
    text-align:left;
    background:url('../images/fleche_g.jpg') no-repeat scroll;
    float:left;
    margin:0 0 0 5px;
}
#NEXT{
    width:30px;
    height:28px;
    text-align:right;
    background:url('../images/fleche_d.jpg') no-repeat scroll;
    float:right;
}
#PAGE{
    width:34%;
    text-align:center;
    
    float:left;
}

