/*----Balises ----*/
body, header, footer, form, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6, fieldset, section, article, aside, figure, select, input, textarea, table, thead, tfoot, tbody, tr, th, td, blockquote {margin: 0; padding: 0;}

body, table, ul, ol, p, form, fieldset, legend, address {
	font-family: "PT Serif", Arial, Helvetica, sans-serif; 
	font-size: 18px;
	text-align: left;
	color: #454545;
}
a, a:visited {color: #454545; text-decoration: underline; font-style: normal; font-weight: normal;}
a:hover{color: #454545; text-decoration: none; font-style: normal; font-weight: normal;}

h1 {
	font-family: Merriweather;
	font-size: 45px;
	color: #454545;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #454545;
	margin-bottom: 30px;
}
h2 {
	font-family: Merriweather;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	color: #454545;
	margin-bottom: 15px;
	background-image: url('../images/puce-h2.png');
	background-repeat: no-repeat;
	background-position: 10px 19px;
	padding-left: 25px;
	min-height: 44px;
	line-height: 44px;
}
h3 {
	font-family: Merriweather;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #454545;
	margin-bottom: 10px;
	background-image: url('../images/puce-h3.png');
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 15px;
	line-height: 22px;
}
h4 {
	font-family: Merriweather;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	line-height: 22px;
	margin-bottom: 15px;
}

ul {list-style-type: none; text-align: left;}
table {margin-bottom: 10px;}
table th{font-weight: bold; text-align: center;}
form input[type=submit], form input[type=image]{cursor: pointer;}
input, textarea, select, option {background-color: #FFFFFF; border: 1px solid #CDCDCD;}
fieldset {padding: 5px;}
img {border-width: 0px;}
input[type=checkbox], input[type=radio], input[type=image]{background: transparent; border-width: 0px;}
address {font-style: normal;}
blockquote {background-image: url('../images/quote.png'), url('../images/quote2.png'); background-repeat: no-repeat; background-position: 10px 10px, calc(100% - 10px) calc(100% - 10px); background-color: #D2D2D2; font-size: 20px; font-style: italic; padding: 10px 50px;}
