/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */
/* TITRES ------------------------------------------------------------------ */
h1 {
	color: #381C1E;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	border-bottom: solid 1px #957B7E;
	text-transform: none;
	margin-bottom: 10px;
}
h2 { color: #381C1E; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; border-bottom: solid 1px #381C1E; margin-bottom: 10px; }
h3 { color: #381C1E; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; margin-bottom: 10px; }


/* TEXTES & LISTES --------------------------------------------------------- */
.text, p, ul, ol {
	margin-bottom: 10px;
}
ul, ol { list-style-position: inside; }

/* LIENS ------------------------------------------------------------------- */

a { color: #381C1E; text-decoration: underline;}
a:hover { color: #381C1E; text-decoration: none;}


/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #957B7E;	color: #FFFFFF; 
}

.rowColor1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0; color: #000000;
}

.rowColor2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5; color: #000000;
}

.rowColor3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; color: #000000;
}

/* H-LIGNE ----------------------------------------------------------------- */
HR {
	size: 1px; color: #957B7E;
}
img.floatLeft {
	border: solid 1px #381C1E;
	float: left;
	margin-right: 5px;
}
img.floatRight {
	border: solid 1px #381C1E;
	float: right;
	margin-left: 5px;
}
