
/* FEUILLE DE STYLE de SPEEDRESA (à personnaliser) */


/*--------------------------------- LIENS --------------------------------*/
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 
a:link {color:#c00} 
a:visited {color:#999} 
a:hover,a:active {color:#FF4006} 

/*------------------------------- fin LIENS -------------------------------*/


/*------------------------------ TEXTE --------------------------------------*/
.txt_gros { /* "Votre recherche :" + "A partir de" */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #6C0B14
}
 .txt_moyen { /* DESCRIPTIF DU VOYAGE + TEXTE DANS MOTEUR DE RECHERCHE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C0B14
} 
.titre_voyage { /* TITRE DU VOYAGE : hotel, nom du circuit, etc. + PRIX */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6C0B14;
	font-weight: bolder
}
.titredest { /* NOM DU PAYS + n° TELEPHONE */
	color: #999
} 
/*---------------------------- fin TEXTE --------------------------------------*/

/* TYPO */
.small {font-size:10px; font-family:"arial",tahoma,verdana,sans-serif;}
.normal {font-size:12px; font-family:"arial",tahoma,verdana,sans-serif;}
.larger {font-size:12px; font-family:"arial",tahoma,verdana,sans-serif; font-weight:bold; margin-bottom:5px;}
.catch {font-size:16px; font-family:arial,tahoma,verdana,sans-serif; font-weight:bold; margin-bottom:5px; }

/* Variantes */
.underlined {text-decoration:underline;}
.bold { font-weight:bold;}

/* couleurs */
.orange { color:#FF9900; }
.white { color:#FFFFFF; }
.purple { color:#990066; }


/*------------------ AFFICHAGE DES RESULTATS DE RECHERCHE --------------------------------*/
 /*tables de résultat*/
.tabletour {
	border: 1px solid #FFF0D1;
} 

 /*tables de résultat lors du survol*/
.fondtour {	
	border: 1px dotted #FFF0D1;	
	background-color: #ffffff;
}  

 /*Habillage du moteur*/
.recherche {	
	background-color: #FFF4DE;
}

 /*habillage des fonds lors de la navigation*/
.fond2 {
	background-color: #FFF4DE;
}

 /*effet de rayure des prix sur le moteur promo*/
.prixbarre {
	text-decoration: line-through;
}
/*------------------ fin AFFICHAGE DES RESULTATS DE RECHERCHE -----------------------------*/

