@charset "iso-8859-1";

/*@import url(tethis.css);*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(custom.css);
@import url(knacss-unminified.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family:'Raleway', sans-serif;
}

/*html{border-bottom: 20px solid #bdbdbd; height: 100%;}*/

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
	/* Image de l'arriÃ¨re-plan de la page */

	font-size:13px !important;
	line-height:160%;
	background: url(/images/s-fond.png) no-repeat top fixed;
	/*-webkit-background-size: cover;  pour anciens Chrome et Safari */
	/*background-size: cover;  version standardisée */
}

h1{
	font-family:'Raleway', sans-serif; font-weight: 700 !important;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	margin:0;
}
