textarea {
	width: 100%;
	height: 300px;
	}

body {
	padding: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 0.75em;
	min-width: 750px;
	font-family: verdana;
	background-image: url("images/fond/fond.png");
	}

#page {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-width: 750px;
	}

#gauche {
	position: absolute;
	width: 18%;
	top: 100px;
	}

#droite {
	position: absolute;
	width: 18%;
	top: 100px;
	left: 82%;
	}

#haut {
	position: absolute;
	width: 600px;
	height: 80px;
	left: 50%;
	margin-left: -300px;
	background-image: url("images/fond/banniere.png");
	}

#corps {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 100px;
	}

.titre, h1 {
	width: 100%;
	color: #00008B;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	}

.sousTitre, h2, caption {
	width: 100%;
	color: #00008B;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 11px;
	}
	
.titreTableau, th {
	color: #00008B;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	}

.legende {
	font-size: 0.8em;
	font-style: italic;
	}

.gras {
	font-weight: bold;
	}

.centre {
	text-align: center;
	}

.italique {
	font-style: italic;
	}

.erreur {
	color: red;
	}

.flotteGauche {
	float: left;
	}

.flotteDroite {
	float: right;
	}

.pasFlotte {
	clear: both;
	}

.justifier {
	text-align: justify;
	}

.confirmation {
	color: green;
	}

img {
	border: none;
	}

img.center {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	}

.bordure {
	border: solid black 1px;
	}

table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

table.bord td, table.bord th {
	border: solid black 1px;
	}

td {
	padding: 2px;
	}

A:link {
	text-decoration : none ;
	color : #602000 ;
	}

A:visited {
	text-decoration : none ;
	color : #602000 ;
	}

A:hover {
	text-decoration : underline ;
	color : #602000 ;
	}

A:active {
	font-weight : bold ;
	color : #602000 ;
	}

.imageQuete {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	}

hr {
	width: 100%;
	color: black;
	height: 2px;
	border: 0;
	background-color: black;
	}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	}

table.bord .noBordure {
	border: none;
	}

.boutonBBCode {
	width: 50px;
	}