html {
	min-height: 100%;
	position: relative;
}

body {
	color: #555;
	background: #ffffff;
	margin-bottom: 60px;
	font-family: "Lucida Sans Unicode", Verdana;
}

#top_image {
	position: fixed;
	width: 100%;
	height: 425px;
	background: url(/data/files/img/cubes.jpg) top center no-repeat;
	top:0px;
	z-index: -10;
}

input, textarea {
  width: 100%;
}

.button-xlarge {
  font-size: 110%;
}


.thankyou_message, .abonnezvous {font-size: 170%; color:#3bb0d0; text-align:center}
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.blueBackground {background-color: #1ab;}

.navbar-default .navbar-toggle {border-color: #888;}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}

.navbar, .navbar-collapse {
	border: 0;
	background: none;
}

ul.nav.navbar-nav.navbar-right li.active a {
	color: #1ab;
	background: none;
	border-bottom: 1px solid #ffffff;
}
ul.nav.navbar-nav.navbar-right li a {
	color: #ffffff;
	background: none;
	border-bottom: 1px solid #ffffff;
}

ul.nav.navbar-nav.navbar-right li a:hover {
	color: #1ab;
	background: none;
	border-bottom: 1px solid #1ab;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}