body, html{
	background-color: #ECECD2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#temp_page{
	position: relative;
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000;
	background-color: #FFF;
}
/* accueil */
#acc_entete{

}
/* titre */
#temp_entete h1{
	margin: 0;
	padding: 0;
	background: url(img/logo_long.jpg) right bottom no-repeat;
	width: 540px;
	height: 100px;
}
/* logo Nantes Metropole */
#temp_entete h2{
	margin: 0;
	padding: 0;
	background: url(img/logo_nm3.jpg) right bottom no-repeat;
	width: 240px;
	height: 60px;
}
#temp_entete h1 span, #temp_entete h2 span{
	display: none;
}
	
/* sous-titre */
#temp_entete h3{
	/*margin: 0 0 0 40px;*/
	display: none;
}

#temp_contenu{
	width: 880px;
	padding: 0 40px 30px 40px;
	font-size: 13px;
	font-style: italic;
}
