
/*	 ************************************************************************
     * Module Name		: SubMenu.css										*
     * Release			: 2.0												*
     * Date				: 29/02/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: Project Submenues General CSS definitions			*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

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


#DECORUM {
    left : 0px;
    position : absolute;
    top : 150px;
  }


#EQUIPES {
    position: absolute;
    top: 400px;
    left: 440px;
    z-index: 2;
  }


#EQUIPTXT {
    position: absolute;
    left: 595px;
    width: 175px;
    top: 160px;
    text-align:justify;
  }


#GALERIE {
    position: absolute;
    top: 352px;
    left: 510px;
    z-index: 2;
  }


#GALERIETXT {
    position: absolute;
    left: 600px;
    width: 170px;
    top: 200px;
    text-align:justify;
  }


#INDIVS {
    position: absolute;
    top: 355px;
    left: 525px;
    z-index: 2;
  }


#INDIVTXT {
    position: absolute;
    left: 555px;
    width: 212px;
    top: 195px;
    text-align:justify;
  }


#MONCLUB {
    position: absolute;
    top: 320px;
    left: 410px;
    z-index: 2;
  }


#MONCLUBTXT {
    position: absolute;
    left: 575px;
    width: 195px;
    top: 230px;
    text-align:justify;
  }


#UTILITAIRES {
    position: absolute;
    top: 366px;
    left: 450px;
    z-index: 2;
  }


#UTILTXT {
    position: absolute;
    left: 270px;
    width: 320px;
    top: 250px;
    text-align:justify;
  }

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


.details {
    font-family:arial;
    font-size:10pt;
    color:black;
  }


.itemtxt {
    color: rgb(0, 0, 255);
    font-family: "Times New Roman";
    font-weight:normal;
    font-size: 22pt;
    display : block;
    left : 40px;
    position : absolute;
    white-space : nowrap;
  }


.laius {
    color: rgb(102, 102, 102);
    font-family: verdana;
    font-size: 12px;
  }



.smimage {
    border:0px;
    width: 300px;
    height: 34px;
  }


.smitem {
    position:relative;
    margin-top:6px;
    height:40px;
  }


.smlink {
    position:absolute;
    left:0px;
    z-index:3;
  }
