@charset "UTF-8";
/* CSS Document */

/* Responsive */
@-ms-viewport{
  width: device-width;
}


hr {
	
	z-index:-16;
}

.black {
	
	color: #000;
	
}

.black:hover {
	
	color: #000;
	text-decoration: underline;
	
}

html {
  height: content;
  width: content;
 font-family: 'Roboto', sans-serif;
}
		
	body {

  margin: 0;
  padding: 0;
  position: relative;
  cursor:Default;
}	

.lien {
	
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


.lien:hover {
	
	color: #8a0028;
	text-decoration: underline;
	font-weight: bold;
}

.multipages {
	
	color: #000;
	text-decoration: none;
	font-weight: normal;
	
}


.multipages:hover {
	
	color: #000;
	text-decoration:underline;
	font-weight: normal;
}

a {
	
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	
	color: #000;
	text-decoration: none;
	font-weight: normal;
}



h1 {
	
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	
}
	

h2 {
	
	font-style:normal;
	font-weight:normal;
	font-size: 2em;
	color:black;
}
	

h3 {
	
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 14px;
	color:#6d6d6d;
}
	

h4 {
	
	font-style: normal;
	font-weight: normal;
	line-height: 0.5em;
}

h5 {
	
	font-style: normal;
	font-weight: normal;
	font-size: 14px ;
	line-height: 1em;
	
	
}

strong {
	color: black;
}


aside, header {
	
	font-family: 'Roboto', sans-serif;
}


