/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */

a { color: #008000; text-decoration: underline;}
a:hover { color: #FF9900; text-decoration: underline;}
/*=================================================================*/
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*=================================================================*/
h1 { color: #008000; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #008000; font-size: 16px; font-weight: bold; border-bottom: solid 1px #008000; margin-bottom: 10px; }
h3 { color: #008000; font-size: 14px; 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: #008000;	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: #000066;
}
.separator {
	background-color: #008000;
	height: 1px;
	font-size: 0px
	line-height: 0px;
}
img.floatLeft {
	float: left;
	margin-right: 5px;
}
img.floatRight {
	float: right;
	margin-left: 5px;
}