/* 
    Document   : histoirevalaischronologie_style
    Created on : 21 avr. 2014, 17:42:04
    Author     : Papilloud
    Description:
        Purpose of the stylesheet follows.
*/
body {
        font-family: Tahoma, sans-serif;
}
h1 {
	font-size: 2.0em;
	color: black;
	height: 0px;
        margin-bottom: 50px;
}
h2 {
	font-size: 11pt;/*was 1.8em*/
	color: black;
        font-weight: bold; 
	margin-bottom: 1px;
}

#scrollTableContainer {
    border: 1px solid grey;
    height: 620px;
    width: 900px;
}

#tHeadContainer {
    background: #FF9999;
    font-weight: bold;
}

#tHead {
    width: 100%;
    border-collapse: collapse;
}
 
 
#tBodyContainer {
	height: 600px;
	overflow-y: scroll;
}

#tBody {
    border-collapse: collapse;
}
/* define tr element height for IE browser */
#tBody tr {
    height: 20px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors       */
#tBody td {
	width: 140px
}

#tBody td + td {
	width: 20px
}

#tBody td + td + td {
	width: 400px
}
#tBody td + td + td + td  {
	width: 20px
}
#tBody td + td + td + td + td {
	width: 300px
}
#tBody td + td + td + td + td + td {
	width: 20px
}

p {
    font-size: 12pt;
}