/* #######################################################################################################
########################################## Styles Interface 02 ###########################################
*/
body {
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-image: url(../../img/interface/body_bg.gif);
}
.scroll_V{
	display: block;
	overflow:hidden;
	overflow-x: hidden;
	overflow : -moz-scrollbars-vertical;
	overflow-y: scroll;
}
.CharteMFR_VERT {
	color: #2FA829;
}
.CharteMFR_ORANGE {
	color: #F7AD00;
}
.CharteMFR_VERT_bg {
	background-color: #2FA829;
}
.CharteMFR_ORANGE_bg {
	background-color: #F7AD00;
}
hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*	####################################################################################################################		INTERFACE
	####################################################################################################################
	####################################################################################################################
	####################################################################################################################
*/
div#RL_div_conteneurGeneral {
	/*	NOT USED	*/
}
/*	######################################################################################		INTERFACE - HEADER
	######################################################################################
*/
div#RL_div_header_BG {
	width: 100%;
	height: 215px;
	background-image: url(../../img/interface/header_BG.jpg);
	background-repeat: repeat-x;
}
	div#RL_div_header_bandeauSupp {
		width: 960px;
		height: 70px;
		margin: 0 auto 0 auto;
		background-color:#333333;
	}
	div#RL_div_header_visuel {
		width: 960px;
		height: 210px;
		margin: 0 auto 0 auto;
	}
	div#RL_div_header_logo {
		float:left;
	}

/*	######################################################################################		INTERFACE - BODY
	######################################################################################
*/
div#RL_div_body_master {
	width: 100%;
}
html>body #RL_div_body_master {
	width: 100% !important;
}

	table#RL_table_body_3cols {
		width: 960px;
		margin: 0 auto 0 auto 0;
	}
	td#RL_td_body_G {
		/*	NOT USED	*/
	}
	td#RL_td_body_menuGch {
			/*	NOT USED	*/
	}

table#RL_tbl_contenuMain {
	width: 100%;
	margin-left: 10px;
}
td#RL_tbl_contenuMain_HEADER {
	width: 100%;
	height: 14px;
	background-image: url(../../img/interface/contenu_haut.gif);
	background-position: left;
	background-repeat: no-repeat;
}
	
td#RL_tbl_contenuMain_BODY {
	width: 100%;
	background-image: url(../../img/interface/contenu_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 20px;
}
	
td#RL_tbl_contenuMain_FOOTER {
	width: 100%;
	height: 14px;
	background-image: url(../../img/interface/contenu_bas.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/*	######################################################################################		INTERFACE - FOOTER
	######################################################################################
*/
div#RL_div_footer_master {
	width: 100%;
	height: 54px;
	background-image: url(../../img/interface/footer_BG.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #000000;
	padding-top: 7px;
}

/*	######################################################################################		TEXTE DEFFILANT
	######################################################################################
*/
div#RL_div_header_txtMarquee {
	width: 100%;
	height: 12px;
}
	.INTERF_txtMarquee {
		width: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #003366;
	}





/*	####################################################################################################################		CONTENUS
	####################################################################################################################
	####################################################################################################################
	####################################################################################################################
*/

		
/*	######################################################################################		INFOS MAISON
	######################################################################################
*/
div#RL_div_M_identite_MAISON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-align: center;
	width:960px;
	margin: 0 auto 0 auto;
}
	a.INTERF_liensInfoMaison:link { 
		color: #999;
		text-decoration:none;
	}
	a.INTERF_liensInfoMaison:visited {
		text-decoration:none; 
		color: #999;
	}
	a.INTERF_liensInfoMaison:hover {
		text-decoration:none;
		color: #C00;
	}
	a.INTERF_liensInfoMaison:active { 
		text-decoration:none;
		color: #999;
	}



		
		
/*	######################################################################################		LIENS UTILISATEUR
	######################################################################################
*/
a.INTERF_liensUtilisateur:link { 
	color: #166A76;
	text-decoration:none;
}
a.INTERF_liensUtilisateur:visited {
	text-decoration:none; 
	color: #166A76;
}
a.INTERF_liensUtilisateur:hover {
	text-decoration:none;
	color: #C00;
}
a.INTERF_liensUtilisateur:active { 
	text-decoration:none;
	color: #166A76;
}


/*	######################################################################################		MENU HAUT
	######################################################################################
*/
/*	###########	Forme "UL - LI" (pour "menuHaut_ULLI.inc.php")	*/
.INTERF_menu_HAUT_ULLI_UL {
	margin: 10px 0 0 0;
    padding:0;
    list-style:none;
}
.INTERF_menu_HAUT_ULLI_LI {
    margin:0;
	padding: 3px 0 3px 0;
	text-align:right;
}
.INTERF_menu_HAUT_ULLI_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-transform: uppercase;
}
		a.INTERF_menu_HAUT_ULLI_txt:link { 
			color: #CCC;
			text-decoration:none;
		}
		a.INTERF_menu_HAUT_ULLI_txt:visited {
			text-decoration:none; 
			color: #CCC;
		}
		a.INTERF_menu_HAUT_ULLI_txt:hover {
			text-decoration:none;
			color: #C00;
		}
		a.INTERF_menu_HAUT_ULLI_txt:active { 
			text-decoration:none;
			color: #CCC;
		}





/*	###########	Forme classique (pour "menuHaut.inc.php")	*/
div#RL_div_header_menuHaut_CONTENU{
	width: 300px;
	float:right;
	margin: 38px 0 0 0;
}
.INTERF_menu_HAUT_ico {
	/*	NOT USED	
	width: 10px;
	height: 12px;
	background-image: url(../../img/interface/flch_VERTE_D.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	*/
}
.INTERF_menu_HAUT_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	text-transform:uppercase;
	text-align:right;
}
		a.INTERF_menu_HAUT_txt:link { 
			color: #FFF;
			text-decoration:none;
		}
		a.INTERF_menu_HAUT_txt:visited {
			text-decoration:none; 
			color: #FFF;
		}
		a.INTERF_menu_HAUT_txt:hover {
			text-decoration:none;
			color: #C00;
		}
		a.INTERF_menu_HAUT_txt:active { 
			text-decoration:none;
			color: #FFF;
		}
.INTERF_menu_HAUT_adresse{
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
		a.INTERF_menu_HAUT_adresse:link { 
			color: #999;
			text-decoration:none;
		}
		a.INTERF_menu_HAUT_adresse:visited {
			text-decoration:none; 
			color: #999;
		}
		a.INTERF_menu_HAUT_adresse:hover {
			text-decoration:none;
			color: #F7AD00;
		}
		a.INTERF_menu_HAUT_adresse:active { 
			text-decoration:none;
			color: #999;
		}
.INTERF_menu_HAUT_spacer {
	background-color: #FFF;
	height: 1px;
}
.INTERF_fldSearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
	width:100px;
	height:10px;
}

/*	######################################################################################		MENU GAUCHE
	######################################################################################
*/
div#RL_div_menuGch_VERTICAL {
	width: 183px;
}
div#RL_div_menuGch_HEADER {
	width: 100%;
	height: 21px;
	background-image: url(../../img/interface/navy_haut.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
div#RL_div_menuGch_PAGES {
	width: 100%;
	background-image: url(../../img/interface/navy_bg.gif);
}
div#RL_div_menuGch_FOOTER {
	width: 100%;
	height: 14px;
	background-image: url(../../img/interface/navy_bas.gif);
	background-repeat: no-repeat;
	background-position: top;	
}

.INTERF_menu_GAUCHE_spacer {
	height: 21px;
	width: 100%;
	background: #FFF;
	background-image: url(../../img/interface/navy_sep.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

.INTERF_menu_GAUCHE_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-align: right;
}
		a.INTERF_menu_GAUCHE_txt:link { 
			color: #999;
			text-decoration:none;
		}
		a.INTERF_menu_GAUCHE_txt:visited {
			text-decoration:none; 
			color: #999;
		}
		a.INTERF_menu_GAUCHE_txt:hover {
			text-decoration:none;
			color: #C00;
		}
		a.INTERF_menu_GAUCHE_txt:active { 
			text-decoration:none;
			color: #999;
		}
.INTERF_sousMenu_GAUCHE_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-align: right;
}
		a.INTERF_sousMenu_GAUCHE_txt:link { 
			color: #999;
			text-decoration:none;
		}
		a.INTERF_sousMenu_GAUCHE_txt:visited {
			text-decoration:none; 
			color: #999;
		}
		a.INTERF_sousMenu_GAUCHE_txt:hover {
			text-decoration:none;
			color: #C00;
		}
		a.INTERF_sousMenu_GAUCHE_txt:active { 
			text-decoration:none;
			color: #999;
		}
.RL_div_menu_SELECTED_YES {
	background-image: url(../../img/interface/navy_menu_SELECTED.gif);
	background-repeat: no-repeat;
	background-position: middle left;
	padding: 3px 0 3px 0;
	color: #C00;
}
.RL_div_menu_SELECTED_NO {
	padding: 3px 0 3px 0;
}
.RL_div_sousMenu_OPENED {
	background-image: url(../../img/interface/navy_sousMenu_OPENED.gif);
	padding: 3px 8px 3px 8px;
	border: 1px solid #0cf;
}
.RL_div_sousMenu_CLOSED {
	padding: 3px 0 3px 0;
}

/*	######################################################################################		MENTIONS
	######################################################################################
*/
.INTERF_mentions_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: center;
	padding: 7px 7px 0 0;
}
		a.INTERF_mentions_txt:link { 
			color: #999;
			text-decoration:none;
		}
		a.INTERF_mentions_txt:visited {
			text-decoration:none; 
			color: #999;
		}
		a.INTERF_mentions_txt:hover {
			text-decoration:none;
			color: #C00;
		}
		a.INTERF_mentions_txt:active { 
			text-decoration:none;
			color: #999;
		}
	

/*	######################################################################################		SPOT HAUT DE PAGE
	######################################################################################
*/
div#RL_div_hautDePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #399;
	font-weight: normal;
	font-style:italic;
	text-align: right;
	margin: 20px 10px 10px 0px;
}

/*	######################################################################################		MENU BAS
	######################################################################################
*/
div#RL_div_menuBasDePage {
	padding-top:10px;
	padding-left:3px;
	width:100%;
	text-align:left;	
	word-wrap:break-word;
	word-spacing:inherit;
	overflow:auto;
}
.INTERF_menu_BAS_spacer {
	width:1px;
	height:1px;
}
.INTERF_menu_BAS_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
}
		a.INTERF_menu_BAS_txt:link { 
			color: #CCC;
			text-decoration:none;
		}
		a.INTERF_menu_BAS_txt:visited {
			text-decoration:none; 
			color: #CCC;
		}
		a.INTERF_menu_BAS_txt:hover {
			text-decoration:none;
			color: #F7AD00;
		}
		a.INTERF_menu_BAS_txt:active { 
			text-decoration:none;
			color: #CCC;
		}

/*	######################################################################################		PUCES
	######################################################################################
*/
.INTERF_puce_01 {
	width:15px;
	height:15px;
}
.INTERF_puce_02 {
	width:10px;
	height:10px;
}
.INTERF_puce_03 {
	width:8px;
	height:8px;
}


/*	######################################################################################		GENERALITES sur les AFFICHAGES de CONTENUS
	######################################################################################
*/
div#RL_div_contenuPageType {
	float: left;
	width: 100%;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}
div#RL_div_contenuPageType_INTITULE_PARENT {
	text-align: left;
/*
	background-image: url(../../img/interface/titre_1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	*/
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #CCC;
	font-weight: normal;
	margin: 0;
}
div#RL_div_contenuPageType_INTITULE_ENFANT {
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #CCC;
	font-weight: normal;
	margin: 0;
}
/*
VERT CLAIR			:	#CEED6F
	VERT MOYEN			:	#81A738
	VERT FONCE			:	#517806
	BLEUTITRE			:	#3399CC
*/
div#RL_div_contenuPageType_PARAG {
	margin: 0 0 30px 10px;
}
div#RL_div_contenuPageType_LASTMODIF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	font-style:italic;
	text-align:left;
}
div#RL_div_contenuPageType_PARAG_TITRE {
	text-align:left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #17a9e4;
	font-weight: normal;
	margin:10px 0 0 0;
}
div#RL_div_contenuPageType_PARAG_ACCROCHE {
	text-align:left;
	margin: 5px 0px 0px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555A70;
	font-weight: normal;
}
div#RL_div_contenuPageType_PARAG_TEXTE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555A70;
	font-weight: normal;
	text-align:justify;
	margin: 5px 0 0 35px;
}


/*	######################################################################################		ACCUEIL (ou EDITO)
	######################################################################################
*/
.INTERF_edito_intitule {
	/*	NOT USED
		à utiliser si on veut sur-écrire "div#RL_div_contenuPageType_INTITULE_ENFANT"
	*/
}
.INTERF_edito_ttr {
	/*	NOT USED
		à utiliser si on veut sur-écrire "div#RL_div_contenuPageType_PARAG_TITRE"
	*/
}
.INTERF_edito_txt {
	width: 100%;
	float: left;
}
		
		
/*	######################################################################################		SYNDICATION
	######################################################################################
*/
div#RL_div_accueilSyndication_CONTENEUR {
	width: 192px;
	float: right;
}
div#RL_div_NEWS_header {
	background-image: url(../../img/interface/pltActu_haut.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 191px;
	height: 67px;
	padding: 20px 7px 0 30px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399cc;
	font-weight: bold;
	text-align: left;
}
div#RL_div_NEWS_body {
	background-image: url(../../img/interface/pltActu_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 191px;
	padding: 0 0 10px 10px;
}
div#RL_div_NEWS_footer {
	background-image: url(../../img/interface/pltActu_bas.gif);
	width: 191px;
	height: 1px;
}
.div_NEWS_uneNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555A70;
	text-align:left;
	padding-right: 7px;
}
		a.div_NEWS_uneNews:link {
			text-decoration:none;
			color: #555A70;
		}
		a.div_NEWS_uneNews:visited {
			text-decoration:none;
			color: #555A70;
		}
		a.div_NEWS_uneNews:hover {
			text-decoration:none;
			color: #C00;
		}
		a.div_NEWS_uneNews:active { 
			text-decoration:none;
			color: #555A70;
		}
.divParentSyndication_scroll {
	height:200px;
	width: 90%;
	display: block;
	overflow:hidden;
	overflow-x: hidden;
	overflow : -moz-scrollbars-vertical;
	overflow-y: scroll;
}
.divParentSyndication_marquee {
	height:200px;
}
.divParentSyndication_noMarquee {
/*	height: 70px;	*/
}
	
.marqueeSyndication {
	height:100%;
	width:95%;
}
.INTERF_accueilSyndication_intitule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474C5D;
	font-weight: bold;
}
.INTERF_accueilSyndication_ttr {
	font-size: 12px;
	font-weight: bold;
}
.INTERF_accueilSyndication_date {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}
.INTERF_accueilSyndication_accroche {
	font-size: 11px;
	font-weight: normal;
}

	
/*	######################################################################################		PAGES
	######################################################################################
*/
.INTERF_page_ttr {
	/*	NOT USED
		à utiliser si on veut sur-écrire "div#RL_div_contenuPageType_PARAG_TITRE"
	*/
}
.INTERF_page_txt {
	/*	NOT USED
		à utiliser si on veut sur-écrire "div#RL_div_contenuPageType_PARAG_TEXTE"
	*/
}
	
		
	
	
/*	######################################################################################		CONTACT & PLAN D'ACCES
	######################################################################################
*/
div#map {	/*	contient le maps.google	*/
	width: 90%;
	height: 300px;
	border:1px solid #33ccff;
	margin: 10px 0px 0px 0px;
}
div#RL_div_itineraire {
	width: 90%;
	border:1px solid #33ccff;
	margin: 10px 0px 0px 0px;
}
.INTERF_contact_txt {
	/*	NOT USED
		à utiliser si on veut sur-écrire "div#RL_div_contenuPageType_PARAG_ACCROCHE"
	*/
}
div#RL_div_contenuPageType_PAGE_CONTACT_detailsContact {
	margin-top: 40px;
	text-align: center;
}
div#RL_div_contenuPageType_PAGE_CONTACT_formMailContact {
	margin-top: 10px;
	width: 600px;
	text-align: center;
}
.INTERF_contact_nomMaison {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
.INTERF_contact_infos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
	
	

/*	######################################################################################		BOUTONS
	######################################################################################
*/
/*
Charte Interface
	VERT CLAIR			:	#CEED6F
	VERT MOYEN			:	#81A738
	VERT FONCE			:	#517806
	BLEUTITRE			:	#3399CC
*/
div#RL_div_btnRetourListe {
	width: 120px;
	background-color:#CEED6F;
	padding: 2px 5px 2px 5px;
	text-align:center;
	border: 1px solid #81A738;
}
.INTERF_btnRetourListe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #517806;
	font-weight: bold;
}
		a.INTERF_btnRetourListe:link { 
			color: #517806;
			text-decoration:none;
		}
		a.INTERF_btnRetourListe:visited {
			text-decoration:none; 
			color: #517806;
		}
		a.INTERF_btnRetourListe:hover {
			text-decoration:none;
			color: #3399CC;
		}
		a.INTERF_btnRetourListe:active { 
			text-decoration:none;
			color: #517806;
		}
				
div#RL_div_btnDemandDInfos {
	width: 180px;
	background-color:#CEED6F;
	padding: 2px 5px 2px 5px;
	text-align:center;
	border: 1px solid #81A738;
}
.INTERF_btnDemandDInfos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #517806;
	font-weight: bold;
}
		a.INTERF_btnDemandDInfos:link { 
			color: #517806;
			text-decoration:none;
		}
		a.INTERF_btnDemandDInfos:visited {
			text-decoration:none; 
			color: #517806;
		}
		a.INTERF_btnDemandDInfos:hover {
			text-decoration:none;
			color: #3399CC;
		}
		a.INTERF_btnDemandDInfos:active { 
			text-decoration:none;
			color: #517806;
		}

		
/*	######################################################################################		FORMULAIRES de DEMANDE D'INFOS
	######################################################################################

Charte MFR 	:
	VERT	:	#2FA829
	ORANGE	:	#F7AD00
	
Charte Interface
	GRIS HAUT		:	#E9EDD4
	VERT FONCE		:	#A0C041
	VERT MOYEN		:	#B9DB51
	VERT CLAIR		:	#CEED6F
	DEGRAD_FONCE	:	#474C5D
	DEGRAD_MOYEN	:	#555A70
	DEGRAD_CLAIR	:	#636983
*/
.INTERF_demandeDInfos_enTeteParag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #636983;
	font-weight: bold;
}
.INTERF_demandeDInfos_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474C5D;
	font-weight: normal;
}
.INTERF_SPACER_demandeDInfos {
	height: 1px;
	background-color: #A0C041;
}
.INTERF_demandeDInfos_champsObligatoires {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F7AD00;
	font-weight: bold;
}
.INTERF_demandeDInfos_listeDesFormations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474C5D;
	font-weight: normal;
	padding-right: 60px;
}
		
		
/*	######################################################################################		ACCES INTRANET
	######################################################################################

Charte MFR 	:
	VERT	:	#2FA829
	ORANGE	:	#F7AD00
	
Charte Interface
	GRIS HAUT		:	#E9EDD4
	VERT FONCE		:	#A0C041
	VERT MOYEN		:	#B9DB51
	VERT CLAIR		:	#CEED6F
	DEGRAD_FONCE	:	#474C5D
	DEGRAD_MOYEN	:	#555A70
	DEGRAD_CLAIR	:	#636983
*/	
.INTERF_accesIntranet_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CEED6F;
	font-weight: bold;
}
.INTERF_accesIntranet_inputTxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	height:9px;
}
div#btnSubmit_accesIntranet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CEED6F;
	font-weight: bold;
	border:1px solid #CEED6F;
	padding: 0px 2px 0px 2px;
	cursor:pointer;
}
		a.btnSubmit_accesIntranet:hover {
			text-decoration:none;
			color: #474C5D;
			background-color: #CEED6F;
		}
		
	
		
/*	######################################################################################		SEND PAGE
	######################################################################################

Charte MFR 	:
	VERT	:	#2FA829
	ORANGE	:	#F7AD00
	
Charte Interface
	GRIS HAUT		:	#E9EDD4
	VERT FONCE		:	#A0C041
	VERT MOYEN		:	#B9DB51
	VERT CLAIR		:	#CEED6F
	DEGRAD_FONCE	:	#474C5D
	DEGRAD_MOYEN	:	#555A70
	DEGRAD_CLAIR	:	#636983
*/	
.sendPage_body {margin:0px 0px 0px 0px;background-color:#CEED6F;}

.sendPage_titrePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	background-color: #A0C041;
	height: 24px;
}
.sendPage_msgSended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A0C041;
	font-weight: bold;
	height: 150px;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/*
div#RL_div_ajaxAttente{
	width:500px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	background-color:#CC3300;
	z-index:1000000;
}	*/
div#lyrContainerMaster{
	width:100%;
	text-align:center;
}

.INTERF_txt_NomDeLaMaison{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.INTERF_txt_AdresseDeLaMaison{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}
.INTERF_txt_NomDuMembre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.INTERF_txt_ProfilDuMembre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}


/*	######################################################################### SPACERS	*/
.INTERF_SPACER_HEADER_MargeDroite{
	width:10px;
}


/*	######################################################################### GENERALITES	*/
.fondBlanc{
	background-color:#FFF;
}
.fondBleuClair{
	background-color:#E2EDF1;
}
.fondBleuFonce{
	background-color:#0099CC;
}


/*	######################################################################################		FORMULAIRES
	######################################################################################

Charte MFR 	:
	VERT	:	#2FA829
	ORANGE	:	#F7AD00
	
Charte Interface
	GRIS HAUT		:	#E9EDD4
	VERT FONCE		:	#A0C041
	VERT MOYEN		:	#B9DB51
	VERT CLAIR		:	#CEED6F
	DEGRAD_FONCE	:	#474C5D
	DEGRAD_MOYEN	:	#555A70
	DEGRAD_CLAIR	:	#636983
*/	
.form_slct_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.form_txtArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.form_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	height:11px;
}
.form_label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
}

/*	######################################################################################		MODULE NEWS
	######################################################################################

Charte MFR 	:
	VERT	:	#2FA829
	ORANGE	:	#F7AD00
	
Charte Interface
	GRIS HAUT		:	#E9EDD4
	VERT FONCE		:	#A0C041
	VERT MOYEN		:	#B9DB51
	VERT CLAIR		:	#CEED6F
	DEGRAD_FONCE	:	#474C5D
	DEGRAD_MOYEN	:	#555A70
	DEGRAD_CLAIR	:	#636983
*/	
.INTERF_news_titre {	/*	NOT USED	*/	}
.INTERF_news_lastModif {
	text-align:left !important;
}
.INTERF_news_accroche {	/*	NOT USED	*/	}
.INTERF_news_texte {	/*	NOT USED	*/	}
.INTERF_news_img {
	float: left;
	margin: 5px 5px 5px 0px;
}
	