/*
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/fond1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:top;
	background-color: #c3ae8f;
	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/fondtop.jpg);
	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(En/images/side_02.jpg);
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-position:top;
	vertical-align: Top;
	height: 100%;
}
/* Class de la table contenu.*/
.contenuFullTable{
	background-image: url(images/fullcontenu.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	background-color:;
	vertical-align: Top;
	width: 100%;
}
.contenuFullTable1{
	background-image: url(images/fondcontenutable1.jpg);
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-position:top;
	background-color:;
	vertical-align: Top;
	width: 100%;
}

.contenuTable{
	background-image: url(images/contenu.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:;
	vertical-align: Top;
	width: 100%;
	
}
.contenuTable1{
	background-image: url(images/fondcontenu.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-y;
	background-color:;
	vertical-align: Top;
	width: 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/fondbottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align: Bottom;
	width: 100%;
}

/* Class du footer. Cette table d'une dimension fixe doit contenir votre table Footer générée ou non par ImageReady */
.footerTable{
background-image: url(images/fondbottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align: Bottom;
	width: 100%;
}

/* Class de la table complète des formulaires "vendeur.asp", "acheteur.asp", "valeur.asp", "avendreI.asp" */
.FormTable{
	background-color: White;
	vertical-align: Top;
	width: 500px;
	color: #000000;
}

/* Class de la table qui contient tout le site. Aucune propriétés de cette classe ne devraient être modifiées */
.fullTable{
	width: 100%;
}

/*
Fin des classes "Table"


Les classes 'TEXTE' suivent...
*/

/* Texte de contenu */
.TexteNormal
{
		TEXT-DECORATION: None;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Normal;
		FONT-SIZE: 10pt;
		COLOR: #000000;
}
/* Texte de contenu portant un lien */
.ATexteNormal
{
		TEXT-DECORATION: none;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 15px;
		COLOR: #494134;
}
.ATexteNormal:hOver
{
		TEXT-DECORATION: underline;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 15px;
		COLOR: #31679d;
}
.ATexteNormal2
{
		TEXT-DECORATION: none;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 13px;
		COLOR: #494134;
}
.ATexteNormal2:hOver
{
		TEXT-DECORATION: underline;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 13px;
		COLOR: #31679d;
}

/* Les titres */
.TexteTitre
{
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: normal;
		FONT-SIZE: 23px;
		COLOR: #31679d;
		background-image:url(images/titres.jpg);
		background-attachment: scroll;
	background-repeat: no-repeat;
	background-position:top;
		letter-spacing:5px;
}



/*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: #000000;
}
.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: #666666;
		TEXT-DECORATION: None;
		TEXT-ALIGN: Center;
		FONT-FAMILY: Arial, Helvetica, Sans-serif;
		FONT-STYLE: Normal;
		FONT-WEIGHT: Bold;
		FONT-SIZE: 11pt;
		COLOR: #000000;
}
.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;
}

.liens_utiles table{
	width: 100%;
}
.liens_utiles table tr td{
	vertical-align: top;
	text-align: left;
	padding-bottom: 7px;
}

.Profil
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
}

.Profil h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #336BA4;
}

.Profil h3 i {
	font-style: normal;
	font-size: 14px;
	
}

.Profil h4 {
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
}
.Profil a {
	text-decoration: none;
	color: #524A35;
	font-weight: bold;
	font-size: 14px;
}

.Profil a:hover {
	color: #fff;
}

.Telephone {
	font-size: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ol.vendeur{
	/*margin:0;*/
	/*padding:0;*/
}

