/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */

/*=================================================================*/
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*=================================================================*/
h1 { color: #759322; font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: bold; border-bottom: dashed 1px #000000; text-transform: none; margin-bottom: 10px; }
h2 { color: #485c10; font-size: 18px; font-weight: normal; margin-bottom: 10px; }
h3 { color: #485c10; font-size: 15px; font-weight: bold; margin-bottom: 10px; }
ul, ol { list-style-position: inside;  margin-bottom: 10px; }
p { margin-bottom: 10px; }
hr { border: none; }

/* LIENS ------------------------------------------------------------------- */
a { color: #485c10; text-decoration: none;}
a:hover { color: #759322; text-decoration: underline;}

/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 11px;
	font-weight: bold;
	background-color: #759322;	color: #FFFFFF; 
}

.rowColor1 {
	background-color: #e6ecd6; color: #000000;
}

.rowColor2 {
	background-color: #e2f0b2; color: #000000;
}

.rowColor3 {
	background-color: #FFFFFF; color: #000000;
}

/* H-LIGNE ----------------------------------------------------------------- */
HR {
	size: 1px; color: #000066;
}