#catalogue {
	font-size: 12px;
	font-family: arial;
/*	border: 2px solid #F00; */
	padding: 5px;
/*	background: #FFF3C0; */
}

div.ouvert {
	font-weight: bold;
}

div.ferme {
	font-weight: normal;
}

div.catalogue_section_item {
	border: 1px solid #FFF;
	background: #FFF3C0; 
}

div.catalogue_sous_section_item {
	padding-left: 10px;
	background: #FFFFD5; 
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #000;
}

p.special {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	margin-right: 40px;
}

a.section:link { color: #000; text-decoration: none; }
a.section:visited { color: #000; text-decoration: none; }
a.section:hover { color: #444; text-decoration: none; }
a.section:active { color: #000; text-decoration: none; }

a.sous_section:link { color: #444; text-decoration: none; }
a.sous_section:visited { color: #444; text-decoration: none; }
a.sous_section:hover { color: #000; text-decoration: none; }
a.sous_section:active { color: #444; text-decoration: none; }
