/* 
Info-Couleurs:
Mauve pale: rgb(176,164,183)
Mauve semi-foncé: rgb(164,149,172)
Mauve foncé: rgb(73,43,89)
Gris: rgb(67,66,68)
*/

sup {
	font-size:60%;
}

#prodcatalogue {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	width:430px;
}

#prodcatleft {
	height:150px;
	text-align: center;
	float: left;
	width:190px;
}

#prodcatright {
	margin-top:50px;
	height:100px;
	text-align: left;
	float: right;
	width:230px;
}

#prodcathead {
	border-top: 5px rgb(164,149,172) solid;
	height:22px;
	border-bottom: 2px rgb(164,149,172) solid;
}

#prodcatheadleft {
	text-align: center;
	float: left;
	width:192px;
	font-size: 16px;
}

#prodcatheadright {
	text-align: left;
	width:230px;
	font-size: 16px;
	float: right;
}

#contents {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#contents h1,
#contents em {
	color: rgb(73,43,89);
	font-weight:500;
}

#contents h1 {
	font-size: 14px;
	line-height: 20px;
	padding-top:10px;
}

#contents h3 {
	font-size: 11px;
	line-height: 18px;
	color: rgb(73,43,89);
}

#contents p,
#contents li {
	font-size: 11px;
	line-height: 18px;
	color: rgb(67,66,68);
	text-decoration: none;
}

#contents a:link {
	color: rgb(73,43,89);
}

#contents a:visited {
	color: rgb(73,43,89);
}

#contents a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#contents li {
	list-style-type: disc;
}

#contents em a {
	text-decoration:none;
}

table.clear {
    clear:both;
}

table.data {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; /*  tmp texte standard */
	font-size: 11px; /*  tmp texte standard */
	line-height: 18px; /*  tmp texte standard */
	color: rgb(67,66,68);  /* tmp texte standard */
	
	width:90%;
	margin-top:3px;
	border-top: 8px rgb(164,149,172) solid;
	vertical-align: middle;
	border-collapse: collapse;
}

table.data th {
	border-bottom: 5px rgb(164,149,172) solid;
	text-align:left;
	font-weight:bold;
	padding:6px;
}

table.data td {
	padding:6px;	
}

table.data td.prix,
table.data th.prix
{
	text-align:right;
}

table.data tr {
	border-bottom: 2px rgb(164,149,172) solid;
}

table.data tr.product {
	border-bottom: none;
}

table.data td.date {
	/*text-transform:uppercase;*/
	text-align:center;	
	width:30%;
}

table.data td.product {
	text-align:center;	
	width:35%;
}

span.upper {
	text-transform:uppercase;
}

p.data {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: rgb(67,66,68);
}

