/**
 * Feuille de style contenus
 */

/** balises titres **/
h1, h2, h3, h4, h5, h6
{
	color: #B3320E;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

h1
{
	font-size: 13px;
	border-bottom: 1px solid #B3320E;
	margin-bottom: 10px;
}

h2 { font-size: 12px; }
h3, h4, h5 { font-size: 11px; }

/** contenu titre **/
.ce_headline
{
	background-color: #B3320E;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/** contenu text, liste **/
.ce_text, .ce_list
{
	margin-top: 13px;
}

.mod_article ul {
	margin: 0px;
	margin-top: 2px;
	padding:0;
}

.mod_article li
{
	padding-left: 14px;
	background-image: url("http://patrimoine-locarn.org/tourbieres/tl_files/tourbieres/puce_list.gif");
	background-repeat: no-repeat;
	background-position: 5px 6px;
	list-style-type: none;
}

blockquote 
{
	margin: 0px;
	margin-left: 10px;
}

/** contenu tableau **/
.ce_table th
{
	background-color: #B3320E;
	padding: 2px;
	padding-right: 20px;
	color: #FFFFFF;
}

.ce_table td
{
	padding: 4px;
	padding-right: 20px;
}

.ce_table .odd td
{
	background-color: #F0D6CF;
}

.ce_table .even td
{
	background-color: #E1AD9F;
}

.ce_table .col_last
{
	border: none;
}

