.header1 {
	background-color:#231f20;
	font:400 14px Quattrocento,serif;
	height:42px;
	
}

.header1>div{
	width:1404px;
	margin:0px auto 0px auto;
}

.header2{
	border-bottom:10px solid #e6e6e6; /*#e2dcd6;*/
}

.header2>div{
	width: 1404px;
	margin:0px auto 0px auto;
}

/*MENU CHOIX DE LANGUE*/

#lang{
	float:right;
	width:40px;
}

#lang li{
    list-style-type: none
}

#lang ul{
    position: absolute;
}

#lang:hover{
	cursor:pointer;
}

#lang:hover #menulang{
    display: block;
}

#lang>li>div{
	padding-top:12px;
	background-color: #231f20;
}

#lang>li>div>img{
	padding-left:6px;
}

#menulang{
	display:none;
	width:40px;
	float:right;
    padding-top: 5px;
}

#menulang>li>a>div{
	background-color: #231f20;
	color:#e2dcd6;
}

#menulang>li>a>div>div{
	padding:6px 0px 6px 6px;
	display:table-cell;
	vertical-align: middle;
}

#menulang>li>a>div:hover{
	background-color: #e2dcd6;
	color:#231f20;
	cursor:pointer;
}

/*--*/

#searchButton{
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height:45px;
	vertical-align: middle;
	text-align: center;
	background: url("../images/bouton_recherche.png");
	cursor: pointer;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 18px;
	font-family:Quattrocento,serif;
}

#searchBar{
	display:none;
	background-color:#e2dcd6;
	padding:0px 10px 10px 10px;
}


#subHeader {
	width: 1404px;
	margin: 10px auto 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto Condensed',sans-serif;
	padding-bottom: 10px;
    margin-bottom: -24px;
}

#searchBar2{
	float: right;
	width: 500px;
	border: 1px solid #cfcfcf; 
	margin-top: 25px;
    margin-bottom: 20px;
}

#searchBar2 input{
	border-style: none;
	width: 457px;
	height: 40px;
	float: right;
	padding: 5px;
	color:#848484;
}

#searchBar2 button{
	background: url("../images/search.png") no-repeat scroll center center #fff;
	cursor: pointer;
	height: 40px;
	text-indent: -99999em;
	transition: background 0.2s ease-in-out 0.1s;   
	width: 40px;   
	border: 2px solid #fff; 
	float: right;
}

#searchBar2 button:hover{
	background-color: #d6d6d6; 
}

#logo{
    /*position: absolute;*/
    width:173px;
    height:101px;
}

#subMenu {
    /*margin: 0 auto 10px auto;*/
    padding: 10px 14px 10px 14px;
    font: normal 10px/10px Arial,sans-serif;
    color: #6c635e;
    text-transform: uppercase;
}
/*
#subMenu a:hover {
    color: #ffffff !important;
}
*/
#breadcrumbBar{
	width: 1404px;
	/*background-color: #ece8e4;*/
    background-color: #ffffff;
	margin: 10px auto 10px auto;
	/*padding: 10px 14px 10px 14px;*/
    padding-left: 12px;
	font: normal 10px/10px Arial,sans-serif;
	color: #6c635e;
	text-transform: uppercase;
}

.breadcrumb_houles{
    list-style: none;
    margin: 0px;
}

.breadcrumb_houles li{
    display: inline-block;
}

.breadcrumb_houles > li + li:before {
    color: #949494;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb_houles li a{
    color: inherit;
}

.breadcrumb_houles li a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.breadcrumb_houles li.active {
    color: #949494;
}

/*Responsive*/
@media screen and (max-width: 1500px) {
	#main {
		width: 1204px;
	}

	.header1>div{
		width:1204px;
	}

	#subHeader {
		width: 1204px;
	}

	.header2>div{
		width: 1204px;
	}

	#breadcrumbBar{
		width: 1204px;
	}

}

@media screen and (max-width: 1300px) {
	#main {
		width: 968px;
	}

	.header1>div{
		width:968px;
	}

	#subHeader {
		width: 968px;
	}

	.header2>div{
		width: 968px;
	}

	#breadcrumbBar{
		width: 968px;
	}

	#logo{
        width:138px;
		height:80px;
	}

    #searchBar2{
        margin-top: 25px;
    }

}