body{
	background:url("Design/bg.gif");
	background-repeat: repeat-y repeat-x;
	
	font-family:verdana;
	color:#a27b13;
	font-size:13px;
	font-weight:bold;
}

/* HEADER */

	#header{
		background:url("Design/header.jpg");
		width:834px;
		height:159px;
		margin-top:12px !important; /* pour FF */
		margin-top:20px;			/* pour IE */
	}

/* BARRE DE BOUTONS */

	#barreboutons{
		background-color:#daf268;
		width:831px;
		height:40px;
		margin-top:4px;
	}

	#boutons {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#boutons li {
		float:left;
		width:158px !important; /* pour FF */
		width:162px;			/* pour IE */
		background-color:#c1da5d;
		border:2px #7b9c2c solid;
		margin:3px 0 0 3px;
	}

	#boutons li a {
		display: block;
		color: #a27b13;
		font-weight:bold;
		text-decoration:none;
		padding:7px 0 6px 0;
		font-size:14px;
	}
		
	#boutons li a:hover, #boutons li a:focus, #boutons li a:active {
		background:#a9bf52;
		color: #8a6911;
	}
	
/* BODY */

	#corps{
		background-color:#daf268;
		width:827px !important; /* pour FF  */
		width:833px;			/* pour IE */
		margin-top:4px;
		padding:3px 3px 0 3px;
	}
	
	#texte{
		background-color:#c1da5d;
		border:2px #7b9c2c solid;
		padding:15px;
	}
	
/* FOOTER */

	#footer{
	background:url("Design/footer.png");
	width:833px;
	height:47px;
	margin-top:-5px;
	}
	
/* AUTRES */
	
	a{
	color:#7b9c2c;
	text-decoration:none;
	}
	
	a:hover{
	color:#5f7922;
	text-decoration:none;
	}

	table{
	border:0;
	width:85%;
	text-align:center;
	}
	
	td, tr{
	border:0;
	padding:5px;
	}
	
	.defaut{
	background-color:#daf268;
	font-size:13px;
	}
	
	.categorie{
	background-color:#a27b13;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	}
	
	.vignette{
	padding:8px;
	border:0;
	}
	
	.vignette:hover{
	padding:3px;
	border:5px #a9bf52 solid;
	}
	
	.titre{
	font-size:1.3em;
	}