/*
*   name           Favourite
*   version        3.4
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/

/* Petits tableaux-liens sur les pages activités, zones membre et comité
*/
td.cellule_image
{
   border-color: #c9c5c5;
   border-width: thin;
   border-style: outset;
}


td.cellule_image:hover
{
    background-color: #057326;
}

td.cellule_titre
{
    background-color: #057326;
	border-color: #c9c5c5;
    border-width: thin;
    border-style: outset;
}

td.cellule_titre:hover
{
    background-color: black;
}

h4.titre_blanc
{
    color: white;
	text-align:center
}

td.cellule_centrale
{
    width: 25px;
	border: 0;
}


/* Pour les utilisateurs internet explorer version<9
*/
 .ie-old
{
    background-color: #666;
    box-shadow: 0 1px 3px #666;
    left: 0;
    margin: 0 !important;
    padding: 10px !important;
    position: fixed;
    text-align: center;
    text-shadow: 0 0 0 !important;
    top: 0;
    width: 100%;
    color: white;
}

/* zoom images */

img.zoom
{
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

img.zoom:hover
{
  transform: rotate(0deg) scale(2);
}

