style.css 899 Bytes
@CHARSET "UTF-8";

body {
	padding:0;
	font-family: 'Raleway', sans-serif;
	margin:0 auto;
	width: 100%;
	overflow-x: hidden;
	background-color:#fff;
}

html {
	padding:0;
	margin:0;
}

/* Header */

.header {
	background-color: #0D0D0D;
	height:70px;
	line-height: 70px;
}

a, a:hover {
	text-decoration: none;
}

.container-fluid {
	padding: 0;
}

.menu {
	float: right;
}

.menu a {
	color:#fff;
	margin-right: 20px;
}

.menu a:hover {
	color:#cfcfcf;
}

.logo {
	color: #fff;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	float:left;
	font-family: 'Raleway', sans-serif;
}

.logo:hover {
	color:#cfcfcf
}

.inscription {
	text-align:center;
}

.logo {
	text-align:center;
}

/* Page d'accueil */

#multicouche {
  position: relative; 
}
#multicouche img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
 
#coucheinf {
	z-index: 2;
}

#couchesup {
	z-index: 4;
}