/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen { 

	/* Toggler - default style */
	.toggler {
                margin:15px 0 0px 0;
		text-decoration: none;
		font-weight:bold;
		line-height:15px;
		display: block;
	}
        .toggler:target{border-top: 100px solid transparent;
                margin: -100px 0 0;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                outline: none; /* Supprimer la outline disgracieuse de Chrome */}
	.toggler-closed {
		color:#29235C;
		padding-left:20px;
		height:40px;
		background: #fff url('../images/picto-plus.gif') center right no-repeat;
		border: solid 0px white;
	}
	
	.toggler-opened {
            padding-left: 20px;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: solid 1px #ccc;
	}
	
	/* Container - default style */
	.toggler-c {
            
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 0px #e3e3e3;
           margin:0px 0px 0px 0px;
	   padding:0px 0px 0px 20px;
	}
	.toggler-c-opened {
           margin:0px 0px 0px 0px;
	   padding:0px 0px 0px 20px;
	   background:#fff;
	   border:solid 0px #fff;

	}
        
   /*---- Style pour le site Telma
   ----------------------------------------------------------------------- */
   .toggler h2{
       margin:5px 0px;
       font-size:1.45em;
       font-weight: 400;
   }
   .toggler .date{
       float:left;
       font-size: 14px;
       width:100%;
       color:#333;
   }
   .toggler .titleToggler{
       float:left;
       width:100%;
   }
   .toggler .date .city{
       text-transform: uppercase;
       color:#333; 
   }

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:15px; }
	.toggler { display: none; }

}
