div#bandeau {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}

div#bandeau_fond {
	background-color: white;
	height: 150px;
   }

div#bandeau_central {
	position: relative;
	height: 100%;
	margin: 0 auto;
    text-align: left;
	width: 1280px;
}

div#languageSelection {
	position: absolute;
	top: 5px;
	left: 1100px;
	z-index: 10;
}

div#languageSelection div.language{
    /*float:left;*/
    margin-right: 5px;
    display: inline;
}

div#languageSelection div img{
    width: 28px;
    /* cursor: pointer; */
    -webkit-transition: width 0.25s linear;
    -moz-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
}

div#languageSelection div img.selected{
    width: 28px !important;
    cursor:default;
	background-color: transparent;
}

div#languageSelection div img:hover{
    /* width: 32px; */
    width: 28px !important;
}

div#languageSelection div div#selector {
    border-color: transparent transparent #DEDEDE;
    border-style: solid;
    border-width: 0 4px 8px;
    height: 0;
    width: 0;
    margin-left: 10px;
    margin-top: -2px;
}

div#searchBar {
	background: url("../../images/bandeau/fond_recherche.png") no-repeat scroll 0 0 transparent;
    height: 120px;
    position: absolute;
    right: 150px;
    width: 190px;
}

div#searchForm {
	left: 5px;
    position: relative;
    top: 64px;
}

.drias_titre {
    text-transform: uppercase;
    font-size: 32pt;
    font-family: StRydeRegular;
}

.futurs {
	color:#F77B11;
	font-weight:bold;
    font-size: 30pt;
    font-family: StRydeRegular;
}

.climat {
	color:#0085CB;
	font-weight:bold;
    font-size: 30pt;
    font-family: StRydeRegular;
}

.logo-drias-caroussel {
	left: 80px;
	position: absolute;
	top: 150px;
}

.logo-drias-footer {
	left: 50px;
	position: absolute;
	top: 45px;
}

.logo-drias-climat {
	margin-left: 25px;
	width: 100px;
}

#titre-banniere {
    font-size: 25pt;
    left: 350px;
    position: absolute;
    top: 40px;
    text-transform: lowercase;
    font-family: StRydeRegular;
}

#titre-banniere-fine {
	color: #FFFFFF;
    font-size: 28px;
    left: 420px;
    position: absolute;
    top: 21px;
    text-transform: lowercase;
    font-family: StRydeRegular;
}

.languageSelection .language .selected {
	color: #000000;
    position: relative;
    top: 0px;
    left: 0px;
	text-align: center;
	line-height: 40px;  
	letter-spacing: 0;
	opacity: 1;
	/*background: #D3D3D3 0% 0% no-repeat padding-box;*/
	border:0px solid #cccccc;
	cursor: pointer;
	text-decoration: underline;
    text-underline-position: auto;
}

.languageSelection .language {
	color: #c0c0c0;
    position: relative;
    top: 0px;
    left: 0px;
	text-align: center;
	line-height: 40px;  
	letter-spacing: 0;
	opacity: 1;
	/*background: #FFFFFF 0% 0% no-repeat padding-box;*/
	border:0px solid #cccccc;
	cursor: pointer;
}
