/*------------------------------------------------------------------------*/
/*----- JEC Asia feuille de style réservée aux fonctionnalités -----*/
/*------------------------------------------------------------------------*/


/*****************************************************/
/* Acces statut
/*****************************************************/

.statut{
	width: 640px;
	float: left;
}

.statut .titre
{
	background: #a3c12d;
	color: #FFF;
	font-weight: bold;
	display: block;
	clear : both;
	padding: 5px 5px;
	margin: 5px 0 0 0;
	float: left;
	width: 630px;
}

.statut .lien
{
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 420px;
	padding: 0 0px 0 5px;
}

.statut .lien a
{
	font-weight: normal;
	text-decoration: none;
}


.statut .date
{
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 5px;
	float: left;
	width: 80px;
	height: 1px;
}

.statut .contact{
	float: right;
}

.statut .contact a{
	text-decoration: none;
}

.statut .sep
{
	height: 1px;
	background: #000;
	clear: both;
}

.statut .style1{
	background: #fff;
	float: left;
	padding: 8px 5px 8px 0;
	width: 635px;
	color: #000;
}

.statut .style1 .lien a{
	color: #000;
}

.statut .style1 .contact a{
	color: #000;
}

.statut .style2{
	background: #E9E9E9;
	float: left;
	padding: 8px 5px 8px 0;
	width: 635px;
	color: #000;
}

.statut .style2 .lien a{
	color: #000;
}

.statut .style2 .contact a{
	color: #000;
}

.statut .style3{
	background: #4594bb;
	float: left;
	padding: 8px 5px 8px 0;
	width: 635px;
	color: #fff;
}

.statut .style3 .lien a{
	color: #fff;
}


.statut .style3 .contact a{
	color: #fff;
}


/*****************************************************/
/* Acces statut
/*****************************************************/

.infosadv{
	margin: 10px 0;
}

.infosadv .form-separator{
	font-weight: bold;
	font-size: 12px;
	display: block;
	clear: both;
	background: #e50083;
	color: #fff;
	padding: 5px;
margin: 10px 0;
float: left;
width: 628px;
}

.infosadv LABEL{
	width: 200px;
	font-weight: bold;
	display: block;
	float: left;
	color: #a3c12d;
	text-align: right;
	margin: 5px 12px 5px 0;
}

.infosadv .field{
	display: block;
	width: 250px;
	float: left;
text-align: left;
	margin: 5px 12px 5px 0;
}

.infosadv .cadreinfos{
border: 1px solid #e50083;
float: left;
margin: 10px 0;
width: 638px;
}

