@import "seoChart.css";
/* --- STYLES DE BASE --- */

/* Page */
HTML {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
BODY {
    margin: 0;
    padding: 1em; 
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin-top: .75em;
    margin-bottom: .75em;
 }

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/*****************************************/
/* style commun aux listes horizontales */
/*****************************************/

UL.listhor
{
	margin:0;
	padding:0;
}
.listhor LI
{
	float:left;
	margin:0;
	padding:0;
	line-height:1em;
	list-style-type:none;
}
.listhor LI A
{
	display:block;
	float:left;
	color:#aaa;
}
.listhor LI A:hover
{
	color:white;
	text-decoration:none;
}
.listhor LI#current A
{
	color:white;
	cursor:text;
}
.listhor LI A IMG
{
	border:0;
	padding:0;
}

.clearboth
{
	clear:both;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
}

.calage
{
	float:left;
	/*width:1px;*/
}

.petit
{
	font-size:90%;
}


th.header {
    background-image: url(../img/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 0 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}
th.headerSortUp {
    background-image: url(../img/small_asc.gif);

}

th.headerSortDown {
    background-image: url(../img/small_desc.gif);
}

ul.layer {
    position:absolute;
    left:21px;
    top:-14px;
    z-index:10;
    background:#fff;
    border:solid 1px;
    padding:10px
}

ul.layer li {
    white-space:nowrap;
    list-style:none;
}

.dialog {
    display:none;
}

.help {
    margin:0 auto;
    cursor:pointer;
}