/* Feuille de style li�e aux tableaux */



#tab *
{
  margin:0;
  padding: 0;
  border: 0;
}

/*************************************************************/

/* Tableau avec s�paration entre colonne */

#tab .tableTdBorder
{
  width: 600px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 45px; 
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
}

#tab .tableTdBorder th
{
  height: 28px;
  background-color: #8D94C9;
  color: #ffffff;
  border: 1px solid #000000;
  padding-left: 3px;
}

#tab .tableTdBorder tr
{

}

#tab .tableTdBorder td
{
  height: 15px;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

/*************************************************************/

/* Tableau avec s�paration entre colonne et entre ligne */

#tab .tableFullBorder
{
  margin-top: 5px;
  margin-bottom: 5px;
  width:731px;
 /* margin-left: 45px; */
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
  border: 1px solid #000000;
  border-collapse: collapse;
/*  background-color:#99CCCC;*/
}

#tab .tableFullBorder th
{
  height: 28px;
  background-color: #8D94C9;
  color: #ffffff;
  border: 1px solid #000000;
  padding-left: 4px;
  padding-right: 4px;
}

#tab .tableFullBorder tr
{
  border: 1px solid #000000;
}

#tab .tableFullBorder td
{
  height: 15px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.filestyle a
{
   color:red;
}
/* ********************** */

.alignleft
{
  text-align: left;
}

.alignright
{
  text-align: right;
}

.aligncenter
{
  text-align: center;
}

.tableFullBorder .fileTableLarge p{
	line-height: 14px;
}
