@charset "UTF-8";
/* CSS Document */

body {
	font-family: '../fonts/bebas_neuebook', "sans serif";
	background: #fff;
}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebasneue_light-webfont.eot');
    src: url('../fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_light-webfont.woff') format('woff'),
         url('../fonts/bebasneue_light-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear {
	clear: both;
}
#wrapper {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	
}
a {
	text-decoration: none;
	text-transform: none;
	color: #1C4F66;
	font-size: 1.125em;	
	
}
#fixe_header {
	position: fixed;
	width: 100%;
	top: 0px;
}

header h1 {
	color: #666666;
	text-transform: lowercase;
	text-align: center;
	font-family: "bebas_neuebook";
	font-size: 2.25em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 4px;
}



header {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
		
}


#slider {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#retourindex {
	float: right;
	position: absolute;
	top: 30px;
	right: 130px;
	z-index: 100;
	
}



.bxslider li img {
	margin-right: auto;
	margin-left: auto;
}
#slider .bxslider li .titre {
	text-transform: lowercase;
	text-align: center;
	font-family: "bebas_neue_regularregular";
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 2px;
	color: #1c4f66;
	margin-top: 25px;
	margin-bottom: 10px;
}
#slider .bxslider li .sous-titre {
	text-align: center;
	font-family: "bebas_neuebook";
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	color: #999;
	text-transform: lowercase;
}
.titre_bold {
	font-weight: bold;
}
