@font-face {
    font-family: "opensans-light";

    /* pour IE */
    src : url('fonts/opensans-light-webfont.eot');

    /* pour les autres */
    src : url('fonts/opensans-light-webfont.woff') format('woff'),
          url('fonts/opensans-light-webfont.svg#abcd') format('svg'),
          url('fonts/opensans-light-webfont.ttf') format('truetype');
}
* { margin: 0; padding: 0; }

body{
color:#ffffff;
font-size:9px;
font-family:"opensans-light";
}
.div_bla1{
	background-color:#ffffff;
}
.div_bla2{
	background-color:#fbf9f3;
}
.div_blefonc{
	background-color:#092930;
}
.div_bleciel{
	background-color:#5bbcc9;
}
.div_vio{
	background-color:#5a263c;
}
.footer2{
	background-color:#9bb2dc;
}
#bottom {
    background: none repeat scroll 0% 0% rgb(18, 18, 19);
    padding-top:0px;
    padding-bottom: 0px;
	color:#fff;
}
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
	color: #990033;
}
.mar {
	margin-top: 20px;
	margin-bottom: 20px;
}
.thumb {
	width:300px;
	height:200px;
}
.thumbnail {
	min-height:200px;
}
.bg_carousel {
 background-repeat:no-repeat; background-size:cover; height:600px; width:100%;
 }
 .bg_page {
 position:relative; background-size:cover; border-bottom:6px #FFFFFF solid;
 }