/*  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:#FFFFFF 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;
	/*width: 900px;*/
}

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

a:link { color:#666666; text-decoration:underline; } 
a:hover { color:#666666; text-decoration:none; } 
a:active { color:#666666; text-decoration:underline; }
/*a:visited { color:#7b0a08; text-decoration:none; }*/
a img{ border:none; }

#formulaire{
	background-color: #FFFFFF;
}

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

#pTitre{
	background-color:#ff7806;/*#13171c;*/
	color: #000000;/*#FFFFFF; #004000; */
	cursor:pointer;
	line-height:40px;
	/*margin-top:5px;*/
	padding:3px;
	margin-top:3px;/*0*/
	font-size:18px;/*138.5%;*/
	text-align: left;
}

.pAccueil{
	color: #666666;
	padding:3px;
}

#EDLPro{
	color:#666666;
	text-align: center;
}


#pDeconnexion{
	background-color:#ffde1a;
	color:#666666; /*999999;*/
	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;
	/*border-bottom:1px color:#004000 solid;*/
	text-decoration:underline; 
}

#ft{
	background-color:#ffde1a; /* Ft de la première page */
	height:3px;
	width:100%;
}



/*TABLEAU*/
#tblLogin{
	margin-bottom:30px;
	margin-top:30px;
	width: 900px;
}
.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-size:8pt;
}


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

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