/* CSS Document */
/* --------------------------------------------------------------------------------------------- Discussion forum */
/* ---------------------------------------------------------------------- Pagination */
	#pagination {
		position:absolute;
		top:10px;
		right:5px;
		font-size:.9em;
		color:#ba0000
	}
	#pagination li {display:inline}
	#pagination li a {color:#ba0000}
	#pagination li a:hover {text-decoration:underline}
/* ---------------------------------------------------------------------- Titre */
	span.titre {
		font-size:1.3em;
		color:#000;
		text-transform:uppercase
	}
/* ---------------------------------------------------------------------- Message */
	#message {
		float:left;
		padding:8px 0 0 0;
		font-size:.9em
	}
	#message li {margin:0 0 3px 0}
	#message li span {
		text-transform:uppercase;
		color:#ba0000
	}
	#message li.titre {font-size:2em}
	#message li.titre a {
		color:#970f00;
		font-size:.6em;
		margin:0 0 0 10px
	}
	#message li.titre a:hover {color:#000}
	#message li p {
		text-align:justify;
		font-size:1.1em;
		line-height:16px;
		margin:0 0 10px 0
	}
/* ----------------------------------------------------------------------------- Liste topic */
	.topic a, .lastreply p a {
		color:#BA0000;
	}
	.topic a:hover, .lastreply p a:hover {
		text-decoration: underline;
	}	
	.replies p {
		width:100%;
		text-align:center;
	}
	.lien_forum {
		color:#BA0000;
	}
	.lien_forum:hover {
		text-decoration: underline;
	}
	
	
	div.content-view-children table {
		width:100%;
		border-collapse:collapse;
		background:url(../../images/elements/dotted_horizontal.gif) repeat-x top;
		margin:20px 0 0 0
	}
	div.content-view-children table tr th {
		padding:4px 0;
		background:url(../../images/elements/dotted_horizontal.gif) repeat-x bottom
	}
	div.content-view-children table tr td {
		background:url(../../images/elements/dotted_gris.gif) repeat-x bottom;
		padding:4px
	}
