Blame view

js/resources/css/styles2.css 489 Bytes
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
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

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

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

#main
{
width: 1410px;
padding: 10px;
padding-top: 20px;
/*background: #ffffff; */
background: #F6F3E7; 
}