Subversion Repositories Applications.reseau

Rev

Rev 27 | Rev 33 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 30
1
#haut {
1
#haut {
2
	height: 100px;
2
	height: 100px;
3
	/*border: solid red 1px;*/
3
	/*border: solid red 1px;*/
4
}
4
}
5
 
5
 
6
.tranche {
6
.tranche {
7
	padding-top: 32px;
7
	padding-top: 32px;
8
	padding-bottom: 32px;
8
	padding-bottom: 32px;
9
	/*border: solid red 1px;*/
9
	/*border: solid red 1px;*/
10
	min-height: 250px;
10
	min-height: 250px;
11
}
11
}
12
.tranche:nth-child(even) {
12
.tranche:nth-child(even) {
13
	/*background-color: #e9e6de;*/
13
	/*background-color: #e9e6de;*/
14
	background-color: #E7E9D3;
14
	background-color: #E7E9D3;
15
}
15
}
16
.tranche:nth-child(odd) {
16
.tranche:nth-child(odd) {
17
	/*background-color: #ffffff;*/
17
	/*background-color: #ffffff;*/
18
	background-color: #f8f8f8;
18
	background-color: #f8f8f8;
19
}
19
}
20
.tranche.majeure {
20
.tranche.majeure {
21
	background-color: #eeeeff;
21
	background-color: #eeeeff;
22
	height: 400px;
22
	height: 400px;
23
}
23
}
24
 
24
 
25
.mie {
25
.mie {
26
	margin: auto;
26
	margin: auto;
27
	width: 650px;
27
	width: 650px;
28
	/*border: solid red 1px;*/
28
	/*border: solid red 1px;*/
29
}
29
}
30
.tranche:nth-child(even) .mie { 
30
.tranche:nth-child(even) .mie { 
31
	text-align : right;
31
	text-align : right;
32
}
32
}
33
.tranche:nth-child(odd) .mie { 
33
.tranche:nth-child(odd) .mie { 
34
	text-align : left;
34
	text-align : left;
35
}
35
}
36
.tranche.majeure .mie {
36
.tranche.majeure .mie {
37
	width: 750px;
37
	width: 750px;
38
}
38
}
39
 
39
 
40
.dessin {
40
.dessin {
41
	width: 180px;
41
	width: 180px;
42
	height : 180px;
42
	height : 180px;
43
	/*border: solid red 1px;*/
43
	/*border: solid red 1px;*/
44
}
44
}
45
.dessin img {
45
.dessin img {
46
	width: 180px;
46
	width: 180px;
47
	height : 180px;
47
	height : 180px;
48
	/*border: solid red 1px;*/
48
	/*border: solid red 1px;*/
49
}
49
}
50
.tranche:nth-child(even) .dessin {
50
.tranche:nth-child(even) .dessin {
51
	float: left;
51
	float: left;
52
	margin-left: 32px;
52
	margin-left: 32px;
53
}
53
}
54
.tranche:nth-child(odd) .dessin {
54
.tranche:nth-child(odd) .dessin {
55
	float: right;
55
	float: right;
56
	margin-right: 32px;
56
	margin-right: 32px;
57
}
57
}
58
.tranche.majeure .dessin {
58
.tranche.majeure .dessin {
59
	margin-left: 0;
59
	margin-left: 0;
60
	float: none;
60
	float: none;
61
	height: auto;
61
	height: auto;
62
}
62
}
63
.tranche.majeure .dessin img {
63
.tranche.majeure .dessin img {
64
	width: auto;
64
	width: auto;
65
	height: auto;
65
	height: auto;
66
}
66
}
67
 
67
 
68
/*c3d45d
68
/*c3d45d
69
918a6f*/
69
918a6f*/
70
 
70
 
71
.laius {
71
.laius {
72
	color: #252525;
72
	color: #252525;
73
	font-family: sans-serif;
73
	font-family: sans-serif;
74
	font-size: 18px;
74
	font-size: 18px;
75
	width : 400px;
75
	width : 400px;
76
	display: inline-block;
76
	display: inline-block;
77
	/*border: solid red 1px;*/
77
	/*border: solid red 1px;*/
78
	text-align: left;
78
	text-align: left;
79
}
79
}
80
.tranche.majeure .laius {
80
.tranche.majeure .laius {
81
	font-size: 16px;
81
	font-size: 16px;
82
	width: 310px;
82
	width: 310px;
83
	padding-top: 80px;
83
	padding-top: 80px;
84
	color: #505050;
84
	color: #505050;
85
	float: right;
85
	float: right;
86
}
86
}
87
 
87
 
88
.laius label {
88
.laius label {
89
	font-family: Trebuchet MS, Helvetica;
89
	font-family: Trebuchet MS, Helvetica;
90
	font-size: 32px;
90
	font-size: 32px;
91
	color: #918a6f;
91
	color: #918a6f;
92
}
92
}
93
 
93
 
94
.nombre {
94
.nombre {
95
	display: inline-block;
95
	display: inline-block;
96
	font-weight: bold;
96
	font-weight: bold;
97
	color: #8d9a43;
97
	color: #8d9a43;
98
}
98
}
99
.nombre.fixe {
99
.nombre.fixe {
100
	text-align: right;
100
	text-align: right;
101
	width: 90px;
101
	width: 90px;
102
}
102
}
103
 
103
 
104
.pied {
104
.pied {
105
	height: 240px;
105
	height: 240px;
106
	background-color: #ffffff;
106
	background-color: #ffffff;
107
	text-align:center;
107
	text-align:center;
108
	padding-top: 45px;
108
	padding-top: 45px;
109
}
109
}
110
 
110
 
111
.slogan {
111
.slogan {
112
	font-family: Trebuchet MS, sans-serif;
112
	font-family: Trebuchet MS, sans-serif;
113
	font-size: 32px;
113
	font-size: 32px;
114
	color: #918a6f;
114
	color: #918a6f;
115
	margin-top: 10px;
115
	margin-top: 10px;
116
	text-align: left;
116
	text-align: left;
117
	padding-left: 13px;
117
	padding-left: 13px;
118
}
118
}
119
 
119
 
120
#logo-bas {
120
#logo-bas {
121
	margin-top: 25px;
121
	margin-top: 25px;
122
}
122
}
-
 
123
 
-
 
124
#cc-by-sa {
-
 
125
	margin-right: 50px;
123
 
126
}