Damien LASSERRE 047472b07c Les Ratios :
- Création de l'action des ratios
- Création du tableau des ratios
- Création des comparateur de données (+ / -)
- Créatin des graphiques relatifs aux différents ratios
- Création de l'image dans le cache avec l'appelle du controle cahce.

/ Reste a fair la verification de présence de l'image dans le cache sur une durée de 8 heures /
2011-04-29 10:28:32 +00:00

256 lines
4.4 KiB
CSS

@CHARSET "UTF-8";
#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-in-table th
{
background: none repeat scroll 0 0 #B9C9FE;
border: 1px solid #FFFFFF;
color: #003399;
font-size: 11px;
font-weight: normal;
padding: 4px;
font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
}
#synthese-in-table td
{
padding: 4px;
}
#synthese
{
border-collapse: collapse;
clear: both;
font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size: 12px;
margin: 10px 0px 0;
padding: 2px;
text-align: left;
width: 100%;
}
#synthese td
{
background: none repeat scroll 0 0 #E8EDFF;
border: 1px solid #FFFFFF;
color: #666699;
}
#synthese-in-table tr:hover td
{
background: none repeat scroll 0 0 #D0DAFD;
}
#synthese td.date
{
font-size: 11px;
}
#synthese .head
{
font-weight: bold;
}
#synthese td.right
{
text-align: right;
}
.StyleInfoLib
{
color: #535353;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
padding:4px;
}
.StyleInfoData
{
color: #535353;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
text-align: right;
}
/*******/
#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;
}