
/* 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(/z/webagency/A_ID3X/abd44/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: 10px;
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: 10px;
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;
	}
	
	/* adresse */
	.adresse {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	/* liens "sélectionnez" */
	.selection {
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	}


/* CLASSES UTILISEES PAR LES TABLEAUX DES MOTEURS STANDARDS */

	
	/*TABLEAUX*/
	.tabFond1{background-color: #ffffff; border-color: #ffffff; border-width:0; border-style:solid; padding:2;}
	.tabFond2{background-color: #ffffff; border-color: #ffffff; border-width:0; border-style:solid; padding:2;}
	.tabTitre{background-color: #33597C; color: #ffffff; font-size: 11px; font-weight: bold;}
	.tabCouleur{background-color: #ffffff; border-color: #ffffff; border-width:0; border-style:solid; padding:2; 
	color="#000000"}
	
	
	/* petits tableaux imbriqués dans le tabFond1 */
	.tabFond2  {
	background-image: url(/z/webagency/A_ID3X/abd44/img/titre.jpg);
	border-color: #000000;
	border-width:1;
	border-style:solid;
	padding:2;
	}
	
	/* classes de l'incl_moteur ou moteurcommerce */
	
	.tabTitremini {
	font-family: arial, Helvetica, sans-serif ;
	padding: 2;
	font-size: 10px;
	color: #0C3665;
	}
	
	.tabFond2mini {
	font-family: Arial, Helvetica, sans-serif, Verdana ;
	padding: 2;
	font-size: 10px;
	color: #0C3665;
	}

/* CLASSES PERSOS */
<!-- ID3x v4.60 - X18 - 00.022.497 - none - 06/09/2010 16:17:00 - style1.css -->