BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TABLE.wrapper {
	width: 700px;
	background-color: #FFFFFF;
}

TABLE.articles {
	width: 190px;
	height: 140px;
	background-color: #000000;
}

TABLE.details {
	background-color: #FFFFFF;
	width: 700px;
}

.nom {
	font-size: 12px;
	color: #B1001E;
	font-weight: bold;
}

.description {
	font-size: 11px;
	color: #000000;
}

.titres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.galerie {
	padding: 5px;
	background-color:#FFFFFF;
	text-align: center;
}

.grandePhoto {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.spacer {
	width: 100%;
	height: 5px;
}

.navPhotos {
	background-color: #B1001E;
	padding: 5px;
}
.separationhorizontale {
	background-image: url(/images/tirethoriz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	

}

