body{
font-family: Helvetica, 'Helvetica', sans-serif;

}

p{


	
}

a{
color:black !important;

	
}

a:visited{
color:black;
	
}
a:hover{
color:red !important;
	
}

header{

	text-align: center;
	font-size: 1rem;
	width:100%;
	height:50px;


}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

li{
margin:10px;
display:inline;
text-decoration: underline;
	

}



.row{

	display:block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	border:2px;



}
.credit{

	display:block;
	text-align: center;
    margin-top: 3em;
    margin-bottom:auto;
	text-align: center;
	font-size: 14px;

	font-weight: 200;


}



.titre{
	font-size: 3rem;
	font-weight: 100;
	color:black;
	letter-spacing: 0.04em;

	

	
}



.logo{
	position: relative;
	margin-top:2em;
	margin-bottom:auto;
	margin-left:auto;
	margin-right: auto;
	display:block;
	width:30%;

	

}


@media only screen and (max-width: 480px) {

.logo {
	
	margin-top:5em;
	margin-left:auto;
	margin-right: auto;
	display:block;
	width:80%;




	}	

}





.name{

	 position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  


	font-size: 12px;
	font-weight: 200;


	
}




div.hr {
margin-top:30px;
background: black  no-repeat scroll center;
margin-left: auto;
margin-right: auto;
width:10%;
height: 1px;
}

div.hr hr {
display: none;
}


