/* Styles de paragraphes */
.TFL_Paragraphe0 {
	text-align: justify;
	text-indent: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

.TFL_Paragraphe1 {
	text-align: justify;
	text-indent: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-left: 16px;
	margin-right: 5px;
}

.TFL_Paragraphe2 {
	text-align: justify;
	text-indent: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-left: 32px;
	margin-right: 5px;
}

.TFL_Paragraphe3 {
	text-align: justify;
	text-indent: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-left: 48px;
	margin-right: 5px;
}

/* Styles généraux de listes */
.TFL_Liste1 {
	text-indent: 14px;
	list-style-position: inside;
}

.TFL_Liste2 {
	text-indent: 16px;
	list-style-position: inside;
}

.TFL_Liste3 {
	text-indent: 18px;
	list-style-position: inside;
}

.TFL_Liste4 {
	text-indent: 20px;
	list-style-position: inside;
}

/* Styles de listes à puces */
.TFL_Liste_dash { /*list-style-type: disc;*/
	list-style-image: none;
}

.TFL_Liste_disc {
	list-style-type: disc;
	list-style-image: none;
}

.TFL_Liste_lozenge {
	list-style-image: url(losange.gif);
}

.TFL_Liste_circle {
	list-style-type: circle;
	list-style-image: none;
}

.TFL_Liste_square {
	list-style-type: square;
	list-style-image: none;
}

/* Styles de listes numérotées */
.TFL_Liste_1 {
	list-style-type: decimal;
}

.TFL_Liste_i {
	list-style-type: lower-roman;
}

.TFL_Liste_I {
	list-style-type: upper-roman;
}

.TFL_Liste_a {
	list-style-type: lower-alpha;
}

.TFL_Liste_A {
	list-style-type: upper-alpha;
}

/* Liens externes */
.TFL_Link {
	text-decoration: underline;
	color: #0000FF;
}

a.TFL_Link:link {
	text-decoration: underline;
	color: #0000FF;
}

a.TFL_Link:hover {
	text-decoration: underline;
	color: #0090A0;
}

a.TFL_Link:active {
	text-decoration: underline;
	color: red;
}

a.TFL_Link:visited {
	text-decoration: underline;
}

/* Liens internes*/
.TFL_HLink {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: blue;
}

a.TFL_HLink:link {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: blue;
}

a.TFL_HLink:hover {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: #0090A0;
}

a.TFL_HLink:active {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: orange;
}

a.TFL_HLink:visited {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: blue;
}

.TFL_HLinkUnresolved {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: red;
}

a.TFL_HLinkUnresolved:link{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: red;
}

a.TFL_HLinkUnresolved:hover{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: #FF7500;
}

a.TFL_HLinkUnresolved:active{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px dashed;
	text-decoration: none;
	color: red;
}

/* Extrême-liens */
.TFL_XLink {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: #009000;
}

a.TFL_XLink:link {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: #009000;
}

a.TFL_XLink:hover {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: #0090A0;
}

a.TFL_XLink:active {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: orange;
}

.TFL_XLinkUnresolved {
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: red;
}

a.TFL_XLinkUnresolved:link{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: red;
}

a.TFL_XLinkUnresolved:hover{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: #FF7500;
}

a.TFL_XLinkUnresolved:active{
	font-weight: bold;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-decoration: none;
	color: red;
}
