Subversion Repositories eFlore/Applications.del

Rev

Rev 1206 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1206 gduche 1
.zoneTitre {
2
	float: left;
3
    height: 50px;
4
    width: 50%;
5
    margin:10px 0;
6
    font-size:20px
7
}
8
 
9
.zoneLogos {
10
	float: right;
11
    height: 50px;
12
    width: 50%;
13
    text-align:center;
14
    margin:10px 0;
15
}
16
 
17
.zoneIdentification {
18
    float: right;
19
    height: 129px;
20
    width: 45%;
21
    background: url("./img/carre_orange.png") no-repeat scroll -0px -8px transparent;
22
    text-align:right;
23
    padding-left:27px;
24
}
25
 
26
.zoneChapeau {
27
	float: left;
28
    height: 130px;
29
    width: 52%;
30
}
31
 
32
.zoneLiens {
33
	 clear: both;
34
    height: 40px;
35
    padding:10px 65px;
36
}