/* tableau contenu dans le main */
.tabMain{
  border-width: 1px;
	width:100%;
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-color: #1A4875;
	border-top-style:none;
	border-left-style: none;
	border-right-style: none;
}

/* Définition des liens du menu travel*/
.amenu{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Définiton des liens survolés du menu travel*/
.amenu:hover{
	text-decoration: underline;
}

/* Définition des liens du menu travel déroulant*/
.amenuU{
	font-size: 10px;
	color: #1A4875;
	text-decoration: none;
}

/* Définiton des liens survolés du menu travel déroulant*/
.amenuU:hover{
	text-decoration: underline;
}

/* utilisé par les entetes des tableaux ddu main */
.enteteTab{
  background-color:#FEE581;
  color:black;
  font-size: 12px;
}

/* lien souligné de taille 12 noir */
.a12noir{
  font-size: 12px;
	color: black;
	text-decoration: underline;
}

.a12noir:hover{
  font-size: 12px;
	text-decoration: none;
}

/* lien souligné de taille 12 blanc */
.a12blanc{
  font-size: 12px;
	color: white;
	text-decoration: underline;
}

.a12blanc:hover{
  font-size: 12px;
	text-decoration: none;
}
/* lien souligné de taille 11 noir */
.a11noir{
  font-size: 11px;
	color: black;
	text-decoration: underline;
}

.a11noir:hover{
  font-size: 11px;
	text-decoration: none;
}

/* lien souligné de taille 12 bleu */
.a12bleu{
  font-size: 12px;
	color: #4A6F92;
	text-decoration: underline;
}

.a12bleu:hover{
  font-size: 12px;
	text-decoration: none;
}

/* lien dans fiche info */
.aFi{
  font-size: 10px;
	color: #708CA9;
	text-decoration: underline;
}

.aFi:hover{
  font-size: 10px;
	text-decoration: none;
}

/* lien souligné de taille 11 orange */
.a10orange{
  font-size: 10px;
	color: #799D9C;
	text-decoration: none;
}

.a10orange:hover{
  font-size: 10px;
  color: #FFE681;
	text-decoration: none;
}

.fieldWG18{
  font-size: 18px;
	text-decoration: bold;
	color: #FFFFFF;
	line-height:32px;
}

.fieldW11{
	font-size: 11px;
	text-decoration: bold;
	color: #FFFFFF;
}

/* redefinir les puces <li>*/
li
  {
  margin: 0px 0px 0 0px;
  padding: 4px;
}

.divGris
{
  padding: 10px;
	text-align: justify;
	background-color:#ECEBE9;
}


.tabNumerosLeft{
  border-width: 1px;
	width:50%;
	border-left-style: none;
	border-right-style: dotted;
	border-right-color: #72262A;
	padding:0px;
}

.tabNumeros2{
	border-width: 1px;
	width:100%%;
	border-bottom-style: none;
	border-bottom-color: #72262A;
	border-top-style:solid;
	border-top-color:#72262A;
	border-left-style: none;
	border-right-style: none;
	border-right-color: #72262A;
}

.tabAssistance{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72262A;
	border-top-style:solid;
	border-top-color:#72262A;
	border-left-style: solid;
	border-left-color: #72262A;
	border-right-style: solid;
	border-right-color: #72262A;
}