body {
    margin-left:280px;
    margin-right:100px;
    /*	margin:0px; */
    padding:0px;
    font-family:verdana, arial, helvetica, sans-serif;
    color:#00c;
    background-color:#eee;
}

h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:28px;
    line-height:28px;
    font-weight:900;
    color:#ccc;
}

div {
    font:100%/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 0px 0px;
    padding:5px;
}

p {
    font:100%/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 0px 0px;
    padding:5px;
}

#Content>p {margin:0px; text-indent:0px;}

a {
    color:#09c;
    font-size:100%;
    text-decoration:none;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;
}

a:link {color:#09c;}

a:visited {color:#07a;}

a:hover {background-color:#eee;}

#Header {
    font-size:35px;
    color:#00cc00; /* Vert semblable à celui de la couverture */
    font-weight:800;
    text-align: center;
    margin:0px 0px 20px 0px;
    padding:30px 0px 0px 0px;
    /*	padding:20px 20px 20px 20px;*/
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:163px; /* 14px + 17px + 2px = 33px */
    /*	border-style:solid;
	border-color:black;
	border-width:0px 0px; *//* top and bottom borders: 1px; left and right borders: 0px */
    /*	line-height:0px; */
    background-color:#eee;
    /*	background-color:white; */

    /* Here is the ugly brilliant hack that protects IE5/Win enom its own stupidity.
    Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
    IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
    declaration. The incorrect IE5/Win value is above, while the correct value is
    below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:14px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Headerbis {
    font-size:25px;
    color:#00cc00; /* Vert semblable à celui de la couverture */
    font-weight:600;
    text-align: right;
    margin:0px 0px 20px 0px;
    padding:30px 0px 30px 0px;
    height:100px; /* 14px + 17px + 2px = 33px */
    background-color:#eee;
    voice-family: "\"}\"";
    voice-family:inherit;
    height:5px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Headerbis {height:5px;}

#Content {
    margin:0px 0px 0px 0px;
    padding:10px;
    font-size:16px;
}

#footnotes {
    font-size: 90%;
    width: 80%;
    border-top: solid green 2px;
    border-top-color: #00cc00;
	padding-top: 0pt;
    margin-top: 25pt;
    position:relative;
    left:25pt;
}

#LaTeXGauche {
    position:absolute;
    top:10px;
    left:10px;
    width:269px;
    padding:0px;
    height:100%;
    overflow: visible;
    background-image:    url(../images/2010.png);
    background-repeat:   no-repeat;
}

#Menu {
    position:absolute;
    top:389px;
    left:10px;
    /* 	width:150px; */
    width:247px;
    padding:10px;
    font-size:11px;
    background-color:#eee;
    border:1px dashed #999;
    line-height:15px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
}

hr {
    border: none;
    border-top:1px dashed #999;
    height: 1px;
    background-color:#eee;
    color:#eee;
}

span.TEX {letter-spacing: -0.125em; }
span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
a span.TEX span.E {text-decoration: none; }
span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
span.LATEX span.TEX{ position:relative; left: -0.4em; }


input[type="submit"], input[type="button"]
{
	color : #F9F8F7;
	background-color : #4A7DAC;
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	border-bottom-style : none;
	cursor : pointer;
}
