2011-05-19 12:03:16 +00:00
|
|
|
@CHARSET "UTF-8";
|
|
|
|
|
2011-10-13 07:06:08 +00:00
|
|
|
#comportementPaiement tr td
|
|
|
|
{
|
|
|
|
padding:5px;
|
|
|
|
}
|
2011-09-05 14:10:44 +00:00
|
|
|
.colorTr
|
|
|
|
{
|
|
|
|
background-color: #EDEEF7;
|
|
|
|
}
|
|
|
|
/** Giant rapport **/
|
|
|
|
#ComparisonValeurs table
|
|
|
|
{
|
|
|
|
font-size:13px;
|
|
|
|
margin-left: 19px;
|
|
|
|
}
|
|
|
|
.red
|
|
|
|
{
|
|
|
|
font-size:11px;
|
|
|
|
background-color:#FFE8E8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.green
|
|
|
|
{
|
|
|
|
font-size:11px;
|
|
|
|
background-color:#E8FFE8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ComparisonValeurs table tr:hover
|
|
|
|
{
|
|
|
|
background-color: #E0E4F8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hoverTr tr:hover
|
|
|
|
{
|
|
|
|
background-color: #E0E4F8;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2011-10-13 07:06:08 +00:00
|
|
|
.FR{background-image: url('../images/giant/cartes/fr.png');}
|
|
|
|
.NL{ background-image: url('../images/giant/cartes/nl.JPG');}
|
|
|
|
.BE{ background-image: url('../images/giant/cartes/be.JPG');}
|
|
|
|
.UK{ background-image: url('../images/giant/cartes/uk.JPG');}
|
|
|
|
.ES{ background-image: url('../images/giant/cartes/es.JPG');}
|
2011-09-05 14:10:44 +00:00
|
|
|
|
|
|
|
#carte
|
|
|
|
{
|
|
|
|
width:660px;
|
|
|
|
background-position: right top;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: #fcfdfe;
|
|
|
|
}
|
|
|
|
/** Giant Search **/
|
|
|
|
#info td
|
|
|
|
{
|
|
|
|
padding:2px;
|
|
|
|
}
|
|
|
|
|
2011-05-19 12:03:16 +00:00
|
|
|
.giant-search
|
|
|
|
{
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
color: #535353;
|
|
|
|
}
|
|
|
|
|
|
|
|
.giant-search #Paginator
|
|
|
|
{
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.giant-search ol
|
|
|
|
{
|
|
|
|
text-align:left;
|
|
|
|
margin:10px;
|
|
|
|
padding:0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.giant-search #Paginator table
|
|
|
|
{
|
|
|
|
width:130px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.giant-search #contact
|
|
|
|
{
|
|
|
|
padding-left:5px;
|
2011-08-25 13:23:48 +00:00
|
|
|
}
|
|
|
|
#inDebug
|
|
|
|
{
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
#debug
|
|
|
|
{
|
|
|
|
background-color:#FFFFCC;
|
|
|
|
padding:10px;
|
|
|
|
border:1px solid silver;
|
|
|
|
width:590px;
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#debug_menu
|
|
|
|
{
|
|
|
|
float:left;
|
|
|
|
background-color:#FFFFCC;
|
|
|
|
border:1px solid silver;
|
|
|
|
width:150px;
|
|
|
|
height:25px;
|
|
|
|
margin-bottom:2px;
|
|
|
|
padding-top:9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#debug_menu:hover
|
|
|
|
{
|
|
|
|
background-color:#FFFF99;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide
|
|
|
|
{
|
2011-10-13 07:06:08 +00:00
|
|
|
background-color: silver;
|
2011-08-25 13:23:48 +00:00
|
|
|
height: 455px;
|
|
|
|
position: absolute;
|
|
|
|
top:2%;
|
|
|
|
left:35%;
|
|
|
|
width: 691px;
|
|
|
|
opacity:0.3;
|
2011-10-13 07:06:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bilansTAB tr #tdP
|
|
|
|
{
|
|
|
|
padding:5px;
|
2011-05-19 12:03:16 +00:00
|
|
|
}
|