/* La table englobante */
table.entete {
 width : 100%;
 height : 100%;
 }

td.banniere {
 vertical-align : middle;
 padding-top : 2px;
 padding-left : 20px;
 padding-right : 0px;
 padding-bottom : 4px;
 border-bottom-style : solid;
 border-bottom-width : 8px;
 border-bottom-color : #ffffff;

 color : #ffffff;
 background-color : #80b702;
 font-family: arial, sans-serif;
 font-size: 16pt;
 font-style: normal;
 font-weight: bold;
}

td.gauche {
 width : 150px;
 height:500px;
 vertical-align : top;
 background-color : rgb(254, 204, 23);
}

td.pgauche {
 width : 150px;
 vertical-align : top;
 background-color : rgb(254, 204, 23);
}

td.contenu  {
 color : #80b702;
 background-color : rgb(255, 255, 255);
}

td.ici  {
 color : #6c3401;
 background-color : rgb(254, 204, 23);
}

td.la {
 color : rgb(255,255,255);
 background-color: #80b702;
}

table.menu {
 width : 100%;
 border-bottom-style : solid;
 border-bottom-width : 4px;
 border-bottom-color : #6c3401;
}

.menu td {
 vertical-align : middle;
 text-align : center;
 font-family: arial, sans-serif;
 font-size: 14pt;
 font-style: normal;
 font-weight: normal;
 padding-top : 4px;
 padding-left : 15px;
 padding-right : 15px;
 padding-bottom : 4px;
 border-style : solid;
 border-color : #6c3401;
 border-top-width : 4px;
 border-left-width : 0px;
 border-right-width : 0px;
 border-bottom-width : 0px;
}

.menu a:link, .menu a:visited, .menu a:hover {
 color : rgb(255,255,255);
 text-decoration : none;
}

.menu a:hover {
 color : rgb(254, 204, 23);
 text-decoration : none;
}

/* La page proprement dite */
.titre {
 color : #000000;
 text-align : center;
 font-family: arial, sans-serif;
 font-size: 20pt;
 font-style: normal;
 font-weight: bold;
}

.soustitre {
 color : #000000;
 text-align : left;
 font-family: arial, sans-serif;
 font-style: normal;
 font-weight: bold;
}

.encart {
 color : #6c3401;
 background-color : rgb(255, 255, 255);
 text-align : justify;
 font-family: arial, sans-serif;
 font-size: 13pt;
 font-style: normal;
 font-weight: normal;
 padding-top : 0px;
 padding-left : 0px;
 padding-right : 0px;
 padding-bottom : 20px;
 margin-top : 10px;
 margin-left : 30px;
 margin-right : 30px;
 margin-bottom : 30px;
}

.encart a:link, .encart a:visited {
 color : rgb(113, 154, 11);
/* color : #6c3401; */
 text-decoration : none;
}
.encart a:hover {
 color : rgb(255, 255, 255);
 background-color : rgb(121, 184, 48);
 font-style : normal;
}

a.suite {
 color : rgb(0,150,0);
 font-family: arial, sans-serif;
 font-size: 12pt;
 font-style: normal;
 font-weight: bold;
 text-decoration : none;
}

.bandeau {
 color : rgb(0,0,0);
 background-color : rgb(193, 249, 121);
 text-align : left;
 font-family: arial, sans-serif;
 font-size: 13pt;
 font-style: normal;
 font-weight: bold;
 padding-top : 2px;
 padding-left : 10px;
 padding-right : 10px;
 padding-bottom : 2px;
 margin-top : 10px;
 margin-left : 30px;
 margin-right : 30px;
 margin-bottom : 10px;
}

.bandeau a:link, .bandeau a:visited, .bandeau a:hover {
 color : rgb(0,150,0);
 font-weight: bold;
}

.titre span:first-letter {
  font-weight : bold;
  font-size : 200%;
}

/* Le pied de page */
.pied {
 color : rgb(0,0,0);
 background-color : rgb(255, 255, 255);
 text-align : center;
 font-family: arial, sans-serif;
 font-size: 13pt;
 font-style: normal;
 font-weight: normal;
 padding-top : 0px;
 padding-left : 20px;
 padding-right : 20px;
 padding-bottom : 0px;
}

.pied a:link, .pied a:visited, .pied a:hover {
 color : #6c3401;
 text-decoration : underline;
}

/* Les forums */
table.forum-sujets {
 width : 100%;
 font-family: arial, sans-serif;
 font-size : 10pt;
 text-align : left;
}

tr.row0 {
 background-color: rgb(193, 249, 121);
}

tr.row1 {
 background-color: #d0d0d0;
}

tr.row2 {
 background-color: #F0F0F0;
}

table.forum-sujets td {
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 padding-top : 0px;
 padding-left : 5px;
 padding-right : 0px;
 padding-bottom : 0px;
}

table.forum-sujets a {
 color : rgb(0,150,0);
}

.forum-entete {
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 padding-top : 10px;
 padding-left : 10px;
 padding-right : 10px;
 padding-bottom : 10px;
 background-color: #d0d0d0;
}

.forum-entete a:link, .forum-entete a:visited, .forum-entete a:hover {
color : rgb(0,150,0);
}

.forum-message {
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 padding-top : 0px;
 padding-left : 10px;
 padding-right : 10px;
 padding-bottom : 10px;
 background-color: #F0F0F0;
}

