/* ***********************************************************************************	
/* *********************************************************************************** 
/*             					Denis GOUJON de BEAUVIVIER                             
/* 	         	   				 Studio FRBIZNET-iQRterraİ		                       
/*              					   2012/2016		                  	       	   
/*
/* Source : @dgdb
// @version 1.0
// @copyright 2012 @ iqrterra.fr
/* *********************************************************************************** */

/*@import url('reset.css');*/

* {
    margin: 0;
}
html, body{ 
	height: 100%;
	width: 100%; 
}

html {
	font-size: 62.5%;
	background:#000;
}

body{
	color:#fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	/*text-transform:uppercase;*/
}
	

a{
	color:#fff;
	text-decoration:none;
}

.page-wrap {
	min-height: 100%;
	width: 100%;
	/*padding-top:2.5em;  */
  /* egal a la haut du footer*/ 
 /*	margin-bottom: -336px; 
    margin-bottom: -21em; */
}
.page-wrap:after {
	content: "";
	display: block;
}
.page-wrap:after {
	/* haut du footer */
	height: 334px;
	height: 20.875em;
	/* a la coul du compte 
	vert fluo : rgba(207,255,0,0.9)
	fushia : rgba(234,16,197,0.9)
	border-bottom: solid 1px rgba(234,16,197,0.9);*/
	position:relative;
	bottom:0px;
}

/*
.site-footer{
	/* haut du footer 
	height: 334px;
	height: 20.875em;
	width: 100%;
		/* a la coul du compte 
		vert fluo : rgba(207,255,0,0.9)
		fushia : rgba(234,16,197,0.9)
		border-bottom: solid 1px rgba(234,16,197,0.9);
		background:url(../img/nav-bg.png) repeat-x;
	position:fixed;
	bottom:0px;
}
*/
.interval03{ padding: 0.1em 0; height: 0.01875em }
.interval{ padding: 0.2em 0; height: 0.5625em }
.interval1{ padding: 0.4em 0; height: 1.125em }
.interval2{ padding: 0.8em 0; height: 2.26em}
/*.interval3{ padding: 19.2px 0; height: 54.24px }*/
.interval3{ padding: 1.2em 0; height: 3.39em; padding: 19.2px 0; height: 54.24px }
.interval4{ padding: 1.4em 0; height: 4.52em }
hr{ margin-top: 2.5em; margin-bottom: 2.5em } 

/*
@media only screen and (max-device-width: 48.1em) {
	body{
		overflow:hidden;
	}
	.site-footer{
		position:relative;
	}
}
*/
