body, html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	/*font-size: 1em;*/
}

.bg_fixe{
	background: url(../img/bg_site.png) no-repeat bottom center;
	background-size: 100% 100%;
}

body{
	/*background: url(../img/logo.png) no-repeat top right;*/
	/*background: url(../img/arbre_pin.png) no-repeat top right;*/
	/*margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-size : 14px;*/
}

#logo{
	position: absolute;
	bottom: 25px;
	right: 15px;
	color: white;
	z-index: 1000;
}

h1{
	font-size: 3.5em;
}

h2{
	font-size: 1.5em;
}

h4{
	
}

h5{
	margin:0px;
}

a{
	color:#ffffff;
}

.lobster{
	font-family: 'Lobster', cursive;
	color:white;
	font-size:2.5em;
}

#menu h3,#menu h2,#menu h4,#menu h1,#logo h1,.googlefont{
	font-family: 'Lobster', cursive;
	color:white;
}

#contenu{
	color:white;
}

#menu .menu_titre:hover{
	border-bottom: 1px solid white;
}

#menu a,#logo a{
	text-decoration: none;
}

#btn_menu_xs:hover,#btn_menu_xs:visited{
	color:white;
}

/*DROPZONE*/
.css_dropzone{
	border-radius: 10px;
	padding:10px;
	background-size: auto 50px;
	min-height: 50px;
	vertical-align: middle;
}

.css_dropzone{
	cursor: pointer;
	/*border :2px dashed orange;*/
}

.css_dropzone:hover{
	opacity: 0.7;
}

/*.blue_bg{
	background-color: lightblue;
}*/

/*.rubrique_active{
	border-bottom: 3px solid #fac905;
}

.rubrique, #mentions{
	font-size:1em;
}

.rubrique button{
	font-family : Arial;
}*/


/*#menu ul{
	margin:0px;
	
}

#menu li{
	list-style: none;
	display:block;
	float:left;
	width:150px;
	text-align: left;
	padding:10px;
	margin-top:20px;
	cursor: pointer;
	font-size : 20px;
}*/


td,th{
	text-align: center;
}

#myVideo{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: 1;
}