/*gris foncˇ du fond initial :  #444444
gris texte                    #585040
bleu foncˇ logo               #0000C0
bleu moyen                    #6666cc
rouge                         #993300
rouge (liens)                 #ab2617
vert moyen                    #669933
vert forum                    #51752B
vert clair fond               #E0EED0
jaune                         #FFFF33
*//*--------------------------------------------------------------------------*/
body {
  margin: 0 0 15px 0;
  padding: 0;
	background-color: #E0EED0;
  text-align: center;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}#body_centre {
  background-color: #E0EED0;
  width: 770px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}#main {
  margin: 0;
  background-color: #666666;
}
/* sidebar */
table#sidebar_main {
  margin: 0;
	padding: 0;
}
td.sidebar_bottom {
  width: 225px;
  background: #000000 url(/images/design/bottom.gif) no-repeat left bottom;
}
td.sidebar_top {
  width: 225px;
  background: url(/images/design/top.gif) no-repeat;
  padding: 2px;
}
td.sidebar_top_forum {
  width: 225px;
  background: url(/images/design/top-forum.gif) no-repeat;
}
td.sidebar_top p { text-align: left; }
td.sidebar_top div {
  margin: 15px 4px;
  padding: 0;
  color: white;
}
td.sidebar_top p, td.sidebar_top td {
  color: white;
}
h2.sidebar {
	color: white;
}#contenu {
  margin: 5px 20px 15px 20px;
  padding: 0;
}#footer {
  background-color: #E0EED0;
  text-align: right;
  margin: 0;
  padding: 5px 15px 0 0;
	color: #585040;
  clear: both;
	font-size: 11px;
}
#footer a{ color:#585040; text-decoration: none; }
#footer a:hover{ color:#ab2617; text-decoration: underline;}#fil_ariane {
  margin: 0;
  padding: 0;
  color: #808080;
	font-size: 11px;
}
#fil_ariane a {color:#cc6633; text-decoration:none}
#fil_ariane a:hover{ text-decoration:underline}
/* formulaire de recherche dans la marge */
form#recherche {
  margin: 10px 5px;
  padding: 0;
  height: 18px;
}
form#recherche input {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 16px;
  color: black;
	font-size: 11px;
  border: 0;
}
form#recherche input.submit {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 16px;
  background-color: black;
  color: white;
  font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
  border: 1px solid white;
}/* formulaire de recherche dans le corps de la page */
form#recherche_contenu {
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #993300;
}
form#recherche_contenu input {
  width: 140px;
  height: 16px;
  color: black;
	font-size: 11px;
  border: 1px solid #E0EED0;
}
form#recherche_contenu input.submit {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 16px;
  background-color: white;
  color: black;
  font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
  border: 1px solid black;
}