/* ==================================================== */
/* =												  = */
/* =	AFFICHAGE DE L'ESPACE PERSO DE l'USER 		  = */
/* =	--------------------------------------		  = */
/* =												  = */
/* ==================================================== */
/* ----------------------------------------- */
/* CONTENEUR GAUCHE - LES INFOS				 */
/* ----------------------------------------- */
.contact_zone_contact
{
	float		: left						;
	display		: block						;
	width		: 600px						;
}
.contact_zone_contact p
{
	float			: left					;
	width	 		: 100%					;
	margin	 		: 0px 0 10px 0px			;
	color			: #333					;
	display:inline;
}
.contact_zone_contact p.contact_zone_contact_titre
{
	float			: left					;
	width	 		: 80%					;
	margin	 		: 15px 0 10px 0px			;
	padding 		: 0 0 10px 0			;
	border		 	: #9C4131 solid 		;
	border-width	: 0 0 1px 0				;
	font-size		: 1.1em					;
	font-weight		: bold					;
	color			: #9C4131				;
}
/* ----------------------------------------- */
/* POUR LE FORMULAIRE DES INFOS				 */
/* ----------------------------------------- */
.contact_zone_contact p label
{
	float				: left;
	width				: 150px;
	height				: auto;
	text-align			: right;
	margin				: 0 10px 0 0;
	text-decoration		: none;
	font-size			: 0.8em;
	color				: #666666;
	padding				: 2px 0 0 0;
}
.contact_zone_contact p input,select,textarea
{
	float				: left				;
	width				: 120px				;
	text-align			: left				;
	margin				: 0 0px 0 0			;
	text-decoration		: none				;
	padding				: 2px				;
	border		 		: #9C4131 solid 	;
	border-width		: 1px 				;
	color				: #9C4131			;
	font-size			: .8em				;
	font-weight			: 550				;
	letter-spacing		: 0.1em				;
}


.contact_zone_contact p input.bouton
{
	float				: left				;
	width				: auto				;
	height				: auto				;
	text-align			: center			;
	margin				: 0 0px 0 0			;
	text-decoration		: none				;
	font-size			: 0.95em			;
	font-weight			: bolder			;
	vertical-align		: middle			;
	padding				: 5px				;
	border		 		: #9C4131 solid  1px 	;
	color				: #9C4131			;
	background			: #EEEEEE			;
	letter-spacing		: normal;
}
.contact_zone_contact p input.bouton:hover
{
	text-decoration		: underline				;
	border		 		: #9C4131 solid  1px 	;
	color				: #EEEEEE				;
	background			: #9C4131				;
}
.contact_zone_contact span.ok
{
	padding				: 0 0 0 5px			;
	color				: green				;
	font-size			: 0.9em				;
}
.contact_zone_contact span.nok
{
	padding				: 0 0 0 5px			;
	color				: red				;
	font-size			: 0.9em				;
}
