Blame view

js/resources/css/styles.css 2.36 KB
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: url(../images/ciel10.jpg) ;
	font: 13px Arial, Helvetica, sans-serif;
	color: #555555;
	margin-top: 20px;
}

#content
{
	width: 738px;
	margin: 0px auto;
}

#main
{
width: 710px;
e3c34d4f   Myriam Bouchemit   ajout height pour...
43
height: 320px;
16035364   Benjamin Renard   First commit
44
45
46
47
48
49
padding: 10px;
padding-top: 20px;
/*background: #ffffff; */
background: #F6F3E7; 
}

4e63d953   Elena.Budnik   amda about.html
50
51
52
#main2
{
width: 710px;
0f2c5274   Elena.Budnik   amda intro
53
height: 830px;
4e63d953   Elena.Budnik   amda about.html
54
55
56
57
58
59
padding: 10px;
padding-top: 20px;
/*background: #ffffff; */
background: #F6F3E7; 
}

16035364   Benjamin Renard   First commit
60
61
62
63
64
65
66
67
68
69
70
71
72
#back
{
width: 738px;
}
 
#right
{
	width: 215px;
	float: right;
}

#right H3
{
4e63d953   Elena.Budnik   amda about.html
73
width: 160px;
16035364   Benjamin Renard   First commit
74
75
76
77
78
79
height: 29px;
font-size: 14px;
font-weight: bold;
padding-left:  0px;
padding-top: 10px;
text-transform: uppercase;
4e63d953   Elena.Budnik   amda about.html
80
text-decoration: underline;
16035364   Benjamin Renard   First commit
81
82
color: #555555;
text-align: center;
4e63d953   Elena.Budnik   amda about.html
83
/*background: url(../images/test.png) no-repeat; */
16035364   Benjamin Renard   First commit
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
}

#right H4
{
        margin: 0;
        padding: 0px;
        font-size: 12px;
        color:#555555;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}
 
#right li  {
	padding: 4px;
	padding-left: 20px;
        padding-right: 20px;
       
}
 

#right a {
	color: #6495ED;
}

#right a:hover {
	color: #ff0000;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}


#left
{
width: 450px;
margin-left: 20px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color:#555555;
}

#left a
{
color: #6495ED;
text-decoration: none;
}

#left a:hover
{
color: #FF0000;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #555555;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: left;
	color: #555555; 
	font-size: 10px;

}

.date a {
	color: #6495ED;

}


#footer {
	height: 50px;
	clear: both;
	padding-top: 1px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}

#left .news {

    font-size: 13px;
    color: #003366;
}

#left .warning {

    font-size: 13px;
    color: #880000;
}