<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

STARTER RTE

This sheet contains the code for the TYPO3 rich text editor

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com &amp; templavoila.busynoggin.com

*/

p, ul, ol, dl, table, form, blockquote {
	margin-bottom: 0px;
}
p {
	margin:0.5em 0;
}


ul ul, ul ol, ol ol, ol ul {
	margin-left: 20px;
	margin-bottom: 0px;
	}

blockquote blockquote {
	margin-top: 10px;
}




/* @group Text &amp; Paragraphs */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	}

/* @end Text &amp; Paragraphs */

/* @group Links */

a , a p{
	color: #336699;
	text-decoration: underline;
	}

a:hover,
a:focus,
a:hover p,
a:focus p {
	color: black;
}

a:visited,
a:visited p {
	color: #551A8B;
}

a:visited.ui-button{
	color: #ffffff;
}

/* @end Links */



/* @group Headlines */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
	color: #336699;
	font-weight: bold;
}

h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 20px;
}


h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 20px;
	}
  
/* modif reduction titre pour FAQ */

.faq_cat h3{
	font-size:1.1em;
}


h3 {
	font-size:1.2em;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

h5 {
	font-size: 1em;
	margin-bottom: 5px;
}

h6 {
	font-size: 1em;
	margin-bottom: 5px;
}

/* @end Headlines */


/* @group Lists */

ul, ol {
	margin-left: 30px;
	}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 20px;
	}

dd {
	margin-left: 20px;
	}

/* @end Lists */


/* @group Blockquote Styling */

blockquote {
	margin-left: 30px;
	margin-right: 30px;
	}


/* @group Common Styles for RTE */

h1.first-header,
h2.first-header,
h3.first-header,
h4.first-header,
h5.first-header,
h6.first-header {
	margin-top: 0px;
}

/* @end Common Styles for RTE */



/* @end Blockquote Styling */


/* @group Table Styling */

td, th, caption {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

col {
	background-color: silver;
	}

thead th, tfoot th, tfoot td {
	text-align: left;
	}

caption {
	background-color: black;
	font-style: italic;
	}

table{
	border-collapse:collapse;
	border-spacing: 0;
	background-color:#FAFAFA;
	border:1px solid #1D3C61;
	color:#404040;
	font-size:12px;
}	
table.long {
	width:100%;
}

table.short {
	margin-left:5%;
}

td.entete,
th.entete {
	background-color:#204E89;
	border:1px solid #57738B;
	color: white;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;	
}

td.enteteAg,
th.enteteAg {
	background-color:#204E89;
	border:1px solid #57738B;
	color: white;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;	
}
td.entete a,
th.entete a{
	color: white;
	font-weight:bold;
	vertical-align:middle;
	font-size:1.3em;
}
	
td.colonne1,
th.colonne1 {
	background-color:#57738B;
	border:1px solid #20558A;
	color:white;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;	
}

td.colonne1 a,
th.colonne1 a{
	color:white;
}
	
td.colonneTexte,
th.colonneTexte,
td.colonneTexteJuris,
th.colonneTexteJuris  {
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #20558A;
	color:black; /*#3083D4;*/
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}

td.colonneTexteAg,
th.colonneTexteAg  {
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #20558A;
	color:black; /*#3083D4;*/
	font-size:12px;
	vertical-align:middle;
	text-align:left;
}
td.colonneTexteJuris,
th.colonneTexteJuris  {
	color: #336699;
}

table.menage_image {
	background-image: url(images/abattement.jpg);
  background-repeat:no-repeat;
}
table.menage_image_de {
	background-image: url(images/abattement_de.jpg);
  background-repeat:no-repeat;
}

table.menage_image p, table.menage_image td,
table.menage_image_de p, table.menage_image_de td
 {
  padding:0px;
  margin:0px;
}


/* @end Table Styling */

.align-right {
	text-align: right;
	}

.align-left {
	text-align: left;
	}

.align-center {
	text-align: center;
	}


/* @group RTE Custom Styles */

h1.first-header,
h2.first-header,
h3.first-header,
h4.first-header,
h5.first-header,
h6.first-header {
	margin-top: 0px;
	}

.align-right {
	text-align: right;
	}

.align-left {
	text-align: left;
	}

.align-center {
	text-align: center;
	}

p.feature-text,
ul.feature-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	}

p.source-text,
span.source-text {
        font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size: 14px;
	line-height: 16px;
	}
p.big-text,
ul.big-text {
	font-size: 16px;
	line-height: 24px;
	}

p.red-highlight,
span.red-highlight,
h1.red-highlight,
h2.red-highlight,
h3.red-highlight,
h4.red-highlight,
h5.red-highlight,
h6.red-highlight {
	color: red;
}

p.red-strikethrough,
span.red-strikethrough, 
h1.red-highlight,
h2.red-highlight,
h3.red-highlight,
h4.red-highlight,
h5.red-highlight,
h6.red-highlight {
        color: red;
	text-decoration: line-through;
}


/* @end RTE Custom Styles */



/* @group RTE Backend Styling */

/* This styling is simply to help the backend text in the RTE look approximately like the text on the front end of the site. You will need to adjust to fit the styling you have assigned in mainstyles.css*/

.htmlarea-content-body,
.htmlarea-content-body td,
.htmlarea-content-body th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
}

/* @end RTE Backend Styling  */
.external-link-new-window-link-pdf, .external-link-link-pdf,.-link-pdf {
  padding-left:16px;
  background-image: url(images/pdf_icon.gif);
  background-repeat:no-repeat;
}

.external-link-new-window, .external-link {
  padding-left:12px;
  background-image: url(images/external_icon.gif);
  background-repeat:no-repeat;
}
.external-link-noicon  {
  padding-left:12px;
}

/* Ajouts spécifiques typo3 6.2 */
.tx_tipafriend form {
    display: inline-block;
}

.tx_tipafriend_formfield LABEL {
    text-align: left;
    width: 130px;
}






</pre></body></html>