/***** Feuille de style utilisateur, reprise par FCKEditor */
body{
	margin: 0;
	color: #555555;
	font-family: tahoma, arial, verdana, sans-serif, myuen;
	font-size: 9pt;
}
a:link {
	color: #1a4daf;
}
a:visited {
	color: #1a4daf;
}
a:hover {
	color: #1a4daf;
}
h1 {
	font-size:12pt;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:0;
}
h2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	color: black;
	margin: 6pt 0 6pt 0;
}
h3{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin: 6pt 0 6pt 0;
}
p {
	margin: 0;
}
hr{
	color: #9ca4a1;
	background-color: #9ca4a1;
	height: 2px;
	line-height: 2px;
	border: 0;
	margin: 0;
	padding: 0;
}

.lqcBleuClair {
	color:#6fa3d4;
}


.lqcSmallItalic {
	font-size:7.5pt;
	font-style:italic;
	line-height:130%;
}
.lqcBleuFonce {
	color:#00308c;
}
.lqcTblSeparate {
	background-image:url(tblseparate.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:10px;
}
.lqcNoBr {
	white-space: nowrap;
}
.lqcTblHSpace td{
	padding: 0 10px;
}

.lqcListSquare{
	list-style-type: square;
}

.lqcListCircleEmpty{
	list-style-type: circle;
}

.lqcListCircleFull{
	list-style-type: disc;
}
/*** Puces ***/
ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: circle;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: square;
}


/***** Pour les états */
#mod_export_report p {
	margin-top: 15pt;
	margin-bottom: 15pt;
}

#mod_export_print table{
	margin: 0;
	border-collapse: collapse;
	border-spacing: 3px;
	border: 1px solid black;
}
#mod_export_print td, #mod_export_print th{
	text-align: left;
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCCCCC;
}

/* Anti-aging */
.lqcGreenAntiAging{
	color:#bbd84b;
}
.lqcBlueAntiAging{
	color:#009ee0;
}
