﻿/* CSS Document Section France Séjours*/



#client
{
	margin-top:10px;
	padding-top:10px;
	vertical-align : middle;
}

/*
Resultat de recherche
*/
.entete
{
	width : 202px;
	text-align : center;
	clear : both;
}

/*
Textes & Liens génériques
xxx-s : texte plus petit que son homologue xxx
xxx-bold : texte en gras
*/
.text-s
{
	font-size : 10px;
}
.bleu
{
	color : #001EFF;
	font-weight: bold;
	font-size : 10px;
	width:195px;
	padding-left:10px;
	font-family:verdana;
	float:left;
}

/*.moteurRegion
{
	background : url("/z/go/images/v04-commun/debutfondbleumoteur.gif") no-repeat;
	text-align:left;
	
}

.moteurRegion2
{
	background-color:#D9ECFF;
	text-align:right;
}*/

.bleu-bold
{
	color : #001EFF;
	font-weight : bold;
}
.orange
{
	color : #F60;
}
.orange-bold
{
	color : #F60;
	font-weight : bold;
}


/* Bons plans FS */
.BP, #MV 
{
	text-align: left;
}
.BP .prix, #MV .prix
{
	font-size : 20px;
	color : #FF6600;
	font-weight : bold;
	text-decoration : none;
}
.BP .point
{
	font-size : 10px;
	color : #FF6600;
	font-weight : bold;
}
.BP .bp-produit, #MV .bp-produit
{
	border-left : 1px solid #FF7F00;
	border-right: 1px solid #FF7F00;
	padding-left : 9px;	
	padding-right : 9px;
	clear:both;
}
.BP .apartir
{
	float : right;
}

/* Moteurs de recherche */
#search
{
	background-color : #FFEDB7;
	font-size : 10px;
}

/* Bloc resultat de recherche */
.region
{
	font-size : 17px;
	color : #FF7F00;
	font-weight : bold;
	text-decoration : none;
	white-space : nowrap;
}
.ombre-droit
{
	background-image : url("/z/go/images/v04-themes/ombre_droit.gif");
	background-repeat: repeat-y;
}
.ombre-bas
{
	background-image : url("/z/go/images/v04-themes/ombre_bas.gif");
	background-repeat: repeat-x;
}

/*
Sejlist, liste de produits
*/
.produit
{
	width : 582px;
}
.produit .contenu
{
	padding : 5px;
	border-right : 1px solid #FF7F00;	
	border-left : 1px solid #FF7F00;
}
.produit .gauche
{	
	float : left;
}
.produit .titre
{
	font-size : 13px;
}
.produit .apartir
{
	float : right;
	font-size : 10px;
	text-align : left;
}
.produit .txt
{
	position : relative;
	left : 5px;
	padding-right : 10px;
	margin-right : 10px;
}
.produit .prix
{
	font-size : 20px;
	color : #F60;
	font-weight : bold;
	text-decoration : none;
}
.pages
{
	width : 582px;
	margin : 5px 0 5px 0;
}
.pages a
{
	color : #000;
	font-weight : bold;
}
.pages-france
{
	width : 136px;
	margin : 5px 0 5px 0;
}
.pages-france a
{
	color : #000;
	font-weight : bold;
}


/*
Fonds de couleurs
*/
.bg-bleu1
{
	background-color : #ECF5FF;
}
.bg-bleu2
{
	background-color : #001EFF;
}
.bg-bleu3
{
	background-color : #D9ECFF;
}
.bg-orange1
{
	background-color : #FFEFDF;
}
.bg-orange2
{
	background-color : #FFEDB7;
}
.bg-orange3
{
	background-color : #FF7F00;
}


