@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height:100%;
	}


body {
	margin:0px;
	padding:0px;
	overflow:auto;

}

h1 {
	margin:5px;
	padding:0px;
	height:20px;
	color:white;
	font-size:18px;
	float:left;
	font-family:verdana;
	font-weight:bold;
}

h3 {
	font-family:verdana;
	font-size:10px;
	color:#5a595c;
}

h4 {
	margin:0px;
	padding:0 30px 0 0;
	height:15px;
	color:#006837;
	font-size:12px;
}

p{
	margin-top:0px;
	padding:0px;
}

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

ul li {
	margin: 0px 0 0px 0px;
	display:table-cell;

}

#page{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

/* baniere du haut */

#banniere-haut{
	width:800px;
	position:fixed;
	z-index:2;
}
	
#ban-gauche{
	width:10px;
	background-image:url(skin/ban-gauche.jpg);
}

#ban-milieu{
	width:780px;
	background:url(skin/ban-milieu.jpg) 5px 0px;
	position:relative;
}

#ban-droite{
	width:10px;
	background:url(skin/ban-droite.jpg) 62px 0px;
}

#menu{
	width:100%;
	margin-top:5px;
	left:45%;
	position:relative;
	color:white;
}

.liens{
	font-family:verdana;
	font-size:12px;
	color:white;
}

#contenu{
	height:100%;
	margin-top:30px;
	background-image:url(skin/fond-site.jpg);
	position:relative;
	z-index:1;
}

#oiseaux{
	margin-left:20px;
	margin-top:100px;
	width:100px;
	height:41px;
	background-image:url(skin/oiseaux.gif);
	position:absolute;
}

#bd-sem{
	margin-left:540px;
	margin-top:293px;
	position:absolute;
}


#toit{
	height:170px;
	margin-left:100px;
}

/* archives */

#corps{
	height:297px;
	margin-left:101px;
}

#deux-toit{
	height:82px;
	margin-left:100px;
}


#infos{
	height:100%;
	background-image:url(skin/infos-milieu.gif);
	margin-left:100px;
}

#contenu-infos{
	margin-left:170px;
	z-index:3;
	position:relative;
}

#bd{
	margin-right:auto;
	margin-left:auto;
	background-color:white;
}

.blog{
	background-color:white;
	margin:10px 10px;
}

#fin-infos{
	width:696px;
	height:30px;
	margin-left:100px;
	background-image:url(skin/infos-bas.gif);
	padding-bottom:33px;
	background-repeat:no-repeat;
}

/* Baniere du bas */

#banniere-bas{
	bottom:0;
	padding: 0;
	position:absolute;
	height:370px;
	width:800px;
	margin-bottom:30px;
}

#arbre{
	width:10px;
	height:250px;
	background-repeat:no-repeat;
	margin-bottom:30px;
}

#pelouse{
	width:100px;
	height:80px;
	margin-bottom:0px;
	background:url(skin/pelouse.gif) 0px 302px;
	background-repeat:no-repeat;
}
#pelouse-repeat{
	width:59%;
	height:80px;
	margin-bottom:0px;
	background:url(skin/pelouse-repeat.gif) 0px 302px;
	background-repeat:repeat-x;
}

#voiture{
	width:100px;
	height:80px;
	background:url(skin/voiture.gif) 0px 295px;
	background-repeat:no-repeat;

}