/* ============================================================================ */
/* Commun : Boutons                                                             */
/* ============================================================================ */
.ONGLET		{ width: 115px;	height: 25px;						}

.BOUTON		{ width:  84px; height: 25px;						}
.SBOUTON	{ width:  60px;	height: 20px;	font-size: 0.8em;	}
.SSBOUTON_z	{ width:  60px;	height: 22px;						}
.SSSBOUTON	{ width:  65px;	height: 16px;	font-size: 0.73em;	}
.SSSBOUTON_P{ width:  65px;	height: 20px;	font-size: 0.75em;	margin: -2px 0px 0px 0px;	}
/* **************************************************************************************************** */
/* Accueil                                                                                              */
/* **************************************************************************************************** */
/* ============================================================================ */
/* Accueil : Accès                                                              */
/* ============================================================================ */
.ACC_FORM { top: 18px; left: 20px; height: 50px; background-color: transparent; }
.ACC_FORM > input {
	text-align: center;
	font-size: 1.7em;
	width: 135px;
	height: 40px;
	top: 5px; 
}
#ACC_BTN_ENT { left:   5px; }
#ACC_BTN_ENR { left: 160px; }
/* ============================================================================ */
/* Accueil : Formulaires                                                        */
/* ============================================================================ */
/* ---------------------------------------- */
/* Accueil : Formulaires : Entrer           */
/* ---------------------------------------- */
.ENT_FORM { height: 185px; width: 265px; left: 37px; top: 80px; }
.ENT_FORM > .ERROR { width: 130px; left:105px; }

.ENT_INP { left: 105px; width: 140px;	}
.ENT_LBL { left:  15px; width:  80px;	}

#ENT_INP_PSEUDO, #ENT_LBL_PSEUDO		{ top: 20px; }
#ENT_INP_PASSWORD, #ENT_LBL_PASSWORD	{ top: 60px; }

#ENT_LBL_COOKIE							{ top: 110px;	left:  40px;	text-align: left;	color: #2F4F4F; font-style: italic;	}
#ENT_CHK_COOKIE							{ top: 108px;	left:  15px;	}
#ENT_INP_PSEUDO_ERR						{ top:  40px;					}
#ENT_INP_PASSWORD_ERR					{ top:  80px;					}
#ENT_LBL_OBLIGATOIRE					{ top: 165px;	left:  82px;	}

#ENT_BTN_OUBLIE							{ top:  82px;	left: 190px;	width: 60px; font-size: 0.7em;	padding: 1px 2px 1px 2px;	}
#ENT_BTN_OK								{ top: 135px;					width: 84px;	}
/* ---------------------------------------- */
/* Accueil : Formulaires : Enregistrer      */
/* ---------------------------------------- */
.ENR_FORM									{ top:  80px;	left:  27px;	height: 420px;	width: 285px;	}
.ENR_FORM > .ERROR { width: 130px; }
.ENR_INP									{								height:  16px;	width: 140px;	}
.ENR_CMB									{				left:  67px;					width: 208px;	}

#ENR_LBL_PSEUDO								{ top:  20px;	left:  12px;									}
#ENR_INP_PSEUDO								{ top:  20px;	left:  97px;									}
#ENR_BTN_PSEUDO								{ top:  23px;	left: 247px;									}
#ENR_INP_PSEUDO_ERR							{ top:  40px;	left:  97px;									}

#ENR_FLS_PASSWORD							{ top:  52px;	left:   5px;	height:  82px;	width: 265px;	}

#ENR_LBL_PASSWORD							{ top:  10px;	left:	5px;									}
#ENR_INP_PASSWORD							{ top:  10px; 	left:  90px;									}
#ENR_INP_PASSWORD_ERR						{ top:  31px;	left:  90px;									}
#ENR_BTN_PASSWORD							{ top:  13px;	left: 240px;									}

#ENR_LBL_PASSWORD_C							{ top:  45px;	left:   5px;									}
#ENR_INP_PASSWORD_C 						{ top:  45px;	left:  90px;									}
#ENR_INP_PASSWORD_C_ERR						{ top:  66px;	left:  90px;									}

#ENR_LBL_MAIL								{ top: 150px;	left:  12px;									}
#ENR_INP_MAIL								{ top: 150px;	left:  67px;					width: 200px;	}
#ENR_INP_MAIL_ERR							{ top: 171px;	left:  67px;									}

#ENR_FLS_DATE								{ top: 187px;	left:   5px;	height:  57px;	width: 265px;	}
#ENR_LBL_DATE								{ top:   5px;	left:   5px;									}
#ENR_CMB_JOUR								{ top:  26px;	left:  40px;					width:  45px;	}
#ENR_CMB_MOIS								{ top:  26px;	left:  97px;					width:  82px;	}
#ENR_CMB_ANNEE								{ top:  26px;	left: 191px;					width:  58px;	}
#ENR_LBL_DATE_ERR							{ top:  46px;	left:  40px;					width: 209px;	text-align:center;		}

#ENR_LBL_SEXE								{				left:  12px;									}
#ENR_CMB_SEXE, #ENR_LBL_SEXE				{ top: 255px;													}
#ENR_CMB_SEXE_ERR							{ top: 273px;													}

#ENR_LBL_PAYS								{				left:  12px;									}
#ENR_CMB_PAYS, #ENR_LBL_PAYS				{ top: 287px;													}
#ENR_CMB_PAYS_ERR							{ top: 305px;													}

#ENR_LBL_REGION								{				left:  12px;									}
#ENR_CMB_REGION, #ENR_LBL_REGION			{ top: 319px;													}
#ENR_CMB_REGION_ERR							{ top: 337px;													}

#ENR_CHK_ACCEPT								{ top: 360px;	left:  15px;									}
#ENR_LBL_COND								{ top: 362px;	left:  35px;									text-decoration: underline;			}
#ENR_LBL_COND:hover							{																color: red;	cursor: pointer;		}
#ENR_LBL_COND:disable						{																			cursor: not-allowed;	}
#ENR_LBL_COND_STAR							{ top: 362px;	left: 273px;									}
#ENR_CHK_ACCEPT_ERR							{ top: 375Px;	left:  18px;									}

#ENR_BTN_OK									{ top: 392px;	left: 207px;					width:  65px;	}
#ENR_BTN_RESET								{ top: 392px;	left:  15px;					width:  65px;	}

#ENR_LBL_OBLIGATOIRE						{ top: 400px;	left: 97px;										color: red;					}
/* ---------------------------------------- */
/* Accueil : Formulaires : Validation       */
/* ---------------------------------------- */
.VAL_FORM  			{ top: 100px;	left: 100px;	width: 240px;	height: 140px; }
#VAL_INP_PASSWORD	{ top:  75px;	left:  68px;	width: 100px; }
#VAL_BTN_VALIDER	{ top: 110px;	}
#VAL_BTN_ANNULER	{ top: 110px;	}
#VAL_LBL			{ top:  35px;	left:   5px;	width: 230px;	text-align: center; font-size: 0.8em; }
/* ---------------------------------------- */
/* Accueil : Formulaires : Oubli mot de passe */
/* ---------------------------------------- */
.OUB_FORM			{ top: 100px;	left: 100px;	width: 345px;	height: 150px; }

#OUB_LBL_PDO		{ top:  40px;	left: 10px; }
#OUB_LBL_ADR		{ top:  80px;	left: 10px; }

#OUB_LBL_PDO_ERR	{ top:  60px;	left: 125px; }
#OUB_LBL_ADR_ERR	{ top: 100px;	left: 125px; }
#OUB_LBL_OBLIG		{ top: 130px;	left: 123px; }

#OUB_INP_PDO		{ top:  40px;	left: 125px;	width: 100px; }
#OUB_INP_ADR		{ top:  80px;	left: 125px;	width: 200px; }

#OUP_BTN_INF		{ top: 120px;	}
#OUP_BTN_CLS		{ top: 120px;	}
/* ============================================================================ */
/* Site : Formulaires                                                        */
/* ============================================================================ */
/* ---------------------------------------- */
/* Site : Formulaires : Menu                */
/* ---------------------------------------- */
.MNP_FORM	{ top: 15px; left: 17px; height: 400px; }

.MNP_BTN 	{ font-size: 1.2em;	width: 130px; height: 30px; left: 5px; }

.MNP_BTN_01	{ top:   5px;	}
.MNP_BTN_02	{ top:  40px;	}
.MNP_BTN_03	{ top:  75px;	}
.MNP_BTN_04	{ top: 110px;	}
.MNP_BTN_05	{ top: 145px;	}
.MNP_BTN_06	{ top: 180px;	}
.MNP_BTN_07	{ top: 215px;	}
.MNP_BTN_08	{ top: 250px;	}
.MNP_BTN_09	{ top: 285px;	}
.MNP_BTN_10	{ top: 320px;	}
.MNP_BTN_11	{ top: 355px;	}
.MNP_BTN_12	{ top: 390px;	}
.MNP_BTN_13	{ top: 425px;	}
.MNP_BTN_14	{ top: 460px;	}
.MNP_BTN_15	{ top: 495px;	}
.MNP_BTN_16	{ top: 530px;	}
.MNP_BTN_17	{ top: 565px;	}
.MNP_BTN_18	{ top: 600px;	}
.MNP_BTN_19	{ top: 635px;	}
.MNP_BTN_20	{ top: 670px;	}

/* ---------------------------------------- */
/* Site : Formulaires : Profil              */
/* ---------------------------------------- */
.GPRF_FORM				{ top:  20px;	left: 170px;	width: 508px;	height: 495px;	}
.GPRF_PAYSI				{ top: 224px;	left: 228px;									cursor: pointer;	}
.GPRF_SEXEI				{ top: 251px;	left: 228px;									}
.GPRF_CERTI				{ top: 198px;	left: 125px;									}
.GPRF_PDO, .GPRF_AGE {
	background: transparent;
	left: 200px; 
	width: 178px; 
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.GPRF_ID				{ top: 180px;	left: 200px;	width: 178px;					text-align: center; font-size: 0.8em; }

.GPRF_PDO				{ top:  35px;									height: 134px;	font-size: 1.2em; }
.GPRF_AGE				{ top: 174px;									height:  20px;	font-size: 1.0em; }

.GPRF_CMB				{								width: 140px;					}
.GPRF_CMI				{								width: 140px;	height:  15px;	padding: 0px 0px 0px 2px;	text-align: center; }        

.GPRF_R1				{ top: 199px;													}
.GPRF_R11				{ top: 210px;													}
.GPRF_R2				{ top: 224px;													}
.GPRF_R3				{ top: 249px;													}
.GPRF_R4				{ top: 274px;													}
.GPRF_R41				{ top: 276px;													}
.GPRF_R5				{ top: 296px;													}
.GPRF_R51				{ top: 276px;													}
.GPRF_R7				{ top: 434px;													}
.GPRF_R71				{ top: 416px;													}
.GPRF_R7BIS				{ top: 435px;													}
.GPRF_R8				{ top: 442px;													}

.GPRF_RE2				{ top: 239px;													}
.GPRF_RE3				{ top: 265px;													}

.GPRF_C0				{				left:  52px;									}
.GPRF_C1				{				left:  15px;									}
.GPRF_C2				{				left:  80px;									}
.GPRF_C21				{				left:  77px;									}
.GPRF_C2BIS				{				left: 125px;									}
.GPRF_C3				{				left: 270px;									}
.GPRF_C3BIS				{				left: 320px;									}
.GPRF_C3TER				{				left: 432px;									}
.GPRF_C3QUAT			{				left: 394px;	width: 100px;					text-align : right; font-size: 0.7em; }
.GPRF_C4				{				left: 350px;									}
.GPRF_C41				{				left: 346px;									}
.GPRF_C5				{				left: 381px;									}
.GPRF_C6				{				left: 473px;									}
.GPRF_C6				{				left: 473px;									}

.GPRF_TAR				{ top: 314px;					width: 470px;	height: 105px;	text-align: left;   vertical-align: text-top; }

.GPRF_NBR				{ top: 299px;					width: 450px;					text-align: right; }
.GPRF_FMT				{ top: 297px;	left: 470px;									}

.GPRF_BTN_00			{ top:   8px;	left:  30px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_01			{ top:   8px;	left: 156px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_02			{ top:   8px;	left: 282px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_03			{ top:   8px;	left: 407px;	width:  86px;					font-size: 0.70em;	}

.GPRF_BTN_04			{ top:  36px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_05			{ top:  56px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_06			{ top:  76px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_07			{ top:  96px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_08			{ top: 116px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_09			{ top: 136px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_10			{ top: 156px;	left: 407px;	width:  86px;					font-size: 0.70em;	}
.GPRF_BTN_11			{ top: 176px;	left: 407px;	width:  86px;					font-size: 0.70em;	}

.GPRF_BTN_LKE			{ top: 396px;	left:  15px;	width:  76px;	height: 18px;	font-size: 0.70em;	}
.GPRF_LBL_LKE			{ top: 399px;	left: 100px;	width: 120px;	height: 18px;	font-size: 0.70em;	}

#GPRF_LBL_OBLIG			{				left: 390px;									}

.GPRF_BTN_DOS			{								width:  65px;	height: 20px;	}
.GPRF_BTN_TRA			{								width:  65px;	height: 20px;	}
.GPRF_BTN_CLS			{								width:  65px;	height: 20px;	}
.GPRF_BTN_FLT			{								width:  65px;	height: 20px;	}
.GPRF_BTN_CRT			{								width:  65px;	height: 20px;	}
.GPRF_BTN_SAN			{								width:  65px;	height: 20px;	}

.GPRF_BTN_PRF			{ top: 608px;					width:  65px;	height: 20px;	font-size: 0.73em;	}
.GPRF_BTN_GPRF			{ top: 465px;					width:  65px;	height: 20px;	}

.GPRF_OTH_FLS_NAV		{ top: 640px;	left: 152px;	width: 200px;	height: 30px;	}
.GPRF_LBL_NAV			{ top:  27px;	left:  10px;	width: 280px;										text-align: center;	}

.GPRF_BTN_NAVP			{ top:  25px;	left:  10px;	width:  80px;	height: 20px;	font-size: 1em;	}
.GPRF_BTN_NAVS			{ top:  25px;	left: 210px;	width:  80px;	height: 20px;	font-size: 1em;	}

/* ---------------------------------------- */
/* Site : Formulaires : Changement pseudo   */
/* ---------------------------------------- */
.PDO_FORM1			{ top: 20px;	left: 698px;	width: 300px;	height: 125px;	}
.PDO_FORM2			{ top: 20px;	left: 698px;	width: 300px;	height: 100px;	}

#PDO_LBL_UTIL		{ top:  35px;	left:  10px;									}
#PDO_CMB_UTIL		{ top:  35px;	left: 120px;	width: 145px;					}
.PDO_LBL_PSEUDO1 	{ top:  60px;	left:  10px;	width: 104px;					}
.PDO_INP_PDO_ERR1	{ top:  80px;	left: 120px;									}
.PDO_LBL_OBL1		{ top: 102px;	left: 102px;									}
.PDO_INP_PDO1 		{ top:  60px;	left: 120px;	width: 140px;					}
.PDO_BTN_INFO1		{ top:  61px;	left: 270px;									}
.PDO_BTN_OK1		{ top:  97px;													}
.PDO_BTN_ANNUL1		{ top:  97px;													}

.PDO_LBL_PSEUDO2 	{ top: 35px;	left:  10px;	width: 104px;					}
.PDO_INP_PDO_ERR2	{ top: 55px;	left: 120px;									}
.PDO_LBL_OBL2		{ top: 77px;	left: 102px;									}
.PDO_INP_PDO2 		{ top: 35px;	left: 120px;	width: 140px;					}
.PDO_BTN_INFO2		{ top: 34px;	left: 270px;									}
.PDO_BTN_OK2		{ top: 72px;	}
.PDO_BTN_ANNUL2		{ top: 72px;	}
/* ---------------------------------------- */
/* Site : Formulaires : Changement mail     */
/* ---------------------------------------- */
.ADR_FORM			{ top:  20px;	left: 698px;	width: 330px;	height:  90px;	}
#ADR_LBL_ADR		{ top:  35px;	left:  10px;	width: 104px;					}
#ADR_INP_MAIL_ERR	{ top:  55px;	left: 120px;									}
#ADR_LBL_OBL		{ top:  69px;	left: 117px;									}
#ADR_INP_MAIL		{ top:  35px;	left: 120px;	width: 190px;					}
#ADR_BTN_OK			{ top:  62px;					width:  60px;					}
#ADR_BTN_ANNUL		{ top:  62px;					width:  60px;					}
/* ---------------------------------------- */
/* Site : Formulaires : Changement mdp      */
/* ---------------------------------------- */
.MDP_FORM { top: 20px; left: 698px; width: 325px; height: 175px; }
.MDP_FORM > .MDP_INP { left: 150px; }				
.MDP_FORM > .MDP_LBL { left: 13px; }

#MDP_INP_OLD, #MDP_LBL_OLD					{ top:  35px; }
#MDP_INP_OLD_ERR							{ top:  56px; }			
	
#MDP_INP_NEW, #MDP_LBL_NEW					{ top:  75px; }
#MDP_INP_NEW_ERR							{ top:  95px; }	
#MDP_BTN_INFO								{ top:  76px;	left: 298px; }

#MDP_INP_CNF, #MDP_LBL_CNF					{ top: 107px; }
#MDP_INP_CNF_ERR							{ top: 127px; }	

#MDP_INP_OLD, #MDP_INP_NEW, #MDP_INP_CNF	{								width: 140px; }
			
#MDP_BTN_OK									{ top: 142px;					width:  60px; }			
#MDP_BTN_ANNUL								{ top: 142px;					width:  60px; }		
	
#MDP_LBL_OBLIG								{ top: 147px;	left: 117px; }
/* --------------------------------------------- */
/* Site : Formulaires : Mise à jour des liens	 */
/* --------------------------------------------- */
.GPRFLNK_FORM		{ top: 40px;	left: 190px;	width: 717px;	height: 123px; }

#GPRFLNK_DIV_TBL1	{ top: 30px;	left: 15px;		width: 687px;	height:  55px; }

.GPRFLNK_LBL_LNK	{								width:  68px;					text-align: left;	padding: 0px 0px 0px 3px;	}
.GPRFLNK_INP_LNK	{								width: 605px;					color: blue;		padding: 0px 0px 0px 3px;	}
.GPRFLNK_BTN_MOD	{								width:  70px;																	}
.GPRFLNK_BTN_SUP	{								width:  70px;																	}

#GPRFLNK_BTN_CLS	{ top:  95px;	}
/* ---------------------------------------- */
/* Site : Formulaires : Blocages            */
/* ---------------------------------------- */
.BLK_FORM				{ top:  20px;	left: 170px;	width: 333px;	height: 425px;	}

.BLK_STITRE				{				left:  13px;	width: 307px;					}
.BLK_CMB				{				left:  90px;	width: 152px;					}
.BLK_BTN_G				{				left:  15px;									}
.BLK_BTN_D				{				left: 253px;									}

#BLK_LBL_BLOCKEDBY		{ top:  30px;													}
#BLK_CMB_BLOCKEDBY		{ top:  60px;									height: 126px;	}
#BLK_BTN_BLOCKEDBY_PRF	{ top: 102px;													}

#BLK_LBL_BLOCKING		{ top: 195px;													}
#BLK_CMB_BLOCKING		{ top: 225px;									height: 126px;	}
#BLK_BTN_BLOCKING_PRF	{ top: 267px;													}
#BLK_BTN_BLOCKING_SUP	{ top: 267px;													}

#BLK_LBL_BLOCKABLE		{ top: 360px;													}
#BLK_CMB_BLOCKABLE		{ top: 390px;													}
#BLK_BTN_BLOCKABLE_PRF  { top: 390px;													}
#BLK_BTN_BLOCKABLE_ADD  { top: 390px;													}
/* ------------------------------------------- */
/* Site : Formulaires : Relations - passives   */
/* ------------------------------------------- */
.RLWP_FORM		{ top: 235px;	left: 698px;	width: 333px;	height: 200px; }

#RLWP_DIV_TBL1	{ top:  35px;	left:  15px;	width: 233px;	height: 128px; }
#RLWP_DIV_TBL2	{								width: 232px;	height: 122px; }

#RLWP_BTN_SUP	{ top:  82px;	left: 261px;	}

#RLWP_BTN_CLS	{ top: 174px;					}
/* ---------------------------------------- */
/* Site : Formulaires : Relations - base    */
/* ---------------------------------------- */
.RLW_FORM			{ top:  20px;	left: 698px;	height: 205px;	width: 333px;	}
#RLW_LBL_TITRE		{												width: 303px;	}

#RLW_DIV_TBL		{ top:  35px;	left:  15px;	height: 128px;	width: 233px;	}

#RLW_BTN_SUP		{ top:  82px;	left: 258px;	}

#RLW_BTN_AJOUTER	{ top: 177px;	}
#RLW_BTN_ATT		{ top: 177px;	}
#RLW_BTN_PAS		{ top: 177px;	}
#RLW_BTN_CLS		{ top: 177px;	}

#RLW_LBL_ALERTE		{ top: 172px;	left: 201px;	font-size: 1.4em	}
/* ---------------------------------------- */
/* Site : Formulaires : Ajouter     		*/
/* ---------------------------------------- */
.RLWADD_FORM		{ top: 245px;	left: 698px;	width: 293px;	height: 120px;	}
#RLWADD_LBL_TITRE	{ 								width: 267px;					}

#RLWADD_LBL_REL		{ top:  37px;	left:  15px;	}
#RLWADD_LBL_PDO		{ top:  62px;	left:  15px;	}

#RLWADD_CMB_REL		{ top:  35px;	left:  80px;	width: 200px; }
#RLWADD_CMB_PDO		{ top:  60px;	left:  80px;	width: 200px; }

#RLWADD_BTN_ADD		{ top:  92px;	}
#RLWADD_BTN_CLS		{ top:  92px;	}
/* ---------------------------------------- */
/* Site : Formulaires : En attente			*/
/* ---------------------------------------- */
.RLWATT_FORM		{ top: 245px;	left: 698px;	height: 375px;	width: 433px;	}
#RLWATT_LBL_TITRE1	{ top:  34px;	left:  15px;					width: 337px;	}
#RLWATT_LBL_TITRE2	{ top: 192px;	left:  15px;					width: 337px;	}

#RLWATT_DIV_TBL1	{ top: 53px;	left:  15px;	height: 128px;	width: 333px;	}
#RLWATT_DIV_TBL2	{								height: 127px; 	width: 313px;	}

#RLWATT_DIV_TBL3	{ top: 211px;	left:  15px;	height: 128px;	width: 333px;	}
#RLWATT_DIV_TBL4	{								height: 122px; 	width: 313px;	}

#RLWATT_BTN_ANN		{ top:  90px;	left: 361px;	}
#RLWATT_BTN_ACC		{ top: 250px;	left: 361px;	}
#RLWATT_BTN_REF		{ top: 278px;	left: 361px;	}
#RLWATT_BTN_CLS		{ top: 350px;	} 

/* ----------------------------------------- */
/* Site : Formulaires : Actualités : Liste   */
/* ----------------------------------------- */
.ACT_FORM		{ top: 20px;	left: 170px;	width: 640px;	height: 673px;	}

#ACT_LBL_PDO	{ top: 37px;	left:  15px;									}
#ACT_LBL_TYP	{ top: 37px;	left: 210px;									}

#ACT_CMB_PDO	{ top: 35px;	left:  68px;	width: 120px;					}
#ACT_CMB_TYP	{ top: 35px;	left: 250px;	width: 120px;					}

#ACT_BTN_ACT	{ top: 35px;	left: 562px;									}
#ACT_BTN_PAR	{ top: 645px;	left: 562px;									}

#ACT_DIV		{ top: 65px;	left:  15px;	width: 610px;	height: 568px;	}

.ACT_TH_TIT		{								width: 601px;					}
.ACT_TH_ACT		{ 								width: 411px;					overflow: hidden;	color: #191970; font-size: 1.2em;	}
.ACT_TH_DAT		{ 								width: 130px;					overflow: hidden;	color: #191970; font-size: 1em; 	}
.ACT_TH_NEW		{ 								width:  60px;					overflow: hidden;	color: green; 	font-size: 1em;  font-style: italic; font-weight: bold; text-align:center;}

.ACT_TH_SEP		{ border-style: solid;	border-width: 1px 0px 0px 0px; color: #191970; }
/* --------------------------------------------- */
/* Site : Formulaires : Actualités : Préférences */
/* --------------------------------------------- */
.ACTFLT_FORM		{ top: 40px;	left: 200px;	width: 550px;	height: 576px;	}

#ACTFLT_LBL_ACT		{ top:  40px;	left:  67px;	width: 60px;	}
#ACTFLT_LBL_ALR		{ top:  40px;	left: 135px;	width: 60px;	}
#ACTFLT_LBL_MAI		{ top:  40px;	left: 203px;	width: 60px;	}

.ACTFLT_LIB1		{ font-weight: bold; font-style: italic;	}

.ACTFLT_LIG01		{ top:  62px; }
.ACTFLT_LIG02		{ top:  82px; }
.ACTFLT_LIG03		{ top: 102px; }
.ACTFLT_LIG04		{ top: 122px; }
.ACTFLT_LIG05		{ top: 142px; }
.ACTFLT_LIG06		{ top: 162px; }
.ACTFLT_LIG07		{ top: 182px; }
.ACTFLT_LIG08		{ top: 202px; }
.ACTFLT_LIG09		{ top: 222px; }
.ACTFLT_LIG10		{ top: 242px; }
.ACTFLT_LIG11		{ top: 262px; }
.ACTFLT_LIG12		{ top: 282px; }
.ACTFLT_LIG13		{ top: 302px; }
.ACTFLT_LIG14		{ top: 322px; }
.ACTFLT_LIG15		{ top: 342px; }
.ACTFLT_LIG16		{ top: 362px; }
.ACTFLT_LIG17		{ top: 382px; }
.ACTFLT_LIG18		{ top: 402px; }
.ACTFLT_LIG19		{ top: 422px; }
.ACTFLT_LIG20		{ top: 442px; }
.ACTFLT_LIG21		{ top: 462px; }
.ACTFLT_LIG22		{ top: 482px; }

.ACTFLT_LIG011		{ top:  60px; }
.ACTFLT_LIG021		{ top:  80px; }
.ACTFLT_LIG031		{ top: 100px; }
.ACTFLT_LIG041		{ top: 120px; }
.ACTFLT_LIG051		{ top: 140px; }
.ACTFLT_LIG061		{ top: 160px; }
.ACTFLT_LIG071		{ top: 180px; }
.ACTFLT_LIG081		{ top: 200px; }
.ACTFLT_LIG091		{ top: 220px; }
.ACTFLT_LIG101		{ top: 240px; }
.ACTFLT_LIG111		{ top: 260px; }
.ACTFLT_LIG121		{ top: 280px; }
.ACTFLT_LIG131		{ top: 300px; }
.ACTFLT_LIG141		{ top: 320px; }
.ACTFLT_LIG151		{ top: 340px; }
.ACTFLT_LIG161		{ top: 360px; }
.ACTFLT_LIG171		{ top: 380px; }
.ACTFLT_LIG181		{ top: 400px; }
.ACTFLT_LIG191		{ top: 420px; }
.ACTFLT_LIG201		{ top: 440px; }
.ACTFLT_LIG211		{ top: 460px; }
.ACTFLT_LIG221		{ top: 480px; }


.ACTFLT_COL1		{ left:  18px; }
.ACTFLT_COL2		{ left:  90px; }
.ACTFLT_COL3		{ left: 155px; }
.ACTFLT_COL4		{ left: 220px; }
.ACTFLT_COL5		{ left: 280px; }

#ACTFLT_LBL_HIS		{ top: 505px;	left: 330px; }
#ACTFLT_CMP_HIS		{ top: 505px;	left: 496px; }

#ACTFLT_BTN_ALL		{ top: 500px;	left:  95px;	width: 140px; }
#ACTFLT_BTN_NON		{ top: 520px;	left:  95px;	width: 140px; }

#ACTFLT_BTN_ALL1	{ top: 500px;	left:  74px;	width:  50px; }
#ACTFLT_BTN_NON1	{ top: 520px;	left:  74px;	width:  50px; }
#ACTFLT_BTN_ALL2	{ top: 500px;	left: 139px;	width:  50px; }
#ACTFLT_BTN_NON2	{ top: 520px;	left: 139px;	width:  50px; }
#ACTFLT_BTN_ALL3	{ top: 500px;	left: 204px;	width:  50px; }
#ACTFLT_BTN_NON3	{ top: 520px;	left: 204px;	width:  50px; }

#ACTFLT_BTN_ENR		{ top: 550px;	}
#ACTFLT_BTN_CLS		{ top: 550px;	}
/* ----------------------------------------- */
/* Site : Formulaires : Messages : Menu      */
/* ----------------------------------------- */
.MSS_FORM			{ top:  20px;	left: 170px;									}

#MSS_BTN_REC		{ top:   1px;	left:   1px;	width: 130px;	height: 35px;	font-size: 1em;	}
#MSS_BTN_ENV		{ top:   1px;	left: 136px;	width: 130px;	height: 35px;	font-size: 1em;	}
/* ----------------------------------------- */
/* Site : Formulaires : Messages : Listes    */
/* ----------------------------------------- */
.MES_FORM		{ 				left: 171px;	width: 898px;	height: 474px;	}
.MES_FORM_USR	{ top:  64px;													}	 										
.MES_FORM_ADM	{ top: 144px;													}	 										

#MES_LBL_MBR	{ top:  33px;	left:  15px;									text-align: right;	}
#MES_LBL_LUS	{ top:  33px;	left: 254px;									text-align: right;	}
#MES_CMB_MBR	{ top:  32px;	left:  76px;	width: 130px;					}
#MES_CMB_LUS	{ top:  32px;	left: 323px;	width:  80px;					}

#MES_DIV		{ top:  80px;	left:  15px;	width: 864px;	height: 355px;	}

#MES_BTN_RST	{ top:  32px;	left: 675px;									}
#MES_BTN_NEW	{ top: 446px;	left: 817px;									}
#MES_BTN_SUP	{ top:  32px;	left: 746px;									}
#MES_BTN_ALL	{ top:  32px;	left: 817px;									}

#MES_LBL_FOO	{ top:  64px;	left:  15px;	width: 800px;					text-align: left;	}
#MES_LBL_MAX	{ top: 447px;	left: 150px;	width: 300px;					text-align: left;	}
#MES_LBL_FUL	{ top: 446px;	left: 355px;	width: 300px;					text-align: center;	color: red;	font-weight: bold;	font-size: 1em; }

.MES_TH_ICO		{								width:  25px;					}
.MES_TH_PDO		{								width: 120px;					}
.MES_TH_MBR		{								width: 172px;					}
.MES_TH_SUJ		{								width: 352px;					}
.MES_TH_DAT		{								width: 117px;					}
.MES_TH_DLU		{								width: 117px;					}
.MES_TH_BTN		{ position: relative; margin: -2px 0px 0px 0px; }
.MES_TH_CHK		{ position: relative; top:  2px; }
/* ----------------------------------------- */
/* Site : Formulaires : Messages : Lire      */
/* ----------------------------------------- */
.MEV_FORM 				{ top:  75px;	left: 250px;	width: 550px;	height: 446px;	}

#MEV_INP_ICS 			{ top:  37px;	left: 220px;									}
#MEV_INP_ICP 			{ top:  37px;	left: 245px;									}

#MEV_LBL_FRT			{ top:  37px;	left:  15px;									}
#MEV_INP_FRT			{ top:  35px;	left:  85px;	width: 125px;					text-align: center;	}
/* #MEV_LBL_DAT 			{ top:  67px;	left:  15px;									} */
/* #MEV_LBL_TIM 			{ top:  67px;	left: 173px;									} */			
/* #MEV_LBL_SUJ 			{ top:  97px;	left:  15px;									} */

#MEV_DIV_TBL			{ top: 60px;	left:  15px;	width: 518px;	height: 350px;	}
.MEV_TD_LSU				{								width:  30px;					cursor: default;	}
.MEV_TD_SUJ				{																cursor: default;	}
.MEV_TD_TXT				{								width: 496px;					cursor: default;	}
.MEV_TD_PDO				{																text-align: left;	cursor: default;	margin: 5px 0px 0px 0px;	padding: 8px 2px 0px 2px;}
.MEV_TD_DAT				{																text-align: right;	cursor: default;	margin: 5px 0px 0px 0px; 	padding: 8px 2px 0px 2px;}
.MEV_DIV				{																margin: 1px 0px 1px 0px; padding: 0px 2px 0px 2px;}

#MEV_BTN_REP			{ top: 420px;													}
#MEV_BTN_CLS			{ top: 420px;													}
/* ----------------------------------------- */
/* Site : Formulaires : Messages : Envoyer   */
/* ----------------------------------------- */
.MEW_FORM_MAD			{ top:  20px;	left: 170px;	width: 550px;	height: 310px;	}
.MEW_FORM_OTH			{								width: 550px;	height: 310px;	}

#MEW_IMG_SEXE			{ top:  37px;	left: 193px;									}
#MEW_IMG_PAYS			{ top:  37px;	left: 218px;									}
#MEW_BTN_PRF			{ top:  35px;	left: 260px;									}

#MEW_LBL_FRT			{ top:  37px;	left:  15px;									}
#MEW_LBL_FRT_ERR		{ top:  53px;	left:  55px;									}
#MEW_LBL_SUJ			{ top:  65px;	left:  15px;									}
#MEW_INP_SUJ_ERR		{ top:  85px;	left:  55px;									}
#MEW_TAR_TXT_ERR		{ top: 271px;	left:  15px;	width: 517px;					}

#MEW_INP_PSEUDO			{ top:  35px;	left:  55px;	width: 125px;					text-align: center; }
#MEW_CMB_PSEUDO			{ top:  35px;	left:  55px;	width: 135px;					}
#MEW_INP_SUJ			{ top:  65px;	left:  55px;	width: 476px;					}
#MEW_LBL_SUJ_NBR		{ top:  50px;	left:  88px;	width: 449px;					text-align: right;	}
#MEW_TAR_TXT			{ top: 105px;	left:  15px;	width: 517px;	height: 160px;	}
#MEW_LBL_TXT_NBR		{ top:  90px;	left:  18px;	width: 499px;					text-align: right;	}

#MEW_BTN_ENV			{ top: 285px;													}
#MEW_BTN_CLS			{ top: 285px;													}
#MEW_BTN_FMT			{ top:  89px;	left: 521px;									}

#MEW_LBL_OBLIGR			{ top: 285px;	left: 440px;	width: 100px;					text-align: right;	}
#MEW_LBL_OBLIGC			{ top: 285px;	left: 225px;	width: 100px;					text-align: center;	}
/* ------------------------------------------ */
/* Statuts   : Mise à jour					  */
/* ------------------------------------------ */
.GPRFSTA_FORM			{ top:  30px;	left: 670px;	width: 252px;	height: 522px;	}

#GPRFSTA_DIV_1			{ top:  55px;	left:  15px;	width: 224px;	height: 426px;	}
.GPRFSTA_TD				{																border-style: none; text-align: left;	}
.GPRFSTP_TD				{																border-style: none; text-align: left;	}
.GPRFSTAL_TD			{ 								width: 150px;					border-style: none; text-align: left; padding: 0px 0px 0px 5px;	}
.GPRFSTAL_TDR			{																color: red;			text-align: center;	}
.GPRFSTAL_TDS			{																text-decoration: underline; font-weight: bold;	}

#GPRFSTA_BTN_RES		{ top: 492px;													}
#GPRFSTA_BTN_CLS		{ top: 492px;													}
#GPRFSTA_BTN_ENR		{ top: 492px;													}
#GPRFSTA_BTN_MAZ		{ top:  34px;	left:  15px;									}
/* ------------------------------------------ */
/* Statuts   : Recherche personnelle               */
/* ------------------------------------------ */
.GPRFSRC_FORM		{ top:  30px;	left: 670px;	width: 283px;	height: 597px;	}

#GPRFSRC_DIV_1		{ top: 55px;	left:  15px;	width: 254px;	height: 505px;	}
.GPRFSRC_TD			{																border-style: none; }
.GPRFSRC_TDL		{								width: 200px;					border-style: none;	text-align: left; padding: 0px 0px 0px 5px; }
.GPRFSRC_TDR		{ color: red; }

#GPRFSRC_BTN_RES	{ top: 570px;	}
#GPRFSRC_BTN_CLS	{ top: 570px;	}
#GPRFSRC_BTN_ENR	{ top: 570px;	}
#GPRFSRC_BTN_MAZ	{ top:  35px;	left:  15px;	}
/* ------------------------------------------------------- */
/* Avertissement script 								   */
/* ------------------------------------------------------- */
#TCHAT_DIV_SCRIPT	{ position: absolute; text-align:center; vertical-align: middle; top: 20%; width: 100%; margin:auto; }

.SCRIPT_TITRE	{ font-weight: bold;	color: red;		font-size: 1.5em;	font-style: normal;			}
.SCRIPT_NORM	{ 						color: yellow;	font-size: 1.5em;								}
.SCRIPT_NORM2	{ 						color: yellow;	font-size: 1.5em;	display: none;				}
.SCRIPT_BIG		{ 						color: yellow;	font-size: 1.6em;								}
.SCRIPT_RED		{ font-weight: bold;	color: red;														}
.SCRIPT_UNDER	{ font-weight: bold;										text-decoration: underline; }
.SCRIPT_BOLD	{ font-weight: bold;						font-size: 1.5em;							}
/* ------------------------------------------------------- */
/* Fin                                                     */
/* ------------------------------------------------------- */
#BYE_LBL_NAM {
	top: 50px; 
	left: 100px; 
	color: red; 
	font-size: 1.3em; 
	font-weight: bold;
	position: absolute;
}
#BYE_LNK_NAM {	
	color: red; 
	font-size: 1.6em; 
	font-weight: bold;
	text-decoration: none;
}
#BYE_LBL_MES { 
	top: 110px; 
	left: 130px; 
	color: #ffe841; 
	font-size: 1.4em; 
	position: absolute;
}

