#navette {
	background: #FFFFFF;
	color: #000000;
	border: thin solid #000000;
	border-collapse: collapse;
	font-size: 11px;
	font-family: verdana;
}
#navette td.intitule{
	color:#000080;
	font-weight: bold;
}
#navette td.intitule2{
	color:#000000;
	font-weight: bold;
}
#navette td.horaire{
	text-align: center;	
	font-weight: bold;
}
#navette td.intitule ,#navette td.intitule2 {
	height: 20px;	
}
#navette td.intitule{
	text-transform: uppercase;	
}
#navette td.intitule ,#navette td.intitule2, #navette td.jour{
	padding-left: 5px;
}

.bleu, .blanc, .saumon {
	text-align: center;
	width:42px;	
}
.bleu{
        color: #FFFFFF;
	background: #000080;	
}
.blanc{
        color: #000000;
	background: #FFFFFF;	
}
.saumon{
        color: #000000;
        background: #FFCC9A;
        font-size: 10px;
}

.jour{
        font-weight: bold;
	font-size: 11px;
	color: #000000;
	background: #FFFF00;	
	
}
.renvoi{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #FFCC9A;
    text-align: center;
}
	

.tarif td{
	text-align:center !important;	
}

.titre_tarif{
	font-size: 15px;
	font-weight: bold;	
}
.gros{
	font-size: 18px;
	padding-right: 15px;	
}
.rouge{
	background: #e3001c;
}
.description, .prix{
	font-size: 15px;
	font-weight: bold;	
}
.prix{
	width: 55px;	
}
.description{
	width: 218px;	
}
.tarif_enfant{
	font-size: 11px;
	font-weight: normal;	
}
