body{
	background:url(theme/bg.png) #8d7474;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#conteneur{
	background: #004700;
	width:907px;
	margin:0 auto;
	padding: 20px 7px 20px 7px;
	}
	
#header{
	margin:0 auto;
	background:url(theme/header.png) no-repeat #000;
	width:891px;
	height:130px;
	}
	
#menu{
	margin :30px 8px 0px 8px;
	padding-left:81px;
	width:891px;
	height:100px;
	}
/*#menu ul li{
	float:left;
	padding:0;
	list-style:none;
}

#menu ul li a{
	height:45px;
	width:200px;
	font-size:14px;
	font-weight: bold;
	line-height:45px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position: left;
}
#menu ul li a:hover{
	height:45px;
	width:200px;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position: left;
}	
#menu ul li a.pic{
	background-image:url(theme/menu_pic.png);
}
#menu ul li a.carreau{
	background-image:url(theme/menu_carreau.png);
}
#menu ul li a.coeur{
	background-image:url(theme/menu_coeur.png);
}
#menu ul li a.treffle{
	background-image:url(theme/menu_treffle.png);
}
*/
#contenu{
	margin:30px 8px 0px 8px;
	padding-bottom:30px;
	width:891px;
	min-height:600px;
	background: url(theme/contenu_h.png) no-repeat top left #fff;
	}
#contenu_b{
	margin:0px 8px 0px 8px;
	width:891px;
	height:20px;
	background:  url(theme/contenu_b.png) no-repeat bottom left #fff;
	}
	
#texte{
	float:left;
	padding:50px;
	padding-left:70px;
	width: 500px;
	text-align : justify;
	}

#texte a{
	text-decoration:none;
	color:#9E0000;
	font-weight:bold;
	}
/*#texte h1{
	line-height:20px;
	font-size:12px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position: left;
	
	}
#texte h1.pic{
	background-image:url(theme/titre_pic.png);
	}
#texte h1.coeur{
	background-image:url(theme/titre_coeur.png);
	}
#texte h1.carreau{
	background-image:url(theme/titre_carreau.png);
	}
#texte h1.treffle{
	background-image:url(theme/titre_treffle.png);
	}
*/
#pub_v{
	float:right;
	margin:30px;
	padding-right:50px;
	width:120px;
	height:240px;
	}