247 lines
4.9 KiB
CSS
Raw Normal View History

2011-05-19 12:03:16 +00:00
.bilans {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size:12px; margin: 10px 0 0 0; width:100%; text-align:left; border-collapse:collapse;}
.bilans th {padding:4px; font-weight:normal; font-size:11px; border:1px solid #000; color:#000; background:#b9c9fe; text-align:center; font-weight:bold;}
.bilans td {font-size:11px;padding:4px; border:1px solid #000; color:#000;}
.bilans td.graph {padding:0; margin:0;}
.bilans th.date {font-size:10px;}
.bilans td.right {text-align:right;}
.bilans td.center {text-align: center;}
.bilans td.italique {font-style:italic;}
.bilans tr.subhead td {font-size:10px;padding:4px; background:#b9c9fe; border: 1px solid #000; font-weight:bold; color:#000;}
.bilans tr.darkblue td {padding:4px; background:#00008c; border: 1px solid #000; font-weight:bold; color:#fff;}
.bilans tr {font-size:10px};
.entete {margin:1px;}
.subentete {margin:2px;}
.bilanDatas:hover td{background-color:#E5EBFF;}
#rowGraph:hover
{
background-color: silver;
}
#ratios tr.subhead td
{
background: none repeat scroll 0 0 #B9C9FE;
border: 1px solid #000000;
color: #000000;
font-weight: bold;
padding: 8px;
}
#ratio
{
clear: both;
font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size: 12px;
margin: 10px 0 0;
text-align: left;
width: 100%;
}
#ratios tr.subhead td
{
background: none repeat scroll 0 0 #B9C9FE;
border: 1px solid #000000;
color: #000000;
font-weight: bold;
padding: 8px;
}
#ratios td
{
border: 1px solid #000000;
color: #000000;
padding: 8px;
}
#ratios td.right
{
text-align: right;
}
#LiasseTable
{
border-collapse: collapse;
color:#606060;
}
#LiasseTable td
{
font-size:11px;
font-family: arial,sans-serif;
border:1px solid silver;
padding:2px;
}
#liasseForm th
{
color:#606060;
font-weight:bold;
}
#liasseForm
{
margin-left:30px;
}
#liasseForm td
{
color:#606060;
}
/*--------------------------------------------------------------------------------*/
#synthese .head
{
font-weight: bold;
}
#synthese th
{
background: none repeat scroll 0 0 #B9C9FE;
border: 1px solid #FFFFFF;
color: #003399;
font-size: 13px;
font-weight: normal;
padding: 4px;
}
#synthese td.right
{
text-align: right;
}
#synthese
{
border-collapse: collapse;
clear: both;
font-size: 12px;
margin: 10px 0px 0;
padding: 2px;
text-align: left;
width: 100%;
font-family: arial,sans-serif;
font-size: 11px;
}
#synthese td
{
background: none repeat scroll 0 0 #E8EDFF;
border: 1px solid #FFFFFF;
color: #666699;
padding: 4px;
}
#synthese tr:hover td
{
background: none repeat scroll 0 0 #D0DAFD;
}
/*******/
#tabbed_box {
margin: 0px auto 0px auto;
width:300px;
}
.tabbed_box h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
color:#ffffff;
letter-spacing:-1px;
margin-bottom:10px;
}
.tabbed_box h4 small {
color:#e3e9ec;
font-weight:normal;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
position:relative;
top:-4px;
left:6px;
letter-spacing:0px;
}
.tabbed_area {
border:1px solid #FFFFFF;
background-color:#636d76;
padding:8px;
}
ul.tabs {
margin:0px; padding:0px;
}
ul.tabs li {
list-style:none;
display:inline;
line-height:32px;
}
ul.tabs li a {
background-color:#464c54;
color:#ffebb5;
padding:8px 14px 8px 14px;
text-decoration:none;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
border:1px solid #FFFFFF;
}
ul.tabs li a:hover {
background-color:#2f343a;
border-color:#2f343a;
}
ul.tabs li a.active {
background-color:#ffffff;
color:#282e32;
border:1px solid #464c54;
border-bottom: 1px solid #ffffff;
}
.content {
background-color:#ffffff;
padding:10px;
border:1px solid #464c54;
}
#content_2, #content_3 { display:none; }
ul.tabs {
margin:0px; padding:0px;
margin-top:5px;
margin-bottom:6px;
}
.content ul {
margin:0px;
padding:0px 20px 0px 20px;
}
.content ul li {
list-style:none;
border-bottom:1px solid #d6dde0;
padding-top:15px;
padding-bottom:15px;
font-size:13px;
}
.content ul li a {
text-decoration:none;
color:#3e4346;
}
.content ul li a small {
color:#8b959c;
font-size:9px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
left:4px;
top:0px;
}
.content ul li:last-child {
border-bottom:none;
}
ul.tabs li a {
background-image:url(images/tab_off.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
ul.tabs li a.active {
background-image:url(images/tab_on.jpg);
background-repeat:repeat-x;
background-position:top;
}
.content {
background-image:url(images/content_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
}