Subversion Repositories eFlore/Applications.del

Rev

Rev 1206 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1206 Rev 1549
Line 1... Line -...
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 {
1
.zoneIdentification {
18
    float: right;
2
	float: right;
19
    height: 129px;
3
	height: 129px;
20
    width: 45%;
4
	width: 45%;
21
    background: url("./img/carre_orange.png") no-repeat scroll -0px -8px transparent;
5
	background: url("./img/carre_orange.png") no-repeat scroll -0px -8px transparent;
22
    text-align:right;
6
	text-align:right;
23
    padding-left:27px;
7
	padding-left:27px;
24
}
-
 
25
 
-
 
26
.zoneChapeau {
-
 
27
	float: left;
-
 
28
    height: 130px;
-
 
29
    width: 52%;
-
 
30
}
8
}
31
 
-
 
32
.zoneLiens {
9
.zoneLiens {
33
	 clear: both;
10
	clear: both;
34
    height: 40px;
11
	height: 40px;
35
    padding:10px 65px;
12
	padding:10px 65px;
36
}
13
}