
	body
	{
		margin			: 0px;
		padding			: 0px;
	}

	body,table
	{
		font-family : Arial;
		font-size   : 12px;
	}

	a 
	{
		outline : none;
	}
	
	h2
	{
		margin : 2px 0;
	}	
	
	#ZoneActuBlogId a
	{
		text-decoration : none;
		color : #000;
	}
	
	#ZoneActuBlogId a:hover
	{
		text-decoration : underline;
	}
	
	#ZoneActuBlogId img
	{
		border : 0;
	}
	
	#form_input_loginId
	{
		position	: absolute;
		top 			: 5px;
		left			: 30px;
		width     : 90px;
		border    : 0px solid red; 
		/*background:transparent;*/
		z-index		: 1000;
	}
	
	#form_input_passwordId
	{
		position	: absolute;
		top 			: 5px;
		left			: 55px;
		width     : 90px;
		border    : 0px solid red; 
		/*background:transparent;*/
		z-index		: 1000;
	}
	
	#bt_form_login_okId
	{
		display : block;
		width		: 27px;
		height  : 27px;
		background-image : url(../img/bt_ok.gif);
		background-position : top bottom;
	}
	
	#bt_form_login_okId:hover
	{
		background-position : left bottom;
	}

	.violet
	{
		color : #75236F;
	}

	.noir
	{
		color : #000;
	}
	
	.vert
	{
		color : #98B632;
	}
	
	.puce
	{
		color : #75236F;
	}
	
	#form_tins001Id table
	{
		font-weight : bold;
	}
	
	.form_inputText
	{
		width : 250px;
		border : 1px solid #84397E;
	}
	
	.form_error
	{
		width : 250px;
		background : #F8DCDC;
		border : 1px solid #84397E;
	}

	.report_erreur,
	.report0
	{
		color : #ee3300;
		font-size : 14px;
		font-weight : bold;
	}
	
	.report_valid
	{
		color : green;	
	}
	
	.pousseur
	{
		clear : both;
		height : 1px;
		width : 1px;
	}

	