Subversion Repositories Applications.reseau

Rev

Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33 Rev 36
Line 1... Line 1...
1
#haut {
1
#haut {
2
	height: 100px;
2
	height: 100px;
3
	/*border: solid red 1px;*/
-
 
4
}
3
}
Line 5... Line 4...
5
 
4
 
6
.tranche {
5
.tranche {
7
	padding-top: 32px;
6
	padding-top: 32px;
8
	padding-bottom: 32px;
-
 
9
	/*border: solid red 1px;*/
7
	padding-bottom: 32px;
10
	min-height: 250px;
8
	min-height: 250px;
11
}
9
}
12
.tranche:nth-child(even) {
-
 
13
	/*background-color: #e9e6de;*/
10
.tranche:nth-child(even) {
14
	background-color: #E7E9D3;
11
	background-color: #E7E9D3;
15
}
12
}
16
.tranche:nth-child(odd) {
-
 
17
	/*background-color: #ffffff;*/
13
.tranche:nth-child(odd) {
18
	background-color: #f8f8f8;
14
	background-color: #f8f8f8;
19
}
15
}
20
.tranche.majeure {
16
.tranche.majeure {
21
	background-color: #eeeeff;
17
	background-color: #f0f0f1;
22
	height: 400px;
18
	height: 400px;
Line 23... Line 19...
23
}
19
}
24
 
20
 
25
.mie {
21
.mie {
26
	margin: auto;
-
 
27
	width: 650px;
22
	margin: auto;
28
	/*border: solid red 1px;*/
23
	width: 650px;
29
}
24
}
30
.tranche:nth-child(even) .mie { 
25
.tranche:nth-child(even) .mie { 
31
	text-align : right;
26
	text-align : right;
Line 38... Line 33...
38
}
33
}
Line 39... Line 34...
39
 
34
 
40
.dessin {
35
.dessin {
41
	width: 180px;
36
	width: 180px;
42
	height : 180px;
-
 
43
	/*border: solid red 1px;*/
37
	height : 180px;
44
}
38
}
45
.dessin img {
39
.dessin img {
46
	width: 180px;
40
	width: 180px;
47
	height : 180px;
-
 
48
	/*border: solid red 1px;*/
41
	height : 180px;
49
}
42
}
50
.tranche:nth-child(even) .dessin {
43
.tranche:nth-child(even) .dessin {
51
	float: left;
44
	float: left;
52
	margin-left: 32px;
45
	margin-left: 32px;
Line 72... Line 65...
72
	color: #252525;
65
	color: #252525;
73
	font-family: sans-serif;
66
	font-family: sans-serif;
74
	font-size: 18px;
67
	font-size: 18px;
75
	width : 400px;
68
	width : 400px;
76
	display: inline-block;
69
	display: inline-block;
77
	/*border: solid red 1px;*/
-
 
78
	text-align: left;
70
	text-align: left;
79
}
71
}
80
.tranche.majeure .laius {
72
.tranche.majeure .laius {
81
	font-size: 16px;
73
	font-size: 16px;
82
	width: 310px;
74
	width: 310px;