
/* -----------------------------------------------------------------------------*/
/* ------------------------- EFFECT CSS3 ------------------------------------*/
/* -----------------------------------------------------------------------------*/

/* --------- TRANSITION RAPIDE ---------- */

.transition_css_rapide,
.layout_par_onglet  li h3 span,
.layout_par_onglet  li ul,
.layout_par_onglet  li ul li ul li,
.layout_par_onglet > li > ul,
.table_item .item,
.table_item .item .titre_item,
input,
a.lien_bouton,
#test_placement  .item_info_descriptif a,
#content .date .ligne-tableau,
#header,
#Encart_supp > div,
#Encart_supp > div h3{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
/* --------- TRANSITION MOYENNE ---------- */
.transition_css_moyenne,
.table  .item .item_logo img,
.table.TWOE  .item .item_info_supp,
#formulaire_inscription .table_item .item,
.reseau_nationnal ul{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
	
/* --------- TRANSITION LENTE ---------- */
.transition_css_lente,
.table_item .item .item_content_hidden
{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	}
	
/* --------- COIN ARRONDIS  ---------- */
.petit_coin_arrondis,
#formulaire_recherche,
textarea,
select,
a.lien_bouton,
input[type="submit"],
input[type="email"],
input[type=button],
input[type=text],
#menu_lang,
#formulaire_inscription .table_item .item{	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	}
.grand_coin_arrondis,
#main_slideshow_hp.camera_wrap .camera_pag .camera_pag_ul li,
#main_slideshow_hp.camera_wrap .camera_pag .camera_pag_ul li > span {	
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	}	
/* --------- OMBRES PORTEES  ---------- */
.ombre_porte,
table.spip{
	-moz-box-shadow: 3px 3px 9px #E6E6E6; 
	-webkit-box-shadow: 3px 3px 9px #E6E6E6; 
	box-shadow: 3px 3px 9px #E6E6E6;
	}
.ombre_porte_transparente,
.reseau_national ul{
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.25); 
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.25); 
	box-shadow: 3px 3px 4px rgba(0,0,0,.25);
	}
