img {
	border: none;
	}

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

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

#banniere {
	width: 600px;
	height: 80px;
	margin: auto;
	background-image: url("images/fond/banniere.png");
	}

#haut {
	margin: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	width: 750px;
	text-align: center;
	background-image: url("images/fond/fondCadre.png");
	}
	
#corps {
	position: absolute;
	top: 140px;
	width: 100%;
	background-image: url("images/fond/fondCadre.png");
	}

#bas {
	width: 750px;
	text-align: center;
	background-image: url("images/fond/fondCadre.png");
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 80px;
	margin-left: -375px;
	}

form {
	display: inline;
	}

.tableauForums {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	}
	
.italique{
	font-style: italic;
	}

.gras {
	font-weight: bold;
	}

.souligne {
	text-decoration: underline;
	}

.centre {
	text-align: center;
	}

.droite {
	text-align: right;
	}

.gauche {
	text-align: left;
	}

.nomCategorie {
	font-size: 14px;
	font-weight: bold;
	}

.rangs {
	font-weight: bold;
	}

.flotteGauche {
	float: left;
	}

.tag {
	color: maroon;
	font-weight: bold;
	}

th {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	}

td {
	border: solid 1px black;
	}

textarea {
	min-width: 450px;
	max-width: 600px;
	width: 80%;
	height: 250px;
	}

.formSujet {
	width: 80%;
	min-width: 200px;
	max-width: 600px;
	}

.noBordure {
	border: none;
	}

.celluleMessage {
	padding: 5px;
	}

.message {
	text-align: justify;
	}