@charset "iso-8859-1";
.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }
.just{ text-align: justify; }
.clearfloat{ clear: both; }
.important, .Important{ color: Red; font-size: medium; }
div.clear { clear: both; }
/* use as follows (including the comment) */
/* <div class="clear"><!-- --></div> */
html { min-width: 960px; font-size: 100%; } 
img{ border:0; }
td{vertical-align:top;text-align:left;}


DIV{margin:0;padding:0;}
DIV.floatleft{float:left;}
DIV.floatright{float:right;}


body { 
margin:0;
padding:0;
background: #e6e6e6 url(images/bckbody.jpg) top center no-repeat;
font-family: Verdana, Arial, sans-serif; 
font-size:90%; 
line-height: 1.7em;
}
#wrapper {
width: 924px; 
margin: 0 auto; 
border-left: 1px solid #fff; 
border-right: 1px solid #fff; 
background: #fff; 
border-bottom:1px solid #FFFFFF;
}

DIV#header{
	/*background-color: #000039;*/
	/*background-color: #800000;*/
	background: #4c0000 url(images/bckheader.png) no-repeat top;
	height:140px;
	
}
DIV#header H1,DIV#header H2,DIV#header H3{color:#fff;margin:0 0 0 120px;padding:20px 0 0 50px;font-size:36px; font-family: "Times New Roman", Times, serif;}
.celldark{
/*background-color:#6a5acd;*/
background-color: #6C6C6C;
color:#fff;
font-weight:bold;
}
.celllight{
/*background-color:#87ceeb;*/
background-color:#e6e6e6;
color:#000066;
}
.indent{margin-left:10%;margin-right:10%;}
.just{text-align:justify;}
.livre{
background-color:#e0ffff;
color:#008080;
font-size:15px;
font-weight:bold;
margin-left:10%;
margin-right:10%;
}
.tableheaderblue{
background-color:#0000cd;
color:#ffffff;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}
.tablenav{
/*background-color:#000066;*/
background-color: #4C0000;
background-image:none;
width:100%;}

.topnav{color:#ffffff;font-weight:bold;}
.topnav a{color:#ffffff;font-size:10pt;font-weight:bold;text-decoration:none;}
.topnav a:link{color:#ffffff;font-size:10pt;font-weight:bold;text-decoration:none;}
.topnav a:visited{color:#ffffff;font-size:10pt;font-weight:bold;text-decoration:none;}
.topnav a:visited:hover{
color: #C8DDFF;
font-size:10pt;
font-weight:bold;
text-decoration:underline;
}
.topnav a:hover{
color:#0066ff;
font-size:10pt;
font-weight:bold;
text-decoration:underline;
}
H1.h1spl{
	text-align:center;
	color: #4C004C;
	font-family: "Times New Roman", Times, serif;
}
H2.h2spl{
	text-align:center;
}
DIV#footer{ width:820px; margin:15px auto 0 auto; }
DIV#footer DIV.lt{ width:270px; float:left; }
