/* ==========================================================================
   Renault Header
   ========================================================================== */

#main_content .container_16{
        margin-top:0px;
        margin-bottom: 0px;
}

#footer_zone .container_16{
        margin-top:10px;
        margin-left:0;
        margin-right:0;
}

#renaultheader{
	margin:5px auto 0;
}
#renaultheader .container_16{
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.header{
	background:#fff;
	-webkit-box-shadow:0px 5px 5px -3px #999;
	-moz-box-shadow:0px 5px 5px -3px #999;
	box-shadow:0px 5px 5px -3px #999;
	position:relative;
	width:100%;
	z-index:1000;
/* 	margin-bottom: 10px; */
}

.header > div:nth-child(1){
	text-align:center;
}

.header > div:nth-child(1) > a img{
	height: 17px;
	margin: 17px auto;
	width: 24px;
}

.header > div:nth-child(2){
	color:#fdb414;
	font-weight: bold;
	font-size: 0.7em;
	line-height:1em;
	margin-bottom:0.5em;
	text-align:center;
	text-transform:uppercase;
	width:60%;
}

.header > div:nth-child(3) {
	float:right;
	width: auto;
	padding-right: 5px;
}

.header > div:nth-child(3) > a img {
	width: 55px;
	height: 35px;
	padding-top: 5px;
}

.header > div.grid_3 {
	text-align:center;
}

/* ==========================================================================
   Menu
   ========================================================================== */
.hidden {
	display: none;
}

#menu{
/* 	background:url('/dev/modules/JahiaRenaultHeader/img/menu-shadow.png') 0 0 repeat-x #dededc; */
	overflow:hidden;
	padding-top:1.5em;
	position:relative;
	width:100%;
}

#menu:before {
	content:'';
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	background-color: #dededc;
	height: 2px;
	width: 100%;
}
#linkMenu {
	cursor: pointer;
}

#linkMenu img:last-child{
	display:none;
}

#menu > div:first-child{
	text-align:center;
}

#menu > div.bottomShadowHeader{
	-webkit-box-shadow:0px -1px 18px #999;
	-moz-box-shadow:0px 5px 5px -3px #999;
	box-shadow:0px -1px 18px #999;
	bottom:-4px;
	height:5px;
	position:absolute;
	width:100%;
}

.arrowHeader{
	display:none;
	height:1px;
	margin:0 auto;
	position:relative;
	top:-19px;
	z-index:100;
}

/* ==========================================================================
   Search Form
   ========================================================================== */

#menu form.simplesearchform{
	background-color:#dededc;
	margin-bottom:0;
	margin-top:1.5em;
	padding:0;
	padding-bottom:1em;
	padding-top:0.5em;
	position:relative;
	text-align:center;
	width:100%;
}

#menu form.simplesearchform > #searchTerm{
	border:none;
	border-radius:0;
	color:#d0cfcb;
	font-style:italic;
	height:30px;
	padding:0 10px;
	vertical-align:middle;
	width:70%;
}
#menu form.simplesearchform > .searchsubmit{
/* 	background:url('/modules/JahiaRenaultHeader/img/search-btn.png') center center no-repeat; */
/* 	background-size:100%; */
	border:none;
	border-radius:0;
	height:30px;
	left:-5px;
	position:inherit;
	right:auto;
	text-indent:inherit;
	top:auto;
	vertical-align:middle;
	width:30px;
}

/* ==========================================================================
   Landscape Styles
   ========================================================================== */

@media only screen and (orientation:landscape){

#menu form.simplesearchform{
	float:left;
	margin:0;
	padding:0.5em 0;
	width:100%;
}

#menu form.simplesearchform > #searchTerm{
	width:75%;
}

#menu > div:nth-child(2){
	float:left;
	margin-left: 0;
	width:49%;
}
#menu .bottom_line {
	margin-left: 0;
}
#menu .icone {
	padding-left: 15px;
}

}