
/* Propriétés courantes des classes

 -- Pour le texte --
	Police de caractère
		font-family: Arial, Verdana, Helvetica, sans-serif;
	Corps (en pixels)
		font-size: 12px;
	Gras
		font-weight: bold;
	Italic
		font-style: italic;
	Souligné
		text-decoration: underline;
	Couleur du texte
		color: #000000;

 -- Pour le body --
	Marge gauche
		margin-left: 0px;
	Marge haute
		margin-top: 0px;

 -- Pour les tableaux --
	Couleur du cadre
		border-color: #000000;
	Cadre
		border-width: 0;
	Style du cadre
		border-style: solid; (également NotSet, None, Dotted, Dashed, Groove, Double, Ridge, Inset, Outset) (navigateurs IE4, au moins)
	Marge à l'intérieur des cellules
		padding: 0;
	Marge entre les cellules
		spacing: 0;
	Image de fond
		background-image: url($$_$$dir/image.gif);

 -- Pour le reste --
	Alignement horizontal
		text-align: center;
	Alignement vertical
		vertical-align: middle;	
	Largeur
		width: 100px;
	Hauteur
		height: 100px;
	Couleur de fond
		 background-color: #000000;	
*/

/* BODY */
body,td {
margin-left: 0px;
margin-top: 0px;
font-family:  Verdana, Helvetica, sans-serif, Arial;
font-size: 10px;
font-weight: bold;
color: #666060;
}


/* PARAGRAPHE DE TEXTE PAR DEFAUT */
p {
font-family:  Verdana, Helvetica, sans-serif, Arial;
font-size: 10px;
color: #666060;
text-align: justify;
}

/* LIEN */
a {
font-size: 11px;
color: #F41854;
font-weight: bold;
text-decoration: none;
}
a.barre {
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
a.seloger {
font-size: 11px;
color: #D7D7D7;
font-weight: bold;
text-decoration: none;
}


/* LIEN - ROLLOVER */
a:hover {
font-size: 11px;
color: #9B9696;
font-weight: bold;
text-decoration: none;
}
a.barre:hover {
font-size: 11px;
color: #9B9696;
font-weight: bold;
text-decoration: none;
}
a.seloger:hover {
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

/* CLASSES STANDARDS */

	/* "Coup de coeur" (coupdecoeur_page.htm) et "Exclusif" (recherche.htm) */
	.TitreRouge {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}
	
	/* haut */
	.Titreseloger {
	font-size: 11px;
	font-weight: bold;
	color: #D7D7D7;
	}
	
	/* actualite */
	.actualite {
	font-size: 14px;
	font-weight: bold;
	color: #CB2128;
	}
	
	/* liens "sélectionnez" */
	.selection {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	}


/* CLASSES UTILISEES PAR LES TABLEAUX DES MOTEURS STANDARDS */

	/* Cellule titre des tableaux */
	.tabTitre {
	background-image: url(img/titre3.jpg);
	color: #F41854;
	font-size: 11px;
	font-weight: bold;
	border-color: #9B9B9B;
	border-width:0;
	border-style:solid;
	padding:2;
	}
	/* fonds des tableaux */
	
	/* background */
	.tabFond1 {
	
	border-color: #000000;
	border-width: 0;
	border-style: solid;
	padding: 2;
	}
	
	/* petits tableaux imbriqués dans le tabFond1 */
	.tabFond2  {
	background-image: url($$_$$img/titre.jpg);
	border-color: #000000;
	border-width:1;
	border-style:solid;
	padding:2;
	}
	
	/* classes de l'incl_moteur */
	
	.tabTitremini {
	font-family: Verdana, Helvetica; sans-serif;
	background-color: #FFFFFF;
	padding: 2;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
	.tabFond2mini {
	font-family: Verdana, Arial, Helvetica; sans-serif;
	background-color: #FFFFFF;
	padding: 2;
	font-size: 10px;
	}

/* CLASSES PERSOS */

.RefMarquee
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	display:inline;
}
.RefMarquee a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	display:inline;
}
.RefMarquee a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	display:inline;
}


.tabTxtvilles
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	display:inline;
}
.tabTxtvilles a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	display:inline;
}
.tabTxtvilles a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	display:inline;
}