/* Réalisé par Matthieu Larère */

img
{
	border: 0px;
}

body
{
   width: 1024px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;   
   background-color: #ffffff;
}

/* L'en-tête */

#en_tete
{
   border: 2px solid black;
   border-bottom: 0px;
   /*width: 800px;*/
   height: 150px;
   background-image: url("images/titre.jpg");
   /*background-color: #ff6060;*/
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 0px;
   color: #FFFFFF;
   text-align: center;
}


/* Le menu */

#menu
{
	width: 180px;
	background: url("images/wood.gif") repeat-y;
	color: #FFFFFF;
	border: 2px solid black;
	padding-left: 5px;
	vertical-align: top;
	/*background: url("images/menu_back.gif") repeat-y left;*/
}

#menu ul
{
   list-style-image: url("images/puce.gif");
   padding: 0px;
   padding-left: 20px;
   padding-bottom: 5px;
   margin: 0px;
   margin-bottom: 0px;
}

#menu a
{
   color: #FFFF00;
   text-decoration: none;
}

#menu a:hover
{
   background-color: #FFFF00;
   color: #000000;
   cursor: pointer;
}


/* Le corps de la page */

#corps
{
   padding-left: 5px;
   padding-bottom: 5px;
   margin-left: 200px;
   color: #FFFFFF;
   width: 844px;
   background-color: #7b6e41;
   background: url("images/woodgrain.gif") repeat;
   border: 2px solid black;
   vertical-align: top;
   text-align: justify;
}

#corps a
{
   color: #ffff00;
   text-decoration: none;
}

#corps a:hover
{
   text-decoration: underline;
   cursor: pointer;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #FFFFFF;
   background-color: #503d30;
   border: 2px solid black;
   background-image: url("images/wood.gif");
   background-repeat: repeat;
}

#general
{
	width: 1024px;
	border: 2px solid black;
	margin: auto;
	border-collapse: collapse;
}

#corps table
{
	border: 2px solid black;
	margin: auto;
	border-collapse: collapse;
	/*width: 70%;*/
}

.centrer
{
	text-align: center;
}

#corps .centrer
{
	text-align: center;
}

#corps td
{
	background-color: #b7a380;
	color: black;
	border: 2px solid black;
	vertical-align: top;
	text-align: justify;
}

#corps td a
{
	color: #5a301c;
}

#corps td a:hover
{
	color: yellow;
	background-color: #b7a380;
	text-decoration: underline;	
}

#corps th
{
	background-color: black;
	text-align: center;
	color: white;
	border: 1px solid black;
	vertical-align: top;
}

#corps th a
{
	color: red;
	text-decoration: none;
}

#corps th a:hover
{
	text-decoration: none;
}
#forum table
{
	border-collapse: collapse;
	border: 2px solid;
	border-color: #000000;
}
#forum td
{
	background-color: #b7a380;
	color: black;
	border: 1px solid black;
	vertical-align: top;
	text-align: justify;
}
#forum td a
{
	color: #5a301c;
}
#forum td a:hover
{
	color: yellow;
	text-decoration: underline;	
	background-color: #b7a380;
}
#forum td p
{
	color: #000000;
}
#forum th
{
	background-color: black;
	text-align: center;
	color: white;
	border: 1px solid black;
	vertical-align: middle;
}

#forum .forum_centre_middle
{
	vertical-align: middle;
	text-align: center;
}
#forum .forum_left_middle
{
	vertical-align: middle;
	text-align: left;
}
#forum .forum_centre_top
{
	vertical-align: top;
	text-align: center;
}
#forum .forum_left_top
{
	vertical-align: top;
	text-align: left;
}
#forum .forum_left_top a
{
	color: #00AA00
}
#forum .forum_left_top a:hover
{
	color: #00AA00
}
#forum .forum_left_top2
{
	background-color: #FF8000;
	vertical-align: top;
	text-align: left;
}
#forum .forum_left_top2 a
{
	color: #00AA00;
}
#forum .forum_left_top2 a:hover
{
	color: #00AA00;
}

