pre
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 99%; /* remove horizontal scroll-bar when viewing in IE7 */
}

.contenu
{
	background-color: #F7F7F7;
	color: black;
}

table.paste
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: solid 1px #ab5fa7;
}

table.paste td.titre
{
	color: white;
	background-color: #ab5fa7;
	padding: 5px;
}
table.paste td.raw
{
	background-color: #ab5fa7;
	text-align: right;
	padding-right: 5px;
}
table.paste td.date
{
	background-color: #ab5fa7;
	padding-left: 5px;
}
table.paste td.auteur
{
	background-color: #ab5fa7;
	text-align: right;
	padding-right: 5px;
}

table.paste td.contenu
{
	text-align: left;
}
