/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */


/* TITRES ------------------------------------------------------------------ */
h1 { color: #990000; font-size: 20px; font-weight: bold; border-bottom: solid 1px #3F3E3E; margin-bottom: 10px; }
h2 { color: #990000; font-size: 16px; font-weight: bold; border-bottom: dashed 1px #3F3E3E; margin-bottom: 10px; }
h3 { color: #990000; font-size: 13px; font-weight: bold; margin-bottom: 10px; }


/* TEXTES & LISTES --------------------------------------------------------- */
.text, p, ul, ol { margin-bottom: 10px; }
ul, ol { margin-top: 5px; }
/* LIENS ------------------------------------------------------------------- */
a { color: #990000; text-decoration: underline;}
a:hover { color: #330000; text-decoration: none;}
/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 11px;
	font-weight: bold;
	background-color: #990000;	color: #FFFFFF; 
}

.rowColor1 {
	background-color: #F0F0F0; color: #000000;
}

.rowColor2 {
	background-color: #E5E5E5; color: #000000;
}

.rowColor3 {
	background-color: #FFFFFF; color: #000000;
}


.separator {
	background-color: #990000;
	height: 1px;
	font-size: 0px
	line-height: 0px;
}
img.floatLeft {
	float: left;
	margin-right: 5px;
}
img.floatRight {
	float: right;
	margin-left: 5px;
}