/*******************************************************************************/
/*                                    compHeader                               */
/*******************************************************************************/

.compHeader {
	height: 215px;
	width: 980px;
    margin: 0 auto;
    position: relative;
}
#langageEN .compHeader {
    background: url("../image/logo_dali_en.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #b4a07d;
    height: 190px;
    margin: 0 auto;
    position: relative;
}
.compHeader .headerComposants .img_logo {
	background: url("../image/logo_meurthe_moselle.png") no-repeat scroll 0 0 transparent;
	background-size: contain;
    display: block;
    height: 50px;
	top: 15px;
	right: 15px;
    position: absolute;
    width: 65px;
}
.compHeader .headerComposants .img_logo:hover {
    opacity: 0.8;
}
.compHeader .headerComposants .footerComposants .contentComposants .topContentComposants {
    color: #7F7F7F;
    font-size: 19px;
    padding: 0 0 0 50px;
    text-transform: uppercase;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants a {
    color: #372a28;
    display: block;
    font-size: 14wpx;
    font-weight: normal;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants a:hover {
    opacity: 0.8;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .descriptionHeader{
	display: none;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .etapeHeader{
	display: none;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .lienAccueilHeader{
	display: block;
	position: absolute;
	height: 149px;
	width: 232px;
    left: 489px;
	top: 0;
	left: 0;
	background: url('../image/LogoWebChateau2019-1-min.png') no-repeat center;
	background-size: contain;
	transition: all .5s;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .lienAccueilHeader span {
	display: none;
}

.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .lienSiteHeader{
    display: block;
    background: url(../image/bt_retour-site.png) no-repeat center / 116px 44px;
    right: 15px;
    top: 90px;
    width: 116px;
    text-transform: none;
}

.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .lienSiteHeader span {
    color: #FFFFFF;
    position: relative;
    margin-left: 50px;
	display: block;
	font-size: 10px;
}
.compHeader .headerComposants .footerComposants .contentComposants .dataContentComposants .lienSiteHeader span span {
	display: block;
	margin-left: 0%;
	font-family: 'built titling', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 20px;
}
.TopHeaderInfo a{
	position:absolute;
	color:#656565;
    display: block;
    left: 489px;
    line-height: 27px;
    padding: 0 5px 0 5px;
    position: absolute;
    text-align: center;
  
    width: 133px;
	 top: 120px;
	height:35px;
	line-height:34px;
	cursor:pointer;
}

.TopHeaderInfo a:hover{
	background:#E10005;
	color:#fff;
	
}


/********************************************/
/*********** Mise en Forme Navigation *******/
/********************************************/

#NavMenu2,
#NavMenu1{
	display:block;
	height: 73px;
	clear:both;
}


.MenuTopRMNelement{
	float:right;
	display:table;
}

.MenuTopRMNelement ul{
	display:table-row;
}

.MenuTopRMNelement ul li{
	display:table-cell;
	font-size:12px;
	 vertical-align: middle;	
}

.MenuTopRMNelement ul li a{
	color:#000;
}



.MenuTopRMNelement ul li.Info{

	padding-left:25px;
	height:23px;
	padding-right: 12px;
}

.MenuTopRMNelement ul li.Ticketing{
	background:url('../image/InterMenuRMN.gif') no-repeat 0 center;
	padding-left:18px;
	height:23px;
	padding-right: 12px;
}

.MenuTopRMNelement ul li.Shop{
	background:url('../image/InterMenuRMN.gif') no-repeat 0 center;
	padding-left:19px;
	height:23px;
	padding-right: 12px;
}

.MenuTopRMNelement ul li.Who{
	background:url('../image/InterMenuRMN.gif') no-repeat 0 center;
	height:23px;
	padding-left: 17px;
    padding-right: 12px;
}

.MenuTopRMNelement ul li.Pro{
	background:url('../image/InterMenuRMN.gif') no-repeat left center;
	padding-left:17px;
	height:23px;
	padding-right: 9px;

}

.MenuTopRMNelement ul li.Discover{
	background:url('../image/bgTopDiscover.gif') no-repeat 0 center;
	padding-left:16px;
	height: 30px;
	text-transform:uppercase;
	padding-right:0;
	color:#000;
}



.menuNavigationSecond{
	float:right;
	display:table;
}

.menuNavigationSecond ul{
	display:table-cell;
	padding-right:0px;
}

.menuNavigationSecond ul li{
	display:table-cell;
	padding-right:30px;
}


/*************************************/
/********  Nav 2 *********************/
/*************************************/

#NavMenu2 .menuNavigationSecond li.home{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 44px 10px transparent;
	width:34px;
	height:34px;

}

#NavMenu2 .menuNavigationSecond li.home a{
	background:url('../image/rmnHomeBack.gif') no-repeat 0 -5px;
	width:34px;
	height:34px;
	display:block;
}

#NavMenu2 .menuNavigationSecond li a{
	color:#000;
}

#NavMenu2 .menuNavigationSecond li.magazine{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 137px 10px transparent;
}

#NavMenu2 .menuNavigationSecond li.programme{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 166px 10px transparent;
}

#langageEN #NavMenu2 .menuNavigationSecond li.programme{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 141px 10px transparent;
}

#NavMenu2 .menuNavigationSecond li.vous{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 76px 10px transparent;
}

#langageEN #NavMenu2 .menuNavigationSecond li.vous{
	background:url("../image/InterMenuRMN.gif") no-repeat scroll 69px 10px transparent;
}

#NavMenu2 .menuNavigationSecond li.Twitter{
	padding-right:0;
}

#NavMenu2 .menuNavigationSecond li.Twitter a{
	background:url('../image/bgTwitterTopLogo.gif') no-repeat right 0;
	width:45px;
	height:24px;
	display:block;
}

#NavMenu2 .menuNavigationSecond li.facebook{
	padding-right:12px;
}

#NavMenu2 .menuNavigationSecond li.facebook a{
	background:url('../image/bgFacebookTopLogo.gif') no-repeat right 0;
	width:29px;
	height:24px;
	display:block;
	
}