Statistiques
| Révision :

root / Portal / configurations / demo / css / TXM WEB PRINT.css @ 16

Historique | Voir | Annoter | Télécharger (544 octet)

1
@charset "UTF-8";
2
/* CSS Document */
3

    
4

    
5

    
6
.main {
7
width: 94%;
8
}
9

    
10

    
11
.bandeau {
12
width:520px;
13
height:60px;
14
position:relative;
15
left:53%;
16
margin-left:-260px;
17
}
18

    
19
.bandeautext {
20
width:520px;
21
height:60px;
22
position:absolute;
23
text-align:center;
24
font-size:180%;
25
font-style:italic;
26
font-family:Georgia;
27
top:50%;
28
margin-top:-0.5em;
29
}
30

    
31
.textzone{
32
width:100%;
33
position:relative;
34
float:left;
35
padding:3%;
36
font-family:Arial;
37
font-size:100%;
38
text-align:justify;
39
}
40

    
41
h1{
42
font-family:Georgia;
43
color:#990033;
44
font-size:115%;
45
}