/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */

* { margin: 0px; padding: 0px; }
img { border: none; }
a { color: #c82731; text-decoration: underline;}
a:hover { color: #000000; text-decoration: underline;}
/*=================================================================*/
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*=================================================================*/
h1 { color: #c82731; font-size: 16px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #c82731; font-size: 14px; font-weight: bold; border-bottom: solid 1px #3F3E3E; margin-bottom: 10px; }
h3 { color: #c82731; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
ul, ol { list-style-position: inside;  margin-bottom: 10px; }
p { margin-bottom: 10px; }
hr { border: none; }
/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 11px;
	font-weight: bold;
	background-color: #c82731;	color: #FFFFFF; 
}

.rowColor1 {
	background-color: #F0F0F0; color: #000000;
}

.rowColor2 {
	background-color: #E5E5E5; color: #000000;
}

.rowColor3 {
	background-color: #FFFFFF; color: #000000;
}

/* H-LIGNE ----------------------------------------------------------------- */
HR {
	size: 1px; color: #c82731;
}