:root {
	--primary-color: #008f9f;
	--secondary-color: #242B31;
	--ternary-color: #94D1B4;
	--soft-background: #f7f7f7;
	--button-color:#fff;
	--link-color:#00B8CC;
	--link-hover-color:#008f9f;
	--button-hover-color:#8e7cc3;
  }
  
h1::before, h2::before, .onenews h2::before {width:0;margin:0;padding:0}
.onenews h2 {padding:0;} 
#breadcrumb {
	border-bottom: 2px solid #574dca;
}
#breadcrumb {  border-bottom:0;}

.ical-txt a:hover {background-color:#e26a74;color:white;}

a.see-detail-chart {color:#D05E67 !important;text-decoration: none ! important;margin-left:1em;}



#newsletteremail {
	background-color: #3E4346;
}

.chapo {
	color:#41505F;
}
.sub-menu li a:hover,.sub-menu .actif a{color:#333;}

    #menu {font-size: 0.9em;}
#menu>ul>li:hover>a,#menu>ul>.actif>a{text-decoration:none;color:#333;}
#menu>ul>li:hover:after, #menu>ul>li.actif:after  {
    background: #333;
}
#menu li:hover>a,#menu .actif>a{text-decoration:none;color:#333;}

header h3 {
	color: #736ad9;
}
header {
	height: 240px;
    background-image: url('../images/BandeauSite.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
input:focus, textarea:focus { border:2px solid #456F7F; }

.loading {
  border-top: 5px solid #8093e5;
  border-bottom: 5px solid #8093e5;
}
a.button, a.button:visited {
	padding:0.4em 1.1em;
	border:1px solid #e7e7e7;
}
p.msg-no-store {margin:1.5em 0;font-size:0.9em;color:#4282B7; font-style: italic;}

pre,code {
	color: #546C91;
}