﻿/****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20160208.1015
			coder: 		Christel PUSLECKI (christel@aricia.fr)
*****************************************************************************
		Galerie_photos.template.css
****************************************************************************/
#Galerie .titre {
	display:none;
}

#Galerie .item .thumbnail a {
    display: block;
    margin: 10px auto;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
    transition: all 1s ease 0s;
    }
    
#Galerie .item .thumbnail a {
    width: 210px;
    height: 118.13px;
    }
    
#Galerie .item .thumbnail {
    text-align: center;
    border: 1px solid #BED5E7;
    background-color: #FCFFFF;
    }
    
#aCat_breadcrumb .breadcrumb {    
    font-size: 1.2em;
}

#aCat_breadcrumb .breadcrumb {
    padding: 7px 14px;
    margin: 18px 0px 18px 0px;
    list-style: outside none none;
    background-color: #F6DFC3;
    background-image: -moz-linear-gradient(center top ,  #F5BB76, #F6DFC3);
    background-repeat: repeat-x;
    border: 1px solid #E63F26;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #E63F26  inset;
    }
    
#aCat_breadcrumb .breadcrumb li {
	text-shadow: 0px 0px 0px;
	color: #B81F22;
}