html, body {
	min-width: 960px;
	margin: 0;
	
	font-family: 'Tahoma', Verdana, Arial, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #006;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #009;
	text-decoration: none;
}
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

acronym, abbr {
	cursor: help;
}

h1 {
	background: url('../design/h1.gif') bottom left no-repeat;
	
	padding: 24px 0 0 40px;
	
	color: #702f33;
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 0.9em;
}

h2 {
	background: url('../design/h2.gif') center left no-repeat;
	
	margin: 0 0 7px 35px;
	padding: 0 0 0 40px;
	
	color: #a45f3e;
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
}

/* @formulaires */

fieldset {
	width: auto;
	margin: 10px auto;
}
	legend {
		font-weight: bold;
	}

input[type=text],
textarea,
.textbox {
	padding: 2px 1px;
	
	font-family: 'Verdana', Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	border: 1px solid #b0b0b0;
}

label {
	cursor: pointer;
}

/* @balises sémantique */

address {
	font-style: normal;
}