/*******************
* Paragraph Styles *
<link rel="stylesheet" type="text/css" href="styles/irstyles.css" />
*******************/
/*
p
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: rgb( 0, 0, 0 );
}

li
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: rgb( 0, 0, 0 );
}
*/

/*
pagestyl
{
/*  font-family: Verdana, Arial, sans-serif;  */
  font-family: fantasy; 
  font-size: 12pt;
  color: rgb(250,0,0);
  background-color: rgb(0,128,128);
}
*/


.showtable
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
/*  background-color: rgb(128,128,0);  olive */
/*  background-color: rgb(255,230,204) */


  border: 10px inset rgb(128,0,0);
/* 
rgb(255,230,204) = beige clair
rgb(234,163,74) = beige foncé
rgb(128,0,0) = marroon

*/

  spacing: 1px;
  padding: 1px;
  width: 100%;
}



.fpmaintable
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  border: none;
  spacing: 0px;
  padding: 0px;
/*  background-color: rgb(128,0,0);   */
  width: 100%;
}

.fpsommairetable
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  border: none;
  spacing: 0px;
  padding: 0px;
  background-color: #FFD2BD;
  width: 100%;
}

.irtable
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  background-color: rgb(255,230,204); 

  border-left: 1px solid rgb(234,163,74);
  border-top: 1px solid rgb(234,163,74);
  border-right: 1px solid rgb(128,0,0);
  border-bottom: 1px solid rgb(128,0,0);

  spacing: 1px;
  padding: 1px;

/*  width: 100%; */

}

.irtable td
{
  border-left: 1px solid rgb(234,163,74);
  border-top: 1px solid rgb(234,163,74);
  border-right: 1px solid rgb(128,0,0);
  border-bottom: 1px solid rgb(128,0,0);

  spacing: 1px;
  padding: 1px;

}







