/** 
 * adaptation couleurs spécifiques de l'organisation mandante.
 */

#nav ul li.menuOn > a {
    color: #ef3e42;
    text-shadow: 0 1px 0 #ef3e42;
}
#nav ul.nav li.menuOn > a:hover {
    background: #ef3e42;
    color: white;
}

#nav ul.nav > li > a:hover {
    background: #ef3e42;
}

#main-navigation ul.menu li ul li a:hover
{
    background: url("../img/icoSingleWhiteRightArrowPRI.png") no-repeat scroll 10px 12px #007D31;
    color: white;
}

/*#main-navigation ul.menu li ul li.menuOn a {
    background: url("../img/ico_single_white_right_arrow.png") no-repeat scroll 10px 12px #007D31;
    color: #000000;
    text-shadow: 0 0px 0;
}*/


/* CONTENT*/
div.greenbox {
    background: #7a7a79;
    border: 1px solid #7a7a79;
}
div.greenbox div.body p {
    background: url("../img/ico_yellow_bullet.png") no-repeat scroll 11px 6px transparent;
}
.parsley-errors-list {
    background: red;
}
/* custom colors added on 27-11-2015 
RED #ef3e42
GREEN #007d31
GREY #cdc4b2 
*/

time.icon em{
  color: #ef3e42;  
}

#content-main .news-list-view .vevent a:before {

  background-image: linear-gradient(45deg, #ef3e42 25%, #eaf2e7 25%, #eaf2e7 50%, #ef3e42 50%, #ef3e42 75%, #eaf2e7 75%, #eaf2e7);
  background-image: -webkit-linear-gradient(45deg, #ef3e42 25%, #eaf2e7 25%, #eaf2e7 50%, #ef3e42 50%, #ef3e42 75%, #eaf2e7 75%, #eaf2e7);
  background-image: -moz-linear-gradient(45deg, #ef3e42 25%, #eaf2e7 25%, #eaf2e7 50%, #ef3e42 50%, #ef3e42 75%, #eaf2e7 75%, #eaf2e7);
  background-image: -ms-linear-gradient(45deg, #ef3e42 25%, #eaf2e7 25%, #eaf2e7 50%, #ef3e42 50%, #ef3e42 75%, #eaf2e7 75%, #eaf2e7);
  background-image: -o-linear-gradient(45deg, #ef3e42 25%, #eaf2e7 25%, #eaf2e7 50%, #ef3e42 50%, #ef3e42 75%, #eaf2e7 75%, #eaf2e7); 
  animation: barberpole 0.5s linear infinite;

}

#content-main .tx-cal-controller h1 {
    color: #000;
}

.tx-cal-controller .header-buttons div a{
    color: #ef3e42;
}


.tx-cal-controller div.green_catheader dl, .tx-cal-controller div.green_catheader_allday {
    background-color: #cdc4b2;
    color: #FFFFFF;
}

