body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
	width: 100%;
	background-image: url(../images/brique.png);
	background-color: #343434;
	background-repeat: repeat-x;
	color: #96BF39;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	padding: 0px;
	margin: 0px;
	background-position: center top;
}

p {
	text-indent: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	margin-top: 2px;
} 
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 7px;
	margin-top: 2px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 0px;
}

blockquote {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {

}


legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 5px;
}


fieldset {
	padding: 10px;
	height: auto;
	border: 1px solid #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


dt {
	background-image: url(puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus
{
outline:0;
} 

a, a:link, a:visited, a:active{
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	border: 0px none #000000;
	color: #EDF7E6;
}
a:hover{
	color: #FFFFFF;
}

