/*
Design de la Home du site Forêts
*/

body {
	width: 955px;
	margin:0 auto;
	background-color: #006600;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
   }
.blanc:link {
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;
	}
.blanc:visited {
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;
	}
.blanc:active {
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;
	}
.blanc:hover {
	color: #ffffff;
	text-decoration: underline;
    font-weight: bold;
	}	
.menu:link {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.2em;
	text-decoration: none;
    font-weight: bold;
	}
.menu:active {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.2em;
	text-decoration: none;
    font-weight: bold;
	}
.menu:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.2em;
	text-decoration: none;
    font-weight: bold;
	}
.menu:hover {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.2em;
	text-decoration: underline;
    font-weight: bold;
	}
/*
Styles du contenu
*/
#global {
     position:absolute;
     left: 50%; 
     top: 49%;
     width: 955px;
     height: 468px;
     margin-left: -475px; /* moitié de la largeur */
     margin-top: -234px; /* moitié de la hauteur */
	 border: solid 1px #FFFFFF;	 
}
#home1 {
	float: left;
	background-image: url(../img/h_forets_01.jpg);
	background-repeat: no-repeat;
	width: 513px;
	}
#home2 {
	float: left;
	background-image: url(../img/h_forets_02.jpg);
	background-repeat: no-repeat;
	width: 442px;
	}
#home3 {
	clear: left;
	float: left;
	background-image: url(../img/h_forets_03.jpg);
	background-repeat: no-repeat;
	width: 513px;
	}
#home4 {
	float: left;
	background-image: url(../img/h_forets_04.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-left: 10px;
	width: 432px;
	height:150px;
	}
#home5 {
	float: left;
	background-image: url(../img/h_forets_05.gif);
	background-color: #42A539;
	width: 513px;
	height:95px;
	}
#home6 {
	float: left;
	background-image: url(../img/h_forets_06.gif);
	background-color: #6AAE53;
	width: 442px;
	height:95px;
	}
/*
Styles du footer
*/
#footer {
	color: #FFFFFF;
	clear: left;
	width: 955px;
	padding: 5px;
	margin-top: 3px;
	text-align: center;
	}