table {
	border: 2px solid #ddd;
	padding: 0; 
	}
td {
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    padding: 4px;
	}
tr:hover {
	background-color:#f5f5f5;
	}
textarea {
	resize: none;
	overflow: hidden;
	}
option {
	font-family: Merriweather, serif;
	text-align:justify;
	padding:4px;
	}
form {
	padding:0px;
	}
p.approche {
	font-family: "Merriweather Sans", sans-serif;
	color:white;
	font-weight:700;
	font-style:italic;
	text-align:left;
	padding-top:0px;
	}
p.livre {
	font-family: Merriweather, serif;
	color:white;
	text-align:left;
	font-weight:700;
	}
p.format {
	color:rgb(64,58,114);
	font-weight:700;
	padding:0px;
	}
p.distribution {
	color:rgb(64,58,114);
	padding:0px;
	padding-left:20px;
	}
p.shops {
	color:rgb(64,58,114);
	padding:0px;
	padding-left:20px;
	}
div {
	font-family: Merriweather, serif;
	background-color:white;
	font-size:80%;
	padding-left:4px;
	padding-right:10px;
	}
div.content {
	width:960px;
	padding:0px;
	}
li {
	font-family: Merriweather, serif;
	color:rgb(64,58,114);
	padding-left:6px;
	}
h1 {
	font-family: "Playfair Display", serif;
	color:white;
	text-align:right;
	padding-top:10px;
	font-weight:700;
	font-size:300%;
	}
h2 {
	font-family: "Playfair Display SC", serif;
	font-weight:600;
	color:#BA430C;
	}
h3 {
	font-family: "Playfair Display SC", serif;
	color:rgb(64,58,114);
	font-size:120%;
	}
ul {
	list-style-type:disc;
	}
ol {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	}
a {
    text-decoration: none;
	color:#0CA6BA;
	}
a:hover {
    text-decoration: underline;
	}
input[type=submit] {
	background-color: Aquamarine;
	font-size:inherit;
	color:DarkBlue;
	}
input[type=submit]:hover {
    background-color: MediumSeaGreen; /* Green */
    color: white;
	}
textarea {
	background-color: LemonChiffon;
	}
input[type=checkbox]:enabled:hover {
	box-shadow: -4px -2px Gold;
	}
input[type=radio]:hover {
	box-shadow: -4px -2px Gold;
	}