/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	line-height: 1.55em;
	color:#774f19;
	background-color:#000;
}
#global {
	background: #d0d6ae url(../images/fond.jpg) no-repeat left top;
	width: 1100px;
	height:800px;
	margin: -10px auto 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	margin:0;
	width: 100%;
	overflow: hidden;
}

#entete {
	text-align:left;
	margin-left:600px;
	height:140px;
}
#entete img{
	padding:12px;
}
#entete h1 {
	height: 135px;
}
#entete span{
	visibility: hidden;
}
/* Menu de navigation */
#navigation {
	margin-top:170px;
	margin-left:78px;
	width: 185px;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation a {
	display: block;
	color: #600;
	height: 42px;
	padding: 0;
	text-decoration:none;
}
#navigation a span{ visibility:hidden;}
#navigation a:hover, #navigation a:focus {background-position:right;}


/* Contenu principal */
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}

#contenu {
	padding-left:50px;
	height:530px;
	width:680px;
	overflow: auto;
}
#contenu > :first-child {
	margin-top: 10px;
}

#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu li{
	text-decoration: none;
	margin: 0.5em 0;
	list-style-image: url(../images/coccinelle1.gif);
	}


/* Pied de page */
#pied {
	font-size: 0.9em;
	text-align:center;
	color:#960;
}

a:hover, a:focus {
	color: #db9d29;
}
a img {
	border: none;
}

.pasvu {width:0;height:0;overflow: hidden;}