#fond_fiche {
	background : #edd195;
}
#entete_fiche {
	background : #edd195;
	width: 450px;
	margin : auto;
	margin-top:10px;
	text-align: center;
	color: black;
	font-size : 16px;
	font-family : verdana;
	font-weight : bold;
	background  : #f6f0b9;
}
#corps_fiche {
	background  : white;
	margin      : auto;
	width       : 450px;
}
#corps_fiche h1 {
	color : #841e14;
	font-family : verdana;
	font-weight : bold;
	font-size : 18px;
	margin-top : 10px;
	text-align : center;
}
#corps_fiche h3 {
	color : #841e14;
	font-family : verdana;
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 15px;
}
#colonne_contenu_fiche {
	float       : left;
	width       : 420px;
	margin-left : 10px;
	margin-top  : 8px;
	font-family : verdana;
	font-size	: 12px;
	
}
#colonne_menu_fiche img {
	display : none;
}
#colonne_menu_fiche {
	float       : right;
	width       : 450px;
	background  : #f6f0b9;
	margin-top  : 8px;
}
#colonne_menu_fiche  h2 {
	color : #841e14;
	font : bold 14px/28px verdana;
	text-align : center;
	margin-left: 5px;
}
#colonne_menu_fiche  .paragraphe {
		font-size : 12px;
		font-family : verdana;
		color : black;
		margin-left : 15px;
		margin-right : 15px;
		text-align : center;
	}
	#colonne_menu_fiche a{
		color: #c0dc00;
		text-decoration : none;
		font-family : verdana;
		font-size : 12px;
		font-weight : bold;
	}
	#colonne_menu_fiche a:hover{
		text-decoration : underline;
	}
#pied_fiche{
	background: url("/images/2007-2/footer_fiche_2006.gif") no-repeat;
	margin : auto;
	width: 450px;
	height: 23px;
	margin-top:10px;
	color: #841e14;
	font-size: 10px;
	padding-top:8px;
	font-family: verdana;
	text-align: center;
	margin-top: 0px;
}
