﻿/*Titre ligne */
.LignTDiv
{
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

	.LignTDiv table
	{
		border-collapse: collapse;
		border-spacing: 0px;
	}

.lignes
{
	width: 100%;
}

.TitreLign
{
	text-align: center;
	font-family: "FuturaCondensedMedium", 'Helvetica Neue',Helvetica,Arial sans-serif;
	color: #595959;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 30px;
	letter-spacing: -2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.tlG
{
	background-position: 0px 2px;
	width: 4px;
	background-image: url('../img/tlg.png');
	background-repeat: no-repeat;
}

.tlD
{
	background-position: 0px 2px;
	width: 4px;
	background-image: url('../img/tld.png');
	background-repeat: no-repeat;
}

.tlC
{
	background-position: 0px 2px;
	background-image: url('../img/tlc.png');
	background-repeat: repeat-x;
}
