body {
	font : 10pt sans-serif;
	margin: 0;
	color: #000;
	background: #fff;
}

#prelude, #sidebar, .pagination, #comment-form, object {
	display: none;
}

p {
	margin: 0.2em 0 0.8em 0;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.post-content a[href^="http"]:after, #comments a[href^="http"]:after,
#trackbacks a[href^="http"]:after {
	content: " ("attr(href)") ";
	color: #333;
}

/*
 * Pour la table facture
 */
#cartTable td,
#cartTable th {
	padding: 5px;
} 
#cartTable .col1 {
	text-align: left;
}
#cartTable .refCol,
#cartTable .col2,
#cartTable .col3,
#cartTable .col4 {
	text-align: center;
}
#cartTable .col5 {
	text-align: right;
}
#cartTable .label {
	text-align: right;
}
#cartTable thead th,
#cartTable {
	border-bottom: 1px solid #000;
}
#cartTable tfoot .first td {
	border-top: 1px solid #000;
}
#cartTable .col1,
#cartTable .refCol,
#cartTable .col2,
#cartTable .col3,
#cartTable .col4 {
	border-right: 1px solid #c3c6c6;
}
