/*
BILINGUE
BILINGUE
BILINGUE

Feuille de style de TemplateSite BILINGUE COURTIER
©2003 EGP TechnoVirtuel
Création : 2003-06-25, Yvan Labelle
Dernières modifications : 2003-07-03, YL
2003-08-26, YL, 2007-07-20, CL


*/

/* Class BODY */
BODY{
	background-image: url(images/fond_default.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-size: 9pt;
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
TD{
	Font-Family: Arial, Helvetica, Sans-Serif;
	Font-size: 9pt;
	color: #666666;
}
/* Contrôle de l'espacement entre MENU et CONTENU ici   */
.SideContentSpacer{
	width: 0px;
	height: 1px;
	color: red;
}

/* Class Header 100% qui contient la table du header */
.headerFullTable{
	background-image: url(images/fond_top.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: Top;
	width: 100%;
	text-align: center;
	background-attachment: #ffffff;
}

/*Class du header. Cette table contient la table Header générée par ImageReady*/
.headerTable{
	vertical-align: Top;
}

/* Class de la table qui contient la table menu générée par ImageReady  */
.menuTable{
	background-image: url(images/FondSide.gif);
	vertical-align: Top;
	width: 125px;
	height: 100%;
}
/* Class de la table contenu.*/
.contenuFullTable{
	vertical-align: Top;
	width: 100%;
	text-align: center;
	height: 100%;
	background-color: #005782;
}
.contenuTable{
	background-image: url(images/fond_contenu.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: Top;
	width: 1000px;
	background-color: #F3EFD4;
	height: 100%;
	
}

/*Class de la table Footer 100%. Cette table contient la table Footer. La propriété WIDTH doit demeurer à 100% */
.footerFullTable{
	background-image: url(images/fond_bottom.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
}

/* Class du footer. Cette table d'une dimension fixe doit contenir votre table Footer générée ou non par ImageReady */
.footerTable{
	width: 100%;
	height: 100%;
	/*background-color: #EBE7CE;*/
}

/* Class de la table complète des formulaires "vendeur.asp", "acheteur.asp", "valeur.asp", "avendreI.asp" */
.FormTable{
	background-color: #FFFFFF;
	vertical-align: Top;
	width: 500px;
	color: #666666;
}

/* Class de la table qui contient tout le site. Aucune propriétés de cette classe ne devraient être modifiées */
.fullTable{
	width: 100%;
	height: 100%;
}

/*
Fin des classes "Table"


Les classes 'TEXTE' suivent...
*/

/* Texte de contenu */
.TexteNormal
{
	TEXT-DECORATION: None;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-STYLE: Normal;
	FONT-WEIGHT: Normal;
	FONT-SIZE: 13px;
	COLOR: #000000;
}
/* Texte de contenu portant un lien */
.ATexteNormal
{
		TEXT-DECORATION: Underline;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 10pt;
		COLOR: #000000;
}
.ATexteNormal:hOver
{
		TEXT-DECORATION: None;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 10pt;
		COLOR: #666666;
}

/* Les titres */
.TexteTitre
{
	background-image: url(images/fond_titre.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	TEXT-ALIGN: Center;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: Normal;
	FONT-WEIGHT: Bold;
	padding-top: 22px;
	FONT-SIZE: 22px;
	COLOR: #015883;
	height: 80px;
	width: 947px;
	letter-spacing: 3px;
}
.TexteMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}



/*Le texte qui se retrouve dans le footer */
.TexteFooter{
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: Normal;
	TEXT-ALIGN: Center;
	COLOR: #000000;
}
/*Le texte accentué (bold) qui se retrouve dans le footer */
.TexteFooterAccent{
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: Bold;
	TEXT-ALIGN: Center;
	COLOR: #666666;
}

/*
Les liens textes du footer.
La classe qui suit au même nom + hOver est la réaction au "onMouseOver" (hOver)
 */
.ATexteFooter
{
	TEXT-DECORATION: none;
	TEXT-ALIGN: Center;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-STYLE: Normal;
	FONT-WEIGHT: Bold;
	FONT-SIZE: 8pt;
	COLOR: #0090D1;
}
.ATexteFooter:hOver
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 8pt;
		COLOR: #666666;
}

/* Calculatrice */
.CalculTitre
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 11pt;
		COLOR: #000000;
}
.CalculSousTitre
{
	BACKGROUND-COLOR: #007FC2;
	TEXT-DECORATION: None;
	TEXT-ALIGN: Center;
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	FONT-STYLE: Normal;
	FONT-WEIGHT: Bold;
	FONT-SIZE: 11pt;
	COLOR: #FFFFFF;
}
.CalculQuestion
{
		BACKGROUND-COLOR:;
		TEXT-DECORATION: None;
		TEXT-ALIGN: Right;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Normal;
		FONT-SIZE: 10pt;
		COLOR: #000000;
}
.CalculReponse
{
		BACKGROUND-COLOR:;
		TEXT-DECORATION: None;
		TEXT-ALIGN: Left;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Normal;
		FONT-SIZE: 10pt;
		COLOR: #000000;
}
.CalculTexteCenter
{
		BACKGROUND-COLOR:;
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Normal;
		FONT-SIZE: 9pt;
		COLOR: #000000;
}
.calculSCHL{
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 8pt;
		COLOR: #000000;
}
.calculASCHL{
		TEXT-ALIGN: Center;
		TEXT-DECORATION: Underline;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 8pt;
		COLOR: #000000;
}
.calculASCHL:hOver{
		TEXT-ALIGN: Center;
		TEXT-DECORATION: Underline;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 8pt;
		COLOR: #666666;
}

.Bouton {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.Bouton:hover {
	color: #005985;
}

.BoutonNav {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.BoutonNav:hover {
	color: #005985;
}

.spacing
{
	width: 40px;
}

.spacingnav
{
	width: 20px;
}
.Texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.TexteBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #015883;
	text-decoration: none;
	font-weight: bold;
}
.TexteMediumBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.TexteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
a:hover {
	color: #87B6DC;
}
.TexetPetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
