/******************************** General a toutes les pages ************************************/
body {
	font-size: 12px;
	background-color: #060606;
}
a {
	color: #651209;
	text-decoration: none;
}
a:hover {
	color: #ab1209;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
}

/********************************************** Titre ******************************************/
.TitrePage {
	color: #ff5050;
	font-size: 25px;
  	text-decoration: none;
	font-weight: bold;
}

/********************************************** Pages ******************************************/
/* Haut des differentes pages */
.PageTitleLeft { 
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-image: url(./images/jhautgauche.gif);
	background-repeat: no-repeat;
} 
.PageTitle { 
	font-size: 14px;
	background-color: #EFD608;
	color: #BC1313;
  	text-decoration: none;
	font-weight: bold;
} 
a.PageTitle { 
	background-color: #EFD608;
	font-size: 14px;
	color: #FFFFFF;
  	text-decoration: underline;
	font-weight: bold;
}
.PageTitleRight { 
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-image: url(./images/jhautdroit.gif);
	background-repeat: no-repeat;
} 
/* Bas des differentes pages */
.PageFootLeft { 
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-image: url(./images/bbasgauche.gif);
	background-repeat: no-repeat;
} 
.PageFoot { 
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
  	text-decoration: none;
	font-weight: bold;
} 
a.PageFoot { 
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
  	text-decoration: underline;
	font-weight: bold;
}
.PageFootRight { 
	width: 20px;
	height: 20px;
	background-color: #000000;
	background-image: url(./images/bbasdroit.gif);
	background-repeat: no-repeat;
} 
/*********************************** Contenu des Pages *********************************/
/* Elements des tableaux (Informations sur les Vehicules)*/
.TitreDetails { 
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
  	text-decoration: none;
	background-image: url(./images/titrecourt.gif);
	background-repeat: no-repeat;

} 
.VehicleDetails { 
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
  	text-decoration: none;
} 
a.VehicleDetails { 
	font-size: 11px;
	background-color: #FFFFFF;
	color: #BC1313;
  	text-decoration: underline;
}
