/************************************/
/* Style pour les anciennes TdM     */
/************************************/
.Titre1
{
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: black;
}

.Titre2
{
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: black;
  
}

.Titre3
{
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  margin-left: 10px;
  text-align: center;
  color: black;
}

.Titre4
{
  font-family: Arial;
  font-size: 14px;
  font-style:normal;
  margin-left: 12px;
  text-align: center;
  color: black;
}

.Titre5
{
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  margin-left: 16px;
  text-align: center;
  color: black;
}

.Texte
{
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  color: #666666;
  text-align: left;
  color: black;
}

/********************/
/* Style des liens */
/*******************/

a:link{text-decoration:none;  color:blue; }
a:active{text-decoration:none; color:yellow;}
a:visited{text-decoration:none;  color:blue;}
a:hover{text-decoration:none;  color:red;}


/*********************************/
/* Style des nouvelles TdM       */
/*********************************/

body
{
	background-color: #ffffff;
	color: #000000;
}

.masqueFleche {
	border-collapse: collapse;
	display: none;
}

.afficheFleche {
	border-collapse: collapse;
	display: block;
}

div.titre0
{
    font-family: Arial;
	text-align: left;
	font-size: 18;
	font-weight: bold;
	font-style: normal;
	width: 100%;
    /*border: 1px solid black;*/
}

div.titre1
{
    font-family: Arial;
	text-align: left;
	font-size: 16;
	font-weight: bold;
	font-style: oblique;
	padding-left: 3px;
    /*border: 1px solid red;*/
}

div.titre2
{
    font-family: Arial;
	text-align: left;
	font-size: 14;
	font-weight: bold;
	font-style: normal;
	padding-left: 3px;
    /*border: 1px solid green;*/
}
div.titre3
{
    font-family: Arial;
	text-align: left;
	font-size: 14;
	font-weight: normal;
	font-style: oblique;
	padding-left: 3px;
	/*border: 1px solid blue;*/
}
div.titre4
{
    font-family: Arial;
	text-align: left;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
	padding-left: 3px;
}

div.titre5
{
    font-family: Arial;
	text-align: left;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
	padding-left: 3px;
}
div.titre6
{
    font-family: Arial;
	text-align: left;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
}

div.titre7
{
    font-family: Arial;
	text-align: left;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
}

table.normal
{
    font-family: Arial;
	width: 100%;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
}

table
{
	width: 100%;
}

td.normal_lie
{
	text-align: left;
}

td.celluleADroite
{
	text-align: right;
}

td.normal
{
	text-align: left;
	vertical-align: top;
}

span.italic
{
    font-style: italic;
}

span.bold
{
    font-weight: bold;
}

span.capitalize
{
    text-transform: capitalize;
}

span.small-caps
{
    font-variant: small-caps;
}

.celluleTdM{
    font-family: Arial;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
	float:right;
	width:80px;
	text-align: right;
}
.repereTdMEnCours{
    float:right;
    width:20px;
    height:20px;
    visibility:hidden;
}

#attente {
    font-family: Arial;
	font-size: 12;
	font-weight: normal;
	font-style: normal;
	font-weight:bold;
	width:320px;
	height:100%;
	z-index:2;
}