#body {
	margin-left: auto;
	margin-right: auto;
    position: relative;
}

#header {
    position: relative;
}

#backgroundHeader {
    background: url(../../images/header/backgroundHeader_1000.png) no-repeat scroll center top transparent;
    position:absolute;
    height: 100%;
    min-width: 700px;
    width: 100%;
}

#backgroundFooter {
    background: url(../../images/footer/backgroundFooter_1000.png) no-repeat scroll center bottom transparent;
    position:absolute;
    height: 150px;
    width: 100%;
}

#content {
	position: relative;
	width: 100%;
}

#breadcrumb {
    width: 100%;
    min-height: 10px;
    padding-left: 3px;
    padding-top: 2px;
}

#content div {
	display: inline-bloc;
	*display: inline;
}

div#logo {
	width: 470px;
	vertical-align: middle;
    height: 65px;
}

div#contact {
    height: 65px;
    min-width: 15px;
    padding-left: 5px;
    padding-top: 10px;
}

div#i18n {
    height: 65px;
    min-width: 15px;
    padding-left: 5px;
    padding-top: 10px;
}

div#accessibility {
    padding-left: 5px;
    padding-top: 10px;
}

#right-c > div {
    margin-top: 15px;
}

.slide {
    width: 1000px;
    height: 260px;
}

#sliderContainer {
    height: 280px;
}

#right-c {
    width: 300px;
    float: left;
}

#tophead {
    display: table;
    width: 100%;
}

#tophead > div {
    display: table-cell;
    vertical-align: top;
}

#nav-side {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
}



#right-c .search-box {
    display: none;
}

.noScript {
    color: #E2001A;
    font-weight: bold;
    font-size: 2em;
}
