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

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


#GRADUATION {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    color : #0000FF;
    font-family : verdana;
    font-size : 11pt;
    margin-left : 115px;
  }


#GRADUATION TD {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    width : 45px;
  }


#LEGENDE {
    font-family:verdana;
    font-size:9pt;
    width: 380px;
    float:left;
    empty-cells:show;
    float:left;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
    width:50%;
    margin-bottom:5px;
  }


#LEGENDE TD {
    width:50%;
    color:black;
    text-align:center;
    border-style:none;
  }


#PLANING {
    border-collapse:collapse;
    border-style:none;
    font-family: verdana;
    font-size: 11pt;
    empty-cells:show;
  }


#PLANING TD {
    width:46px;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
    color:#0000FF;
  }


#PLANING TH {
    width:128px;
    font-weight:normal;
    border-style:solid;
    border-width:1px;
    border-color:#c0c0c0;
    text-align:center;
    color:#0000FF;
  }


#RESA {
    float:left;
    font-family:verdana;
    font-size:9pt;
    empty-cells:show;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
    width:50%;
    margin-bottom:5px;
  }


#RESA TD {
    color:black;
    text-align:center;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
  }

/******************************** Classes *************************************/

.message {
    font-family:verdana;
    width:770px;
    text-align:center;
    color : rgb(102, 102, 102);
    font-size : 10pt;
    clear:both;
    margin-top:5px;
    margin-bottom:5px;
  }


.quarters {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    border-style:none;
    border-collapse:collapse;
    empty-cells:show;
  }


.quarters TD {
    border-style:none;
  }


