/* CSS Document */

body {
background-color: #f8eae7;
font-family: Arial,Verdana;
font-size:small;
color:#666;
margin:0px;
}

#header {

}

#box_global_00 {
margin-left: auto; /* Centrage sur la page */
margin-right: auto; 
/* background: url(images/coin_feuilles_vertes.png) bottom left no-repeat; */
background: url(images/fond_global_00.jpg) repeat;
width: 979px;
}

#coin_feuilles_vertes {
background: url(images/coin_maison_ecolo.png) bottom left no-repeat;
}


#box_global_01 {
/* background: url(images/fond_global_01.jpg) repeat-x bottom; */
margin-left: 175px;
margin-right: 6px;
padding-bottom:66px;
padding-top:165px;
padding-left:208px;
padding-right: 0px;
}

#box_global_02 {
border: solid 1px #dddddd;
background: url(images/fond_global_02.jpg) repeat-x top;
background-color: #f7f7f9;
min-height:430px;
}

#footer {
background-color: #fbd0c2;
width: 979px;
height: 16px;
font-size:11px;
font-weight:bold;
color:#444444;
}

#footer a {
	color:#444444;
	text-decoration:none;
}

#footer a:Hover{
	color:#2a4112;
	text-decoration:underline;
}

