/* LEFT MENU */

.leftmenu ul > li,
.leftmenu ul li.active a {
	display: none;
}

.leftmenu ul > li.active,
.leftmenu ul li.active ul li,
.leftmenu ul li.active ul li a {
	display: block;
}

.leftmenu a:focus{
	background: #be0f34;
	color:#fff;
}

/* GROUP BAR CEDACRICERT */

#header-wrapper {
	margin-top: 0px;
}
	
#groupbar {
	min-height: 26px;
	height: 26px;
	width: 100%;
	background-color: #ffffff;
	color: #063872;
	padding: 0px;
	margin: 0px auto;
	border: 0px;
}

#groupbar .container {
	max-width: 940px;
	margin: 0px auto;
}

#groupbar ul {
	margin: 0px;
    line-height: 26px;
    font-size: 16px;
}

#groupbar .pull-right {
	float: right;
}

#groupbar i {
	font-size: 1.2em;
}

#groupbar .nav > li {
	list-style: none;
}

#groupbar .nav > li > a {
	display: inline;
	padding: 0;
	font-size: 0.8em;
	text-decoration: none;
}

#groupbar .nav li a:focus{
	font-style: italic;
	text-decoration: underline;
}

#groupbar .nav > li > a:link,#groupbar .nav > li > a:visited {
	color: #99a7b6;	
}

#groupbar .nav > li > a:hover{
	color: #063872;
}

/* TEMPLATE GENERAL */

#maincol.general {
	width: 860px;
}

/* COOKIE */
div#cookieChoiceInfo {
    background-color: #b4b4b4;
    color: #fff;
    font-size: 15px;
    font-family: arial;
}
#cookieChoiceInfo span {
    max-width: 986px;
    display: block;
    margin: 0 auto;
    padding: 10px 5%;
	text-align: center;
}
#cookieChoiceInfo a {
	color: #003e7e;
	text-decoration: underline;
}

#cookieChoiceInfo a:focus {
	color: #000;
	background: #999999; /*Grey*/
	/*font-size: 1.25em;*/
	font-style: bold;
	text-decoration: underline;
}

#cookieChoiceInfo .dismissButton {
    position: absolute;
    top: 11px;
    /*color: #fff!important;*/
	color: #fff;
    right: 18px;
    width: 10px;
    height: 10px;
}
#cookieChoiceInfo .dismissButton:focus{
    color: #000;
    background: #999999; /*Grey*/
	font-style: italic;
	text-decoration: underline;
}
#cookieChoiceDismiss.dismissButton:focus {
	color: #000;
    background: #999999; /*Grey*/
	font-style: italic;
	text-decoration: underline;
}