body {
	font-family:   'Bitstream Vera Sans', 'Verdana', Sans;
	font-size: 10pt;
	text-align: center;
	color: #444;
	width: 100%;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
}

#conteneur {
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: url('../images/entete.png') no-repeat top left;
}

#entete {
	position: relative;
	height: 140px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#pieddepage {
	position: relative;
	height: 100px;
	padding: 0px;
	margin: 20px 0 0 0;
	background: none;
}

#centre {
	position: relative;
	width: 600px;
	padding: 0px;
	margin: 0px 0 0 180px;
	min-height: 500px;
	background: none;
}

.bleu {
	color: #0160A1;
}

.orange {
	color: #FE4A0D;
}

p {
	text-align: left;
	line-height: 16px;
	margin: 1em 0em;
}

p.verbatim {
	color: #666;
	font-style: italic;
}

.sm {
	color: #006AB2;
	font-weight: bold;
}

a {
	color: #FE4A0D;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

ul {
	font-weight: bold;
	list-style-image: url('../images/puce.png');
}

li {
	font-weight: normal;
}

ul.multicolonnes {
	margin-left: 15px;
	padding-left: 0px;
}

ul.multicolonnes li {
}

h1 {
	font-family: 'Bitstream Vera Sans', 'Verdana', Sans;
	font-size: 16pt;
	line-height: 30px;
	text-indent: 80px;
	font-variant: small-caps;
	font-weight: normal;
	color: #006AB2;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #888;
	padding: 0px;
	margin: 20px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #676;
	padding: 0px;
	margin: 20px 0 0 0;
}

h6 {
	font-size: 11px;
	text-align: center;
}

img {
	border: none;
	margin: 0px;
	vertical-align: top;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px auto;
}

th {
	text-align: center;
	line-height: 20px;
	background-color: #EEE;
	border: 1px solid #EEE;
}

td {
	border: none;
	padding: 4px;
	vertical-align: top;
}

td.misenpage {
	border: none;
	padding: 0px;
}

hr {
	width: 300px;
	border: 1px solid #D4DEEF;
	margin: 20px auto;
}

form {
	text-align: center;
	margin: 20px auto;
}

fieldset {
	text-align: center;
	margin: 20px auto;
}
