/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */


/*=================================================================*/
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #478DC6;
	padding: 9px;
}
/*=================================================================*/
a { color: #000000; text-decoration: underline;}
a:hover { color: #000066; text-decoration: underline;}
h1 { color: #ffffff; font-size: 22px; font-weight: bold; text-transform: uppercase; background: url(design/h1_bg.gif) no-repeat 0 0px; padding-left:28px; padding-bottom:8px; margin-bottom: 10px;  border-bottom: solid 1px #FFFFFF;}
h2 { color: #0165a2; font-size: 18px; font-weight: bold; margin-bottom: 10px; }
h3 { color: #000000; font-size: 15px; font-weight: bold; margin-bottom: 10px; }
ul, ol { list-style-position: inside; margin-top: 5px; margin-bottom: 5px; }
p { margin-bottom: 10px; }
hr { border: none; color:  }


/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 11px;
	font-weight: bold;
	background-color: #000066;	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;
}