body {
	background-image:  url(images/fond.gif);
	margin: 10px 10px 10px 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b36a7b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b36a7b;
	text-decoration: underline;
	font-weight: bold;
}

.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #b36a7b;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #B2CBB4;
	border-bottom: 1px #000000 ridge;
	border-top: 1px #000000 ridge;
	border-right: 1px #000000 ridge;
	border-left: 1px #000000 ridge;
}

.inputbouton {
	width: 100px;
}

.inputtextlong {
	width: 300px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #B2CBB4;
	border-bottom: 1px #000000 ridge;
	border-top: 1px #000000 ridge;
	border-right: 1px #000000 ridge;
	border-left: 1px #000000 ridge;
}

.image {
	border: #000000;
	border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.tableau {
	width: 100%;
	border-width: 0px;
	height: 480px;
	background-color: #B2CBB4;
}

table.sommaire {
	width: 100%;
	border-width: 0px;
	background-color: #B2CBB4;
}
table.photo {
	width: 100%;
	border-width: 0px;
	background-color: #B2CBB4;
}

a.sommaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.sommaire:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

p.formatage {
	text-indent: 40px;
	text-align: justify;
}

td.titre {
	font-size: x-large;
	color:#666666;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
}