body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #1E8711;
}

#page
{	background-color: #FFC;
}

#entete
{	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #096;
	text-align: left;
}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: url(img/entete-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#entete .nom-site span { left: 50px; }




#menu-principal-resume {display:none}

.detail
{
	color: #FFF;
}


#bloc-contenu
{
	position: static;
	border: solid 1px #9C3;
	margin: 10px 155px 5px 155px;
	padding: 10px 10px 5px;
	background: white;
	z-index: 20;
}

.menu ul li a,
.menu ul li b 				{ background-color: #096; }
