@import "network/network.css?v=2010";
@import "header/header.css?v=2010";
@import "menu/menu.css?v=2010_2";

/*********************
 * DEFAULT
 * 
 * Peut-etre a supprimer au final  
 *  
 **/ 
 
html body, html, body, table {
  font-family:Tahoma, sans-serif;
  font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
}

#site-web {
  margin-left:auto;
  margin-right:auto;
  width:996px;
}

#site-web h1, #site-web h2, #site-web h3, #site-web ul, #site-web li, #site-web p, #site-web div, 
#site-top h1, #site-top h2, #site-top h3, #site-top ul, #site-top li, #site-top p, #site-top div  {
  margin:0;
  padding:0;
}

/****
 * /DEFAULT
 ********************/  

/* Pour le forum */
#site-top, #container, html body #footer_ensemble {
  width:996px;
  margin:auto;
  /*border-left:1px solid #003366;
  border-right:1px solid #003366;*/
}

/* Pour le site */
#container table tr div#chemin {
	display:none;
}

#body_content a {
    text-decoration:underline;
}
#body_content a:hover {
    text-decoration:none;
}