body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #666666;
	background: #FFFFFF url(images/background-header.jpg) repeat-x;
}

div#site {
    text-align:left;
    width: 1000px;
	margin: auto;
}

/* ------------------------------------ */

div#header {
    background: url(images/header.png) no-repeat 0 0;
    height: 184px;
    margin: 0;
    padding: 0;
}

/* ------------------------------------ */

div#corp {
	background: url(images/corp.jpg) repeat-y;
}

div#left {
	float: left;
	width: 318px;
	margin: 0px;
	padding: 0px;
	background: url(images/left-background.jpg) repeat-y;
}

div#contenu-left {
	background: url(images/left-top.jpg) no-repeat;
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 63px;
	padding-right: 25px;
}

.title {
	background: url(images/title.jpg) no-repeat;
	height: 26px;
	width: 216px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
    font-family: Verdana;
    font-size: 12px;
	color: #000000;	
	font-weight : bold;
}

div#contenu-menu {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 18px;
}

.menu {
	margin-left: 10px;
	padding-left: 4px;
	padding-top: 7px;
    font-size: 11px;
	background: url(images/li.jpg) repeat-y;
}

div#menu a {
    color : #666666;
    font-weight : bold;
	font-size: 11px;
	height: 10px;
}

div#right {
    width:682px;
	float:left;
}

div#arbo {
    padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 70px;
}

div#contenu-right {
	background: url(images/right-top.jpg) no-repeat;
    padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 70px;
}

p#copy {
	text-align: right;
	font-family: verdana;
	text-decoration: none;
	font-size: 10px;
	color: #ff5a00;
}

table#meteo {
	width: 90%;
	text-align: center;
}

/* ------------------------------------ */

html, body { 
    margin: 0;
	padding: 0;
}

img { border: 0; }

a {
    color : #666666;
    font-family:verdana;
    text-decoration:none;
}

a:hover , a:active , a:focus {
    color : #666666;
    font-weight : bold;
    text-decoration:none;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #ff5a00;
	margin-bottom: 15px;
}