* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	cursor: default;
	margin: 0px;
	padding: 0px;
	color: white;
	font-size:12px;
	background-color:#4B3D16;
}

#corp {
	background-color:white;
	color:#3f3725;
	width:800px;
	height:100%;
	text-align:left;
	border: 2px ridge grey;
}

#contenu {
	border-left: 5px solid white;
	border-right: 5px solid white;
}

#entete {
	width:100%;
	background-color:#666a3d;
	color:#f6fbc4;
	border-collapse: collapse;
}

.menus {
	border-collapse: collapse;
	width:100%;
	border-bottom-color:#d1f606;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

.titresite {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 40px;
}

a.forum {
	cursor:pointer;
	color:#FFFFCC;
	text-decoration:none;
}

a.forum:hover {
	cursor:pointer;
	color:#FFCC66;
	text-decoration:none;
}

#soustitresite {
	font-style:italic;
}

.boitemenu_passif {
	text-align:center;
	vertical-align:bottom;
}

.boitemenu_actif {
	text-align:center;
	vertical-align:bottom;
	background-color:#d1f606;
}

.boitesousmenu {
	text-align:center;
	vertical-align:bottom;
}

a.lienmenu_passif, a.lienmenu_passif:hover, a.lienmenu_actif, a.lienmenu_actif:hover{
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#3f3725;
}

a.liensousmenu_passif, a.liensousmenu_passif:hover, a.liensousmenu_actif, a.liensousmenu_actif:hover {
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}

a.liensousmenu_passif, a.liensousmenu_passif:hover {
	color:#3f3725;
}

a.liensousmenu_actif, a.liensousmenu_actif:hover {
	color:#3f3725;	
	border-bottom: 2px solid #3f3725;
}

 a.liensousmenu_passif:hover {
	border-bottom: 2px solid #3f3725;
 }

.imgmenu {
	border:0px;
}

.textmenu {
	font-size: 15px;
}

.ligne1 {
	vertical-align:bottom;
	text-align:center;
}

.ligne2 {
	vertical-align:top;
	text-align:center;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size: 18px;
	font-weight:bold;
}

.tableEntete {
	background-color:#f6fbc4;
	font-weight:bold;
}


.tableValeur{
	background-color: #DEDEBC;
}

.table {
	border-collapse:collapse;
	border: 2px groove #DEDEBC;
}

.table td {
	border: 1px solid #804000;
}

.error {
	color:red;
	text-decoration:blink;
	font-weight:bold;
}

