body {
	background-color: #f4f0f0;
	letter-spacing: 0.01em; 
	word-spacing: 0.01em;
}

#content-inner {
    margin-left: 15px;
}

#content {
    margin-bottom: 20px;
}

#header {
    height: 151px;
    background-image: url('../../images/header/background.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#accessibility p {
	display: inline-block;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
}

#accessibility p + p {
	border-left: 2px solid #E2001A;
	font-size: 1em;
	padding-left: 4px;
}

#searchContainer {
	position: absolute;
	right: 0px;
	bottom: 16px;
}

.clear {
	clear: both;
}

#body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	width: 100%;
}

#content div {
	display: inline-bloc;
	*display: inline;
}

#centercontainer {
    width: 685px;
    padding-top: 6px; 
}


div#search {
	float: right;
}

div#slider {
	float: center;
	clear: both;
}

div#badgeo {
	float: left;
}

div#discovery {
	float: right;
	width: 65%;
}

#content-inner {
	position: relative;
    float: right;
    text-align: left;
}

#toolbox {
	position: absolute;
	right: 0;
	top: -20px;
	filter: alpha(opacity=50);
	opacity: 0.5;
    cursor: pointer;
}

#toolbox:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#route {
    min-height: 15px;
    width: 685px;
}

#login {
    min-height: 15px;
    min-width: 50px;
    width: 300px;
    height: 100px;
}

#searchContainer {
    min-height: 15px;
    min-width: 50px;
}

#infobloc {
    min-height: 100px;
    width: 685px;
    margin-top: 25px;
    font-size: 1.5em;
}

#footerContainer {
	width: 100%;
	max-width: 1500px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../../images/footer/backgroundFooter_1000.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	position: relative;
	border-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../../images/footer/background.png');
	background-repeat: repeat-x;
	width: 1000px;
	min-height: 150px;
}

#footer>div { 
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
}

#socialNetworksContainer {
	margin-top: -6px;
}

#rightFooterContainer {
	float: right;
	width: 650px;
	margin-top: 30px;
	margin-right: 10px;
}

#footer-info {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

#logoSmall {
    display: none;
}

input.blackBtn {
    /*background-image: url("../../../../../../system/modules/eu.cts.module.template/resources/images/button/bg_button.png");*/
    
    background-image: -webkit-linear-gradient(center top, #888888 0%, #000000 100%);
	background-image:    -moz-linear-gradient(center top, #888888 0%, #000000 100%);
	background-image:     -ms-linear-gradient(center top, #888888 0%, #000000 100%);
	background-image:      -o-linear-gradient(center top, #888888 0%, #000000 100%);
	background-image:         linear-gradient(center top, #888888 0%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888',endColorstr='#000000', GradientType=0);
	
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-weight: 600;
    height: 21px;
    padding: 0;
    cursor: pointer;
}

input.blackBtn:active {
    background-image: -webkit-linear-gradient(center top, #000000 0%, #888888 100%);
	background-image:    -moz-linear-gradient(center top, #000000 0%, #888888 100%);
	background-image:     -ms-linear-gradient(center top, #000000 0%, #888888 100%);
	background-image:      -o-linear-gradient(center top, #000000 0%, #888888 100%);
	background-image:         linear-gradient(center top, #000000 0%, #888888 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#888888', GradientType=0);
	
}

.evitement {
	position: absolute;
	left: -9999px;
	top: 50px;
}

.evitement:focus {
	left: 70px;
}

.evitement-focused {
	border : 2px dashed black;
}

#content-inner.evitement-focused {
	margin-left: 11px !important;
}

textarea.error {
	border: 1px solid red;
}

.infobulle {
    background-image: url("../../images/infobulle.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    margin-top: 6px;
    width: 16px;
}