/**
 * 24 jul 2009
 *
 * Styles overriding that of the xhtml document
 * produced by office system 2007. Be careful.
 *
 * @author Fabrizio Gotti
 */

body
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	background-repeat: no-repeat;
	background-color: White;
	margin-left: 0;
	margin-right: 0;
	text-align: left; /* ie bug */
	overflow: scroll;
}
/*
#contactTab{
	background:#F00;
	width: 250px;
}
*/
#back-alt
{
	float: left;
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: -1;
}

#content
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 1000px;
    width: expression(this.offsetWidth > 1000 ? "1000px" : this.offsetWidth + "px"); /* ie hack */
	background-color: #3F0;
}

#header
{
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 40px;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
}

#header #headersubtitle
{
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
}
#barnav {
	/*background-color: #C4E7FF;*/
	text-align: left;
	background-color: #F0F;	/*color: #4489FF;*/
}

#navTab {
	/*background-color: #C4E7FF;*/
	background-color: #B6D9FF;	/*color: #4489FF;*/
}


#header #headertitle
{
	margin-bottom: 0;
}


#ribbon input.text
{
	border: solid 1px gray;
}



#contactdiv
{
	background-color: White;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	width: 250px;
	float: right;
	font-size:10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

#articlediv
{
	background-color: White;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	float: none;
	width: 100%;
	margin-right: 10px;
    line-height: 150%;
}

#footer { clear: both; }

.navpaneheader
{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0;
}

ul#navitems
{
	list-style-type: none;
	margin: 0 0 0 0;
	-moz-padding-start: 0;
}

ul#navitems li
{
	font-size: 11pt;
	border-top: dotted 1px blue;
	padding-left: 10px;
}

ul#navitems li:first-child
{
	border-top-style: none;
}

ul#navitems a
{
	text-decoration: none;
}

ul#navitems li:hover
{
	border-left: solid 2px black;
	margin-left: -2px;
}

// Word styles

p.MsoNormal, p.MsoBodyText
{
	line-height: 150%;
}

p code, li code
{
    color: green;
    font-weight: bold;
}

p.TitrePartie
{
    font-size: 16pt;
    font-weight: bold;
	color:#333399;
	margin-bottom:3.0pt;
	margin-top:12.0pt;
}

p.TitreDuCours
{
	font-size: 18pt;
	font-weight: bold;
}

p.MsoToc1, p.MsoToc2
{
	font-size: 10pt;
	line-height: 1;
	margin-top: 3;
	margin-bottom: 4;
}

p.MsoToc1
{
    font-weight: bold;
}

p.MsoToc2
{
    margin-left: 20px;
}

p.MsoToc1 a, p.MsoToc2 a
{
    text-decoration: none;
    border-bottom: dotted 1px blue;
}

h1, h2, h3, p.TitreDuCours
{
    font-family: Georgia;
    line-height: 100%;
}

h1
{
    border-bottom: dotted 1px gray;
    padding-bottom: 8px;
    font-size: 20pt;
}

h2
{
    font-size: 16pt;
}

p.PlanDuCours
{
    font-variant: small-caps;
    font-weight: bold;
}

.PlanTable a:hover
{
    background-color: #CCFFFF;
    color: black;
}

p.TitreDuCours
{
    font-weight: bold;
    font-size: 24pt;
    color: blue;
}

table.PlanTable
{
    border-left: solid 4px grey;
}

pre
{
	line-height: 1;
	margin: 0 0 0 0;
}

.bib
{
	background-color:#DDD;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-top:15px;
	list-style:square;
}
