/*
Menu related selectors
*/
/*
pbody*/
body {
scrollbar-arrow-color:      #000;
scrollbar-base-color:       #000;
scrollbar-shadow-color:     #000;
scrollbar-darkshadow-color: #000;
scrollbar-track-color:      #000;
scrollbar-highlight-color:  #000;
scrollbar-3d-light-color:   #000;
scrollbar-face-color:       #555;
font-family: tahoma, verdana, sans-serif;
font-size: 14px;
color: #838383;
background-color: #000;
}

h1 {
font-size:   18px;
font-weight: bold;
color: #838383;
text-align: right;
}

h2 {
font-size:   14px;
font-weight: bold;
color: #838383;
text-align: right;
}

h3 {
font-size:   11px;
font-weight: bold;
color: #838383;
text-align: right;
margin-bottom: 8;
}

h4 {

}
PETIT {
font-size:   10px;
color: #FF0000;
}
P {
margin-right: 10%;
text-indent: 0px;
margin-top: 8;
margin-bottom: 8px;
}
P1 {
margin-right: 10%;
text-indent: 0px;
margin-top: 8;
color: #FF0000;
margin-bottom: 8px;
}
table {
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
font-size: 14px;
background-color: #222;
color: #838383;
}

TH {
text-align: left;
background-color: #000;
color: #aaa;
}

TD {
background-color: #000;
}


pre {
font-family: lucida console, courier new, courier;
font-weight: normal;
font-size:   12px;
padding: 2px;
margin-left: 20px;
margin-top: 2px;
color: #789;
overflow: hidden;
background-color: #111;
}

HR {
color: #777;
width: 80%;
text-align: center;
}

B { color: #bbb; font-weight: normal }

blockquote {
font-size: 10pt;
font-style: italic;
margin-left: 0;
}

LI {
margin-right: 10%;
margin-bottom: 5;
}

ul {
margin-top: 2;
margin-bottom: 2;
}

dl {
}

dt {
font-weight: normal;
color: #aaa;
margin-top: 6px;
margin-bottom: 4px;
}

dd {
margin-left: 16px;
margin-bottom: 4px;
}

.footer {
font-family: tahoma, verdana, sans-serif;
font-size: 11px;
letter-spacing: 1pt;
text-align: center;
margin: 10;
}
/*
liens*/
a.label { text-decoration: none; }
a.label:hover { text-decoration: none; }
a { color:#abc   ; text-decoration: none; }
a:hover { color:#ffffff; text-decoration: underline; }

.bb1 { color: #DDD; }
.bb2 { color: #D60; }
.bb3 { color: #999; font-size: 11px; }

.simple_toc td { background-color: #222; padding: 4px; text-align: right; }
.simple_toc h1 { font-size: 22px; text-align: left; margin: 0; margin-right: 30px; }
.simple_toc .t1 { font-size: 12px; font-weight: bold; color: #aaa; margin-top: 10px; }
.simple_toc .t2 { font-size: 11px; color: #999; }
.simple_toc .t3 { color: #888; font-size: 10px; }
.simple_toc a { text-decoration: none; }
.simple_toc a:hover { text-decoration: underline; }

.simple_body { background-color: #222; margin-top: 12px; padding: 4px; }


.frame_toc { background-color: #222; }
.frame_toc h1 { text-align: right; margin: 0; }
.frame_toc .t1 { font-size: 12px; font-weight: bold; color: #bbb; margin-top: 10px; }
.frame_toc .t2 { color: #aaa; }
.frame_toc .t3 { color: #999; font-size: 10px; }
.frame_toc a { text-decoration: none; }
.frame_toc a:hover { text-decoration: underline; }
.frame_toc p { margin: 0; font-size: 11px; text-align: right; }

.frame_body { background-color: #222; padding: 12px; border-left: #555 1px solid; }

