/*  Couleurs regionale immobiliere : 
	#FFFFFF : Arrière plan : blanc
	#666666 : écriture : gris 
	#13171c : Arrière plan Menu : noir clair
	#ff7d00 : trait menu : orange foncé 
	#ffe4ce : Arrière plan location : rose pâle
	#e5e5e5 : Arrière plan titre : grisé clair	
	font-family:Arial,Helvetica,sans-serif; 12px;
*/

body{
	background-color:#FFFFFF;
	/*background-image: url(/images/125/background.jpg); background-repeat:repeat-x;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

#hd{
	background-color:none; /*#344f48;*/
	background-image:url(/images/125/banniere10.jpg); background-repeat:no-repeat;
	background-position:50% 50%;
	height:151px;

}

#doc2{
	background-color:#FFFFFF;
	margin-top:10px;
	width: 903px;
}

a:link { color:#666666; text-decoration:underline; } 
a:hover { color:#666666; text-decoration:none; } 
a:active { color:#666666; text-decoration:underline; }

a img{ border:none; }

#bd{
	background-color:#FFFFFF;
	border:1px solid #e5e5e5;
}

#pTitre{
	background-color:#ff7806;
	color: #000000;
	cursor:pointer;
	line-height:40px;
	padding:3px;
	margin-top:3px;
	font-size:138.5%;
	text-align: left;
	font-weight : bold;
}


.hr {
	border:1px dotted #ff7806;
	width:100%;
	height:1px;
}

#pDeconnexion{
	background-color:#ffde1a;
	color:#666666;
	cursor:pointer;
	line-height:20px;
	padding:1px;
	font-size:93%;
	margin:0px;
	text-align:right;
	height:15px;
	font-weight: bold;	
}

#pDeconnexion a:hover { 
	color:#666666;
	text-decoration:underline; 
}

#ft{
	background-color:#ffde1a;
	height:5px;
}

/*TABLEAU*/
#tblLogin{
	margin-bottom:30px;
	margin-top:30px;
	width:100%;
}
.tdMergedError{
	color:red;
	padding-bottom:5px;
	text-align:center;
}
.tdLeft{
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
	width:50%;
}
.tdRight{
	padding-bottom:5px;
	padding-left:5px;
	width:50%;
}

.yui-skin-sam .yui-dt-table {
	font-family: Verdana, Tahoma, Helvetica, Arial; /*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:8pt;
}


.yuimenubar .yuimenubaritem .yuimenubaritemlabel {
	font-family: Verdana, Tahoma, Helvetica, Arial; /*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	color: #8195C0;
}


.yuimenubar li, .yuimenu li { /* Rajouter ce paragraphe pour enlever les puces noires */
	list-style-type:none;
}