<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('layout.css');

body {
}
#container {
	background-color: #E9ECF3;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#tophead {
	padding: 15px;
	height: 105px;
}
#masthead {
	background-position: left top;
	background-image: url('../images/entete.jpg');
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B19877;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #B19877;
	background-color: #D0C5BA;
	margin-bottom: 30px;
	width: 760px;
	height: 155px;
}
#navigation {
	margin-left: 180px;
	text-align: center;
	font-family: garamond;
	font-size: 12pt;
	color: #E9ECF3;
	background-color: #344062;
	width: 580px;
	height: 20px;
	vertical-align: top;
}
/* Styles de titres */
/* Styles pour les éléments de navigation */
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-color: #344062;
	color: #E9ECF3;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-family: garamond;
	font-size: 12pt;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 8px;
}
#navigation a:hover {
	border-color: #344062;
	color: #B19877;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-family: garamond;
	font-size: 12pt;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 8px;
}

/* Styles du tableau */
#table {
	margin: 0;
	padding: 0;
	
}
#table ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
#table li {
	float: left;
	width: 190px;
	height: 170px;
	color: #344062;
	font-family: Garamond;
	font-weight: bold;
	text-decoration: none;
}
#table_bijoux {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 510px;
}

#info {
	text-align: center;
	margin-bottom: 40px;
	width: 400px;
	height: 70px;
	margin-left: 140px;
}

#info p {
	color: #344062;
	background-color: #D0C5BA;
	width: 500px;
	text-align: center;
}
</pre></body></html>