/******************************************************************************
* odfHtml.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/

/* adaptation des table issue d'un template itl (necessite un conteneur itlContainer)  */

.itlContainer .fontFamilyStandardText table {
	font-family: Arial, Helvetica, sans-serif; 
}

.itlContainer .fontSizeNormal table {
	font-size: 11px; 
}

.itlContainer .fontColorStandardText table {
	color: #004080; 
}

/* richText dump */

div.directHtml {
	display:inline; /* la syntaxe direct etant utilisee abusivement, on est oblige de preciser inline pour ne pas perturber le rendu */
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px ;
}

.directHtml img {
	border-width: 0px;
}

/* empeche le chevauchement des p*/

.directHtml p,
.directHtml pre,
.directHtml h1,
.directHtml h2,
.directHtml h3,
.directHtml h4,
.directHtml h5,
.directHtml h6
{
	clear: both;
}

table.tabTable {
	font-size:11px ;
	border-collapse:collapse ;
}

table.tabTable th.headerCell {
	background-color:#8297B1;
	color:#FFFFFF;
	padding: 5px;
	border-width:1px ;
	border-style:solid ;
	border-color:#6B6B6B ;
}

table.tabTable th.headerCell a:link, table.tabTable th.headerCell a:visited, table.tabTable th.headerCell a:hover {
	color:#FFFFFF;
	padding: 5px;
}

table.tabTable td.cell {
	background-color:#CCCCCC;
	color:#5B5B5B;
	padding: 5px;
	border-width:1px ;
	border-style:solid ;
	border-color:#6B6B6B ;
}

table.tabTable td.cell a:link, table.tabTable td.cell a:visited, table.tabTable td.cell a:hover {
	color:#C08000;
	padding: 5px;
}

table.tabOddEvenTable tr.odd td.cell {
	background-color:#EFF4E4;
	color:#5B5B5B;
	padding: 5px;
}

.odfLeftLabel, .odfRightLabel, .odfBeforeLabel, LEGEND, .odfDiv {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #004080;
}

.odfFieldValue, 
.odfText {
	display: block;
	margin-bottom: 0.5em;
}

.odfBold {
	font-weight: bold;
}

.odfItalic {
	font-style: italic;
}