/******************************************************************************/
@import url("domis.css");
/******************************************************************************/

#titlebar {
  height: 54px;
}
.home{
  background-image: url(./img/welcome_fr.gif) ;
}
.error{
  background-image: url(./img/t_welcomeerror_fr.gif);
}
/******************************************************************************/
#infobox{
  color:#646464;
}

/******************************************************************************/
#content {
  background: #DDD2D8;
  color: #646464;
  padding-bottom: 40px
}

#content table{
/*  width: 254px;*/
  background: #DDD2D8;
  padding: 0px;
  margin: 24px auto 0px auto;
  text-align: left;
  padding-bottom:14px;
}

#content table td { 
  padding-bottom:14px; 
}
/******************************************************************************/
.arrowlittlelite{
  width: 70px ;
  height: 36px ;
  background-image: url(./img/b_arrowlittlepink.gif);
}

/******************************************************************************/
.arrowdark{
  width: 139px ;
  height: 34px ;
  background-image: url(./img/b_arrowpurple.gif);
}
/******************************************************************************/
#content_footer{
  background-color: #8C697D ;
}
/******************************************************************************/
/* ie6 html hack !! */
* html #content_footer{
  background-color: #8C697D ;
}
