/*----Balises ----*/

body, form, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6, fieldset, section, select, input {margin: 0; padding: 0;}
body {
	background-image: url('../images/fond-norepeat.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #ffffff;
	width: 100%;
}
#body {
	width: 668px;
	padding: 0 16px;
	margin: auto;
	background-color: #000000;
}
body, table, ul, ol, p, form, fieldset, legend, address {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	color: #ffffff;
}
a, a:visited {color: #ffffff; text-decoration: underline; font-style: normal; font-weight: normal;}
a:hover{color: #ffffff; text-decoration: none; font-style: normal; font-weight: normal;}

h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	background-image: url('../images/puce-h1.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #ffe522;
	text-align: center;
	margin-bottom: 15px;
}

ul {list-style-type: none; text-align: left;}
table {margin-bottom: 10px;}
table th{font-weight: bold; text-align: center;}
input, textarea, select, option {color: #222222; background-color: #FFFFFF; font-size: 12px; 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;}
