/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */

/*=================================================================*/
body, table, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}
body {
	background-color: #FFFFFF;
}
/*=================================================================*/
a:link, a:visited, a:active { color: #d03a0d; text-decoration: underline; }
a:hover { color: #4c4c4c; text-decoration: underline; }
h1 {
	font-family: "Times New Roman", Times, serif; 
}
div.header img {
	float: left;
	margin-right: 20px;
}
div.header h1 {
	border: none;
	height: 120px;
	line-height: 120px;
	border-bottom: solid 2px #414A4F;
	margin-bottom: 20px;
}
h1 { color: #4c4c4c; font-size: 22px; font-weight: normal; border-bottom: solid 2px #414A4F; margin-bottom: 10px; padding-bottom: 5px; }
h2 { color: #4c4c4c; font-size: 14px; font-weight: bold; border-bottom: solid 1px #414A4F; margin-bottom: 10px; padding-bottom: 4px; }
h3 { color: #4c4c4c; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
ul, ol { list-style-position: inside;  margin-bottom: 10px; }
p { margin-bottom: 10px;}
.main p { margin-bottom: 10px; line-height: 18px;}
hr { border: none; }


/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 11px;
	font-weight: bold;
	background-color: #d03a0d;	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: #d03a0d;
}



/* FICHE D'UN BIEN */ 


div.bienfiche td.titleleft h1 {
	font-size:32px;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.bienfiche td.titleleft {
	text-transform: uppercase;
	color: #4c4c4c;
	width: 70%;
	padding: 3px 0px;
	border: 0px;
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 4px #d03a0d;
}
div.bienfiche td.titleright {
	color: #4c4c4c;
	width: 30%;
	text-align: right;
	padding: 3px 0px;
	border-bottom: solid 4px #4c4c4c;
}
div.bienfiche td.titleright p {
	font-size: 16px;
	font-weight: bold;
	line-height: auto;
	margin: 0px;
}
