*{ box-sizing: border-box;}

body{
	background-color: #fff;
	color: #00203b;
}

.container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.vertical-center {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}  

img{
	margin-left: 0.7em;
	margin-top: 0em;
	width: 120px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	margin-top: 0.4em;
	margin-bottom: 0;
	text-transform: uppercase;

}

.livresdoccasion{
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: lighter;
	font-size: 1.3em;
	margin-bottom: 0;
}

.livresbgvinyles{
	margin-top: 2em;
	margin-bottom: 0em;
	font-weight: lighter;
	font-size: 1.2em;
}

.achatvente{
	margin-top: 0.1em;
	font-weight: lighter;
	font-size: 1.2em;
}

address{
	font-style: normal;
	margin-top: 2em;
	font-weight: bold;
	font-size: 1.2em;
}

a{
	font-style: normal;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 0.1em;
	display: block;
	color: #00203b;
}

.notel{
	margin-top: 0.3em;
}

p{
	margin-top: 1.5em;
	font-weight: lighter;
	font-size: 1.2em;
}

ul{
	margin-top: 2.4em;
	margin-bottom: 0em;
	padding-left: 0;
}

li{
	margin-top: 0.1em;
	font-weight: lighter;
	font-size: 1.2em;
	list-style: none;
}