/*	 ************************************************************************
     * Module Name		: LiensUtiles.css									*
     * Release			: 1.0												*
     * Date				: 10/04/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: LiensUtiles.html specific CSS definitions			*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** IDs ***************************************/

#LIENS {
	clear:both;
    border-collapse : collapse;
    border-style : solid;
    border-width:1px;
    border-color:#c0c0c0;
    empty-cells : show;
    font-family : verdana;
    font-size : 8pt;
  }

#LIENS TD {
	width:109px;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
	text-align:center;
	vertical-align:middle;
	font-size:7pt;}

#LIENS TH {
	background-color:#FFDF12;
	}