//  ********************************************************************************
//  * RapidImmo                                                                   *
//  * crée par Olivier VAUCLIN                                                        *
//  *                                                                              *
//  * il ne faut pas modifier cette page                                           *
//  ********************************************************************************

BODY {
	scrollbar-highlight-color : FFFFFF;
	scrollbar-shadow-color : FFFFFF;
	scrollbar-arrow-color : FFFFFF;
	scrollbar-face-color : 3366FF;
}

a {text-decoration : underline;}

a:hover {text-decoration : underline overline;}

a.menu:hover {
	text-decoration : underline overline;
}
a.menu {text-decoration : none;}

.bouton {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-top-color:rgb(51,102,255);
	border-right-color:rgb(51,51,255);
	border-bottom-color:rgb(51,51,255);
	border-left-color:rgb(51,102,255);
	border-top-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-left-style:outset;
}

.hlien {
	color:rgb(255,255,255);
}


.dialog {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-color:rgb(51,102,255);
	border-style:solid;
}

.dialogrouge {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-color:rgb(255,0,0);
	border-style:solid;
}

.partenaire {
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size:10pt;
	color:#FF9900;
	text-align:justify;
}

.lien   {
	color: #000000;font-size:10px;
	font-weight:bold;
	cursor:hand;
}

