1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
| body
{
background-color: #FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt;
color: #000000;
text-align: center;
}
/* LIENS NORMAUX */
A:link, A:visited { color: #2d6599; text-decoration: none; }
A:active, A:hover { color: #000000; text-decoration: none; }
/* LIENS PETIT */
.Asmall:link, .Asmall:visited { font-size: 7pt; color: #000000; }
.Asmall:active, .Asmall:hover { font-size: 7pt; color: #000000; }
/* TEXTE PETIT */
.small { font-size: 7pt; color: #000000; }
INPUT, TEXTAREA {
vertical-align: middle;
border: 1px solid #000000;
margin: 1px;
}
FORM {
}
P {
margin-top: 5px;
}
IFRAME {
width: 140px;
}
HR {
width: 95%;
}
.effect {
background-image: url(images/inputbg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
overflow: auto;
}
.imgal {
/* Je ne suis pas sur de ces deux lignes */
border-top: 1px solid #728194;
border-left: 1px solid #728194;
border-bottom: 1px solid #C6CBD6;
border-right: 1px solid #C6CBD6;
}
.bord {
border: 1px solid black;
}
/* TABLE PRINCIPALE */
.tblmain {
width: 100%;
text-align: center;
}
.col {
width: 160px;
vertical-align: top;
}
.scr {
width: 100%;
background-image: url(images/scr_bg.jpg);
background-repeat: repeat-x;
font-size: 7pt;
color: #728194;
font-weight: bold;
}
/* TITRES DES BLOCS */
.titre {
width: 100%;
height: 2px;
background-image: url(images/bl_hbg.jpg);
background-repeat: repeat-x;
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
}
.tblcolg {
width: 7px;
background-image: url(images/bl_mg.jpg);
background-repeat: repeat-y;
}
.tblcolc {
width: 100%;
background-color: #F0F0F7;
font-size: 8pt;
color: #000000;
}
.tblcold {
width: 9px;
background-image: url(images/bl_md.jpg);
background-repeat: repeat-y;
}
.tblcolb {
width: 100%;
height: 6px;
background-image: url(images/bl_bbg.jpg);
background-repeat: repeat-x;
line-height: 1px;
}
/* TABLE FOOTER */
.tblfoot {
width: 100%;
height: 28px;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 7pt;
color: #000000;
text-align: center;
background-color: transparent;
background-image: url(images/ln_bg.jpg);
background-repeat: repeat-x;
}
.chat1 {
width: 135px;
font-family: Tahoma, MS Trebuchet, Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 7pt;
color: #2d6599;
background-color: #FFFFFF;
text-align: left;
}
.chat2 {
width: 135px;
font-family: Tahoma, MS Trebuchet, Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 7pt;
color: #000000;
background-color: #FFFFFF;
text-align: justify;
border-bottom: 1px solid black;
}
.gal {
width: 120px;
height: 95px;
text-align: center;
border: 1px solid black;
border-top: 1px solid #728194;
border-left: 1px solid #728194;
border-bottom: 1px solid #C6CBD6;
border-right: 1px solid #C6CBD6;
background-color: #FFFFFF;
margin-bottom: 2px;
background-color: transparent;
}
#foFa
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 2px;
} |
Partager