/*
votre compte
*/
#compte{
	width:900px;
			
}
#compte .deconnexion{
	position:absolute;
	text-align:right;
	width:900px;
	padding:0px;
	margin-top:5px;
	
	
	font-size:14px;
}
/* 
lorsqu'on a deux collones dans les encarts, les frame de droites sont déclarées avant celle(s) de gauche
on les décale de 450px
*/
#compte .frames_droite{
	position:absolute;
	width:400px;
	left:450px;
}

/*
décalage de la demande par rapport à la sélection
*/
#compte .frame_demande{
	margin-top:15px;
}

/*
CONTENU DES LAPFRAMES
*/

/*
lapframe afficher les anciennes sélections
*/
#archive table{
	margin-left:20px;
}
#archive table .image{
	width:70px;
	text-align:left;
}
#archive table .reference{
	width:80px;
}
#archive table .accroche{
	font-weight:bold;
}
#archive .selection{
	margin-bottom:12px;
}

#archive .titre{
	font-size:16px;
	font-weight:bold;
	margin-bottom:9px;
	
}

/*
lapframe proposition de FC
*/
#proposition span.reference{
	font-weight:bold;
}
#proposition span.accroche{
	font-weight:bold;
}


/*
lapframe écrire une demande 
*/

#demande form{
	margin-left:20px;
}

#demande fieldset{
	width:480px;
	margin-bottom:15px;
}
#demande label{
	width:200px;
}
#demande input, #demande select {
	width:250px;
}
#demande fieldset label{
	float:left;
	display:inline;
	margin-bottom:0px;
}
#demande label{
	clear:left;
	display:block;
	margin-bottom:10px;
	margin-left:10px;
}
#demande textarea{
	clear:left;
	display:block;
	width:450px;
	margin-top:10px;
	margin-left:15px;
}
#demande .submit{
	width:80px;
	margin-top:15px;
	left:15px;
}




/*

lapframe afficher votre correspondance
*/


#correspondance .message{
	margin-bottom:25px;
	border:1px solid #333;
	padding-bottom:10px;
}

#correspondance .message .expediteur{
	margin-bottom:4px;
	padding:4px;
	border-bottom:1px solid #333;
	background-color:#666;
}
#correspondance .message .exp_membre{
	color:#CCCCFF;
}
#correspondance .message .exp_client{
	color:#FFFFCC;
}
#correspondance .message .sujet{
	margin-bottom:4px;
	margin-left:15px;
}

#correspondance .message .corps{
	margin-left:15px;
}

