/* CSS Document */
@font-face  {
  font-family : '"Century Gothic"';
  src : url(gothic.ttf);
}
@font-face  {
  font-family : '"Arial"';
  src : url(arial.ttf);
}
body{
  font-family: "Century Gothic", Arial;
  font-size: 12px;
  color: #000000;
  background-color:#FFFFFF;
}
h1{
  font-size: 14px;
  color: #003366;
  margin-top:0px;
  margin-bottom:2px;
}
.bullet {
  list-style-image: url(../images/li.gif);
  margin-left:20px;
  padding-left:0px;
}
.bullet li {padding-bottom:10px}
.bullet_02 {
  list-style-image: url(../images/li_02.gif);
  margin-left:20px;
  padding-left:0px;
  margin-top:5px;
}
.bullet_02 li {padding-bottom:3px;}

.arbre {text-decoration:none}
.arbre:hover {
  background-color:#36bcfe;
  cursor:pointer;
  color:#FFFFFF;
}


#menu_haut {
  white-space:nowrap;
  border-bottom:solid 1px #FF0000;
  padding-top:0px;
}
#menu_haut a {
	margin:0;
	padding:0;
}
#menu_haut img{
  border:none;
}

#member_header td {
	margin:0;
	padding:0;
	text-align: center;
}
#member_mesdates_contour td.haut	{ border-top:solid 1px #659801; }
#member_mesdates_contour td.bas		{ border-bottom:solid 1px #659801; }
#member_mesdates_contour td.cotes	{
  border-left:solid 1px #659801;
  border-right:solid 1px #659801;
  padding-left:5px;
  padding-right:5px
}

#member_mesdates td {
	margin:0;
	padding:0;
	text-align:left;
}
#member_tab_title		{ text-align:left; }
#member_links_title		{ text-align:right; }
#member_links_title a	{ color: #659801; text-decoration:none; }

.member_colonne_gauche 	{
  background-color:#E0EACC;
  border-left:solid 1px #659801;
  border-top:solid 1px #659801;
  border-bottom:solid 1px #659801;
}
.member_colonne_droite 	{
  background-color:#E0EACC;
  border-right:solid 1px #659801;
  border-top:solid 1px #659801;
  border-bottom:solid 1px #659801;
}
.member_colonne_milieu 	{
  background-color:#E0EACC;
  border-top:solid 1px #659801;
  border-bottom:solid 1px #659801;
}
