/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */


/* TITRES ------------------------------------------------------------------ */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
/*	text-transform: uppercase;*/
	background-color: transparent; 
	color: #8C866E;
	margin: 2px 0px 14px 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	background-color: transparent; 
	color: #8C866E;
	margin: 2px 0px 10px 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent; 
	color: #8C866E;
	margin: 2px 0px 8px 0px;
}

/* TEXTES & LISTES --------------------------------------------------------- */
.text, p, ul, ol, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8C866E	;
	margin: 2px 0px 8px 0px;
}

li { list-style-position: inside; }

/* LIENS ------------------------------------------------------------------- */
a:link, a:active, a:visited {
	color: #8C866E;
	/*text-decoration:underline;*/
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #8C866E;	color: #FFFFFF; 
}

.rowColor1 {
	font-family: "Times New Roman", Times, serif;
	background-color: #D1CFC4;
	font-size: 18px;
}

.rowColor2 {
	font-family: "Times New Roman", Times, serif;
	background-color: #EFECE7;
	font-size: 18px;
}

.rowColor3 {
	font-family: "Times New Roman", Times, serif;
	background-color: #B0AD9A;
	font-size: 18px;
}

/* H-LIGNE ----------------------------------------------------------------- */
HR {
	size: 1px; color: #8C866E;
}