/*----Balises ----*/

body, header, footer, form, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6, fieldset, section, article, aside, figure, select, input, table, tr, td {margin: 0; padding: 0;}

body, table, ul, ol, p, form, fieldset, legend, address {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	color: #404040;
}
a, a:visited {color: #404040; text-decoration: underline; font-style: normal; font-weight: normal;}
a:hover{color: #404040; text-decoration: none; font-style: normal; font-weight: normal;}

h1 {
	font-size: 20px;
	color: #404040;
	font-weight: normal;
	text-align: left;
	background-image: url('../images/puce-h1-2.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #F3DAC5;
	padding-left: 40px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	border: 1px solid #E46C0A;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #404040;
	border-bottom: 1px solid #404040;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: url('../images/voile.png');
	height: 33px;
	line-height: 33px;
}

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 {color: #222222; 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: 12px; font-style: italic; padding: 10px 50px;}
