@charset "UTF-8";

/*Base Styles for Top Bar Ribbon*/

/***************************************************************************/

div.moduletable.topbar-container div.module_container {
	border-bottom: 1px solid #A5ACAF;
}
.mod-custom.topbar-container {
	width:100%;
	color:#fff;
	/*height:35px;*/
	float:left;
	font-size:13px !important;
	line-height:18px;	
	/*position: absolute;*/
	top:0;
}

.mod-custom.topbar-container p {
	font-size:13px !important;
}


.mod-custom.topbar-container a {color:#fff;}


div#topbar-content #topbar-title { 
	height:16px;
	width:92px;
	/*background: url(../images/topbar-logo.gif) no-repeat center top;*/
	font-size:0em;
	color:#525a5c;
	margin: auto;
	padding-top: 7px;
	clear:both;
	cursor:pointer;
	/*float: right;*/
}

div#topbar-content div#topbar-wrapper {
	background:#525a5c;
	border-bottom: 1px solid #A5ACAF;
    position: absolute;
    width: 100%;
    padding: 0 2%;
    z-index: 1100;
}
div#topbar-content div#topbar-bandeau {
	background:#525a5c;
   position: absolute;
    width: 100%;
    height:35px;
    padding: 0 2%;
    z-index: 1100;
}

div#topbar-content div#topbar-detail {
	/*display:none;*/
	/*overflow: visible;*/
	background: #525a5c;
	max-height: 0;
	max-width: 1180px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: max-height ease-in-out 500ms;
	text-align: left;
}

div#topbar-content #topbar-right, 
div#topbar-content #topbar-left {
	color: #ffffff;
	max-width:570px;
	width:47%;
	float:left;
	margin:40px 0 20px 0;
}

@media(max-width:768px) {

div#topbar-content .topbar-mainlink {
	display:block !important
}
div#topbar-content #topbar-detail ul li {
	border-right:none!important;
	padding:5px!important;
	}
}

div#topbar-content #topbar-right {
	float:right;
	border-left:1px solid #A5ACAF;
	padding-left:2%;
}
div#topbar-content #topbar-detail p:last-child {
	margin-bottom:0;
}

div#topbar-content #topbar-detail ul, 
div#topbar-content #topbar-detail ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

div#topbar-content #topbar-detail ul li {
	padding: 0 10px 0 5px; 
   line-height: 1em;
	border-right:1px solid #A5ACAF;
}

div#topbar-content #topbar-detail ul li:last-child {
	border:0;
}

div#topbar-content #topbar-detail ul li a {
	text-transform:uppercase;
	text-decoration: none;
}
div#topbar-content #topbar-detail ul li a:hover {
	text-decoration: underline;
}
div#topbar-content #topbar-detail p {
	text-transform: none;
}

div#topbar-content #topbar-detail ul li.topbar-mainlink {
	border:0;
	padding-left:0;
}

div#topbar-content #topbar-detail ul li.topbar-mainlink a {
	text-transform:none;
	font-weight:bold;
}


.show #topbar-detail {
	max-height:400px;
}
.show #topbar-title { 
	background-position:bottom center;
}


/* ie specific classes */
.ie body.show .outer {  padding-top: 1px; }
