@media (max-width: 767px) {
	body {
		background: url(/assets/img/christmas-sm.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		background: url(/assets/img/christmas-sm.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		/*font-size: xx-large !important;*/
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	body {
		background: url(/assets/img/christmas-md.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

@media (min-width: 1200px) {

	body {
		background: url(/assets/img/christmas-md.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}


}

#content_body {
}
div.menu {
	background-color: rgba(255,255,255,0.8);
}
#div_comment {
	background-color: rgba(255,255,255,0.8);
}

#contenu {
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
	background-color: rgba(255,255,255,0.6);
}

#form_login {
	background-color: rgba(255,255,255,0.7);
	margin-top: 15%;
}

footer {
	position: fixed !important;
	bottom: 0px !important;;
}

/*body {*/
/*	padding-top: 70px;*/
/*}*/
.loader {

	position: fixed;
	z-index: 9999;
	background: url('/assets/img/ajax-loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.7);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	cursor: wait;
}

.notif {
	width: 95%;
	padding: 1%;
	margin: 10px auto 20px auto;
}

.success {
	background: #81FF81;
	color: #006b00;
	border: 1px solid #00CD00;
}

.error {
	background: #ff8181;
	color: #840000;
	border: 1px solid #cd0000;
}

.back_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.decompterapide_popup {

	position: fixed;
	z-index: 9999;
	background: url('/media/img/decompterapide.gif') 100% 100% no-repeat rgba(255, 255, 255, 0.7);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	cursor: wait;
}

.comptearebour_popup {

	position: fixed;
	z-index: 9999;
	background: url('/media/img/comptearebour.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.9);
	top: 25%;
	left: 25%;
	height: 50%;
	width: 50%;
	cursor: wait;
}
