/*
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_nav.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	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.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:top;
	vertical-align: Top;
	width: 100%;
}

/*Class du header. Cette table contient la table Header générée par ImageReady*/
.headerTable{
	width: 100%;
	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{
	background-image: url(images/fond_center.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: Top;
	width: 100%;
}
.contenuFullTableRepeat{
	background-image: url(images/fond_center_repeat.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position:top;
	vertical-align: Top;
	width: 100%;
}
.contenuTable{
	background-image: url(images/FondContenu.gif);
	background-color:;
	vertical-align: Top;
	width: 1000px;
	
}
.contenuTexte{
	width: 980px;
	height:330px;
	padding: 10px;
	
	
}
/*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.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:top;
	vertical-align: Bottom;
	width: 100%;
	height: 100%;
}

/* Class du footer. Cette table d'une dimension fixe doit contenir votre table Footer générée ou non par ImageReady */
.footerTable{
	vertical-align: Bottom;
	width: 100%;
	height: 100%;
}

/* Class de la table complète des formulaires "vendeur.asp", "acheteur.asp", "valeur.asp", "avendreI.asp" */
.FormTable{
	background-color: White;
	vertical-align: Top;
	
	color: #000000;
		border-left:#2A7AB5;
	border-left-width: thin;
	border-left-style:solid;
	border-right:#2A7AB5;
	border-right-width: thin;
	border-right-style:solid;
	border-top:#2A7AB5;
	border-top-width: thin;
	border-top-style:solid;
	border-bottom:#2A7AB5;
	border-bottom-width: thin;
	border-bottom-style:solid;
}

/* 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: 10pt;
		COLOR: #000000;
}
/* Texte de contenu portant un lien */
.ATexteLiens
{
		TEXT-DECORATION: Underline;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 9pt;
		COLOR: #000000;
}
.ATexteLiens:hOver
{
		TEXT-DECORATION: None;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 9pt;
		COLOR: #666666;
}
.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;
}
.ATexteEmail
{
		TEXT-DECORATION: None;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: bold;
		FONT-SIZE: 9pt;
		COLOR: #455b71;
}
.ATexteEmail:hOver
{
		TEXT-DECORATION: None;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: bold;
		FONT-SIZE: 9pt;
		COLOR: #000000;
}
.ATexteNav
{
		TEXT-DECORATION: None;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: normal;
		FONT-SIZE: 10pt;
		COLOR: #ffffff;
}
.ATexteNav:hOver
{
		TEXT-DECORATION: None;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: normal;
		FONT-SIZE: 10pt;
		COLOR: #0087ff;
}
/* Les titres */
.TexteTitre
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 13pt;
		COLOR: #000000;
		height:25px;
}
.TexteSousTitre
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 11pt;
		COLOR: #05569f;
}
.Avenir
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 12pt;
		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;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: bold;
		FONT-SIZE: 8pt;
		COLOR: #455b71;
}
.ATexteFooter:hOver
{
		TEXT-DECORATION: None;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: bold;
		FONT-SIZE: 8pt;
		COLOR: #000000;
}

/* 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: #2A7AB5;
	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;
}
#dropmenudiv{
position:absolute;
background-color: #0557a0;
border:2px solid #FFFFFF;
border-bottom-width: 0;
font:normal 11px Arial, Verdana;
vertical-align: middle;
line-height:20px;
z-index:1;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #50a5d0;
}
.A20TexteTitre
{
		TEXT-DECORATION: none;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 18px;
		COLOR: #000000;

}