/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
    font-family: 'Futura';
    src: url('../font/futura/futura/Futura Book font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
 	font-size: 16px;
    font-family: "Futura";
}
body, #footer, #header, #header .header-top {
    background-color: #aab78f;
}
#wrapper{
background-image: url('../img/fond.jpg');
}
#wrapper .container{
background:#FFFFFF;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, 
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
background: #6B8E23;
}