/* ------------------------------------------------------------------------ */
/*          Style CSS ----------------------  - Micrologiciel - 2008        */
/*          IDclic v4                   ----------------------------------- */
/*          Design : IDclic (www.idclic.com) ------------------------------ */
/*          Découpe et CSS : Ink & Pix ------------------------------------ */
/* ------------------------------------------------------------------------ */

/* Body */
BODY {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	margin: 0px;
	padding: 0px;
}
	
#Micro_login { color: #000; }

/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */

A:link, A:visited, A:active, A:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ab487b;
	font-weight: normal;
	text-decoration: none;
	border-bottom: #ab487b 1px solid;
}

A:hover { text-decoration : none; color: #ab487b; text-decoration : none; border-bottom: #ffffff 1px solid; }
A:visited { color: #ab487b; text-decoration : none; border-bottom: #ab487b 1px dashed; }

/* ------------------------------------------------------------------ */
/* Structure globale de la page */

#ScrBgd { width: 100%; /*height: 100%;*/ }
#ScrLeft { width: 50%; }
#ScrRight { width: 50%; background: transparent url(images/scr_bgd.png) repeat-y top left; }
#ScrBgdMotif { background: transparent url(images/scr_bgd_topRgt.png) no-repeat top left; width: 100%; height: 281px }
#ScrMid { width: 1004px; }

#Container { width: 1004px; }

#LogoContainer { width: 200px; height: 145px; padding: 0; }
#Logo { width: 200px; height: 145px; padding: 0; text-align: center; }
#Logo h1 { display: block; /*text-indent: -5000px;*/ margin: 0; padding: 0; visibility: hidden; font-size: 14px; }
#Logo a { display: block; width: 200px; height: 145px; margin: 0; padding: 0; color: #a4396e; border: none; }
#LogoImg { margin: 0; }

#Lang { position: absolute; height: 11px; width: 50px; margin: 0 0 0 500px; padding: 4px 0 0 0; display: none; }
#Lang a { padding: 0 2px; border: none; }
#Lang a:hover { color: #000; }

#TM_Content { height: 45px; background: transparent url(images/TM_bgd.png) no-repeat bottom left; padding: 12px 18px 0 18px; }
html>body #TM_Content { padding: 0 18px 0 18px; } 

#LM_Content { width: 200px; padding: 0; background: transparent url(images/LM_bgd_top.png) no-repeat top right; }
#BM_BtmBgdLft { width: 201px; background: transparent url(images/BM_BtmBgdLft.png) no-repeat top right; }
#RM_Content { width: 175px; padding: 0; background: transparent url(images/RM_bgd.png) repeat-y top left;}
#BM_BtmBgdRgt { width: 175px; background: transparent url(images/BM_BtmBgdRgt.png) no-repeat top left; }
#LM_Btm { height: 2px; font-size: 1px; }
#RM_Btm { height: 2px; font-size: 1px; background: transparent url(images/RM_bgd_btm.png) no-repeat top left; }

#PageContainer { width: 628px; background: transparent url(images/page_bgd.png) repeat-y top left; }
#PageBgd { width: 628px; background: transparent url(images/page_bgd_btm.png) no-repeat bottom left; }
#PageBtm { height: 2px; font-size: 1px; background: transparent url(images/page_bgd_btm2.png) no-repeat top left; width: 627px; }
#PageBdrBtm { height: 2px; font-size: 1px; }

#PageBtm2 { }

#BM_Content { height: 47px; width: 628px; text-align: center; background: transparent url(images/BM_Bgd.png) no-repeat top left; }

#IllusContext { width: 627px; height: 58px; background: transparent url(images/bannerPropComm.png) no-repeat top right; position: absolute; float: left; margin: -58px 0 0 1px; z-index: 10; }
#IllusContext a { width: 627px; height: 58px; display: block; border: none; font-size: 1px; }
/*
.frame { }
.frame .top-lft { width: 11px; height: 11px; background: transparent url(images/cadre_toplft.png) no-repeat bottom right; font-size: 1px; }
.frame .top-rgt { width: 10px; height: 11px; background: transparent url(images/cadre_toprgt.png) no-repeat bottom left; font-size: 1px; }
.frame .top-mid { height: 11px; background: transparent url(images/cadre_topmid.png) repeat-x bottom left; font-size: 1px; }
.frame .mid-lft { width: 11px; background: transparent url(images/cadre_midlft.png) repeat-y top right; font-size: 1px; }
.frame .mid-rgt { width: 10px; background: transparent url(images/cadre_midrgt.png) repeat-y top left; font-size: 1px; }

.frame .btm-lft { width: 11px; height: 11px; background: transparent url(images/cadre_btmlft.png) no-repeat top right; font-size: 1px; }
.frame .btm-rgt { width: 10px; height: 11px; background: transparent url(images/cadre_btmrgt.png) no-repeat top left; font-size: 1px; }
.frame .btm-mid { height: 11px; background: transparent url(images/cadre_btmmid.png) repeat-x top left; font-size: 1px; }
*/
/* ------------------------------------------------------------------ */
/* Tableaux principal*/
.Tablo_Main_Fond { height: 100%; background-color: #fff; }

.Tablo_Main {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

/* ------------------------------------------------------------------ */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */

/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	background-color: #fff;
}

/* Contenu */
#contenu_table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#PageContainer #contenu_table {
	width: 628px;
	height: 504px;
}

#contenu_titre {

}

#contenu_txt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000;
	vertical-align: top;
	text-align: left;
	/*height: 450px;*/
}
#PageContainer #contenu_txt {
	padding: 0 0 64px 0;
	width: 628px;
	background: transparent url(images/page_bgd_top.png) no-repeat top left;
}
/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */

/* taille des tableaux par defaut dans l'editeur */
td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

/* Photos et Images */
.Photo { margin: 4px; }

/* Style textes de la page Contact*/
.Contact {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
	color : #000;
	text-align : left;
	padding: 4px;
}

/* Tailles TEXTE */
.Texte_09_Pix {font-size : 9px;}
.Texte_10_Pix {font-size : 10px;}
.Texte_11_Pix {font-size : 11px;}
.Texte_12_Pix {font-size : 12px;}
.Texte_13_Pix {font-size : 13px;}
.Texte_14_Pix {font-size : 14px;}
.Texte_15_Pix {font-size : 15px;}
.Texte_16_Pix {font-size : 16px;}
.Texte_17_Pix {font-size : 17px;}

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	background-color: #9f2a66;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	/*border: 1px solid #a7abaf;*/
}

/* Cellule Normale */
.Array_Data {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 11px;
	font-weight : normal;
	vertical-align: middle;
	padding-left: 4px;
	background-color: #fff;
	border: 1px solid #9f2a66;
}

/* Fond des tableaux */
.Array_Contour {
	font-size: 11px;
	border: 1px solid #9f2a66;
	border-collapse: collapse;
	margin: 0;
}
.Array_Contour td { /*border: 1px solid #000;*/ padding: 0 2px; }
/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */

#TM_Content img { }

/* Liens du Top Menu */
A.Tab { line-height: 11px; height: 11px; padding: 0 2px 0 0; margin: 0 4px 0 4px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; border: none; }
A.Tab:link { text-decoration : none; color : #000; font-weight: bold; border: none; font-size: 10px; }
A.Tab:visited { text-decoration : none; color : #000; font-weight: bold; border: none; font-size: 10px; }
A.Tab:active { text-decoration : none; color : #000; font-weight: bold; border: none; font-size: 10px; }
A.Tab:hover { text-decoration : underline; color : #000; font-weight: bold; font-size: 10px; border: none; }

/* Liens du Top Menu Active*/
A.Tab_Active { line-height: 11px; height: 11px; font-weight: bold; padding: 0 2px 0 0; margin: 0 4px 0 4px; font-family : Arial, Helvetica, sans-serif; font-size : 10px; border: none; }
A.Tab_Active:link { text-decoration : underline; color : #000; font-weight: bold; font-size: 10px; border: none; }
A.Tab_Active:visited { text-decoration : underline; color : #000; font-weight: bold; font-size: 10px; border: none; }
A.Tab_Active:active { text-decoration : underline; color : #000; font-weight: bold; font-size: 10px; border: none; }
A.Tab_Active:hover { text-decoration: underline; color : #000; font-weight: bold; font-size: 10px; border: none; }

/* Tableau Sous Top général */
.TabSousTopMenu { padding: 4px 4px; white-space: nowrap; background-color: #fff; border: #9f2a66 1px solid; }
.TabSousTopMenu table, .TabSousTopMenu td { }
.TabSousTopMenuTop{  }
.TabSousTopMenuBtm {  }

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { display: block; clear:both; position: absolute; padding: 0; margin: 0; visibility: hidden; z-index: 100; margin: 0 0 0 -2px; padding: 3px 0 0 0; }

/*FireFox*//*Emplacement du Sous Top Menu*/
html>body .DivSousTopMenu { clear:both; position: absolute; white-space: nowrap; padding: 0; margin: 0; visibility: hidden; }


/* Couleur Ligne de séparation des Sous top*/
table.LigneSousTopMenu {
	margin: 2px;
	border-bottom-color: #9f2a66;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	background: none;
	height: 1px;
}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 15px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	background: url(images/soustop_puce.gif) no-repeat 0 6px;
	padding: 0 2px 0 8px;
	margin: 0px 4px 0px 4px;
	border: none;
	}
		
A.SousTopMenu:hover {
	line-height: 15px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #9f2a66;
	white-space: nowrap;
	background: url(images/soustop_puce.gif) no-repeat 0 6px;
	padding: 0 2px 0 8px;
	margin: 0px 4px 0px 4px;
	border: none;
	}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 15px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #9f2a66;
	white-space: nowrap;
	background: url(images/soustop_puce.gif) no-repeat 0 6px;
	padding: 0 2px 0 8px;
	margin: 0px 4px 0px 4px;
	border: none;
	}
	
A.SousTopMenu_Active:hover {
	line-height: 15px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #9f2a66;
	white-space: nowrap;
	background: url(images/soustop_puce.gif) no-repeat 0 6px;
	padding: 0 2px 0 8px;
	margin: 0px 4px 0px 4px;
	border: none;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2 { height: 24px; line-height: 24px; font-weight: bold; padding: 0 0 0 35px; font: Arial, Helvetica, sans-serif; font-weight: bold; color: #000; font-size: 11px; background: transparent url(images/LM_title_puce.png) no-repeat bottom right; }

.LM_Rubs { width: 198px; margin: 0 0 2px 0; /*background: transparent url(images/LM_bgd.png) repeat-y bottom right;*/ }
.LM_Rubs .Menu_Title { }
.LM_Rubs .Menu_Content { padding: 0 0 6px 34px; background: transparent url(images/LM_bgd.png) no-repeat top right; }
.LM_contentbgd { padding: 0; margin: 0; }
.LM_Rubs .Menu_Btm { padding: 0; background: transparent url(images/LM_bgd_btm.png) no-repeat top right; font-size: 1px; }

/* Couleur Ligne de séparation */
.Ligne { 
	display: block;
	float: left;
	clear: both;
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom-color: #ef0071;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	}

/* MG - Gestion puces des pages */
A.Menu img { margin-left: 4px; margin-right: 1px; padding: 0; border: 0; }

/* MG - Titres de toutes les pages */
A.Menu:link , A.Menu:visited , A.Menu:active , A.Menu:hover {
	display: block;
	float: left;
	clear: both;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	/*
	height: 14px;
	line-height: 14px;
	*/
	padding: 0 2px 0 0;
	width: 150px;
	white-space: nowrap;
	border: none;
}
html>body A.Menu { }

/* MG - Survol de toutes les pages */
A.Menu:hover {
	display: block;
	float: left;
	clear: both;
	color: #9f2a66;
	text-decoration: none;
	width: 168px;
	white-space: nowrap;
	width: 150px;
	border: none;
}
html>body A.Menu:hover { }

/* MG - Gestion puces des Page Selectionnéee */
A.Menu_Actif img { padding: 0; border: 0; }

/* MG - Page Selectionnée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif:link , A.Menu_Actif:visited , A.Menu_Actif:active , A.Menu_Actif:hover  {
	display: block;
	float: left;
	clear: both;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	/*
	height: 14px;
	line-height: 14px;
	*/
	padding: 0 2px 0 0;
	color: #9f2a66;
	width: 150px;
	white-space: nowrap;
	border: none;
}
html>body A.Menu_Actif, html>body A.Menu_Actif:link, html>body A.Menu_Actif:active, html>body A.Menu_Actif:visited { }

/* Gestion de l'alignement des titres sur 2 lignes en décalant l'image */
A.Menu img, A.Menu_Actif img { margin-left: 4px; margin-right: 2px; padding: 0; border: 0; }
a.Menu, a.Menu_Actif { text-indent: -0.2em; }

html>body .Menu img, html>body .Menu_Actif img { margin: 6px 2px 0px -4px; }
html>body a.Menu, html>body a.Menu_Actif { }

/* MG - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu img { }

/* MG - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu:link , A.Sous_Menu:visited , A.Sous_Menu:active , A.Sous_Menu:hover {
	/*
	display: block;
	clear: both;
	float: left;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	width: 100%;
	background: url(images/puce_ssrub.gif) no-repeat 12px 6px;
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap;
	border: none;
}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	/*
	display: block;
	clear: both;
	float: left;
	*/
	color: #9f2a66;
	width: 100%;
	text-decoration: none;
	background: url(images/puce_ssrub.gif) no-repeat 12px 6px;
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap;
}

/* MG - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif img { margin-left: 0px; vertical-align: middle; }

/* MG - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif:link , A.Sous_Menu_Actif:visited , A.Sous_Menu_Actif:active , A.Sous_Menu_Actif:hover {
	/*
	display: block;
	clear: both;
	float: left;
	*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #9f2a66;
	background: url(images/puce_ssrub.gif) no-repeat 12px 6px;
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap;
	border: none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus Droits*/
.Tab2_D {}

/* Couleur Ligne de séparation */
.Ligne_D { }

/* MD - Gestion puces des Pages */
A.Menu_D { }

/* MD - liens capsules */
A.Menu_D:link , A.Menu_D:visited , A.Menu_D:active , A.Menu_D:hover {}

/* MD - Survol de toutes les pages */
A.Menu_D:hover { }

/* MD - Gestion puces des Page Selectionée */
A.Menu_Actif_D img { }

/* MD - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif_D:link , A.Menu_Actif_D:visited , A.Menu_Actif_D:active , A.Menu_Actif_D:hover  {}

/* MD - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D img { }

/* MD - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D:link , A.Sous_Menu_D:visited , A.Sous_Menu_D:active , A.Sous_Menu_D:hover {}
	
/* MD - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu_D:hover {}

/* MD - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif_D img { }

/* MD - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif_D:link , A.Sous_Menu_Actif_D:visited , A.Sous_Menu_Actif_D:active , A.Sous_Menu_Actif_D:hover {}

/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {

}


/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */

#BM_Content img { }

.Bottom_Menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #bfbfbf;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-weight: bold;
}

/* Liens du Bottom Menu */
A.Bottom_Tab:link, A.Bottom_Tab:visited , A.Bottom_Tab:active , A.Bottom_Tab:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #bfbfbf;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0; 
	margin: 0 3px; 
	display: block;
	font-weight: bold;
	border: none;
}

A.Bottom_Tab:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	/*color: #eb1865;*/
	color: #9f2a66;
	font-weight: bold; 
	padding: 0; 
	margin: 0 3px; 
	display: block;
	font-weight: bold;
	border: none;
}

/* Liens du Bottom Menu Actif*/
A.Bottom_Tab_Active:link , A.Bottom_Tab_Active:visited , A.Bottom_Tab_Active:active , A.Bottom_Tab_Active:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underlined;
	font-size: 11px;
	color: #9f2a66;
	padding: 0; 
	margin: 0 3px;  
	display: block;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	border: none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
   	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	font-size: 10px;
	text-align: center;
	cursor: hand;
	border: 1px solid #000;
	height : 18px;
	margin: 0px 4px 0px 4px;
	padding: 0 0 4px 0;
	background: none;
}
#PageContainer .Bouton {
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	border: none;
	height : 18px;
	margin: 0px 4px 0px 4px;
	background: #983076 url(images/bt-form.gif) repeat-x top left;
	border: 1px solid #fff;
	vertical-align: top;
}

.LM_Rubs .Bouton { background: #9f2a66 url(images/bt-form.gif) repeat-x bottom; color: #fff; border: 1px solid #fff; /*filter:DropShadow(color=#999999, offx=3, offy=3); text-shadow: 2px;*/ height : 18px; }
.LM_Rubs .Module { background: transparent url(images/pix_white_transp.png); width: 135px; height: 18px; } 

/* .Txt_Area - Cellule de saisi texte multiligne */
/* .Txt_Input - Cellules restantes */
/* .Menu_Select - Liste déroulante Des Sous-Menus */
.Txt_Area , .Txt_Input , .Menu_Select {
	font-family :  Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	border: 1px solid #9f2a66;
}

/* .Module - Cellule News et Recherche */
.Module {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	border: 1px solid #9f2a66;
	width: 90px;
	height: 16px;
}
.LM_Content .Txt_Area, .LM_Content .Txt_Input, .LM_Content .Menu_Select, .LM_Content .Module { }

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer */
#Footer-Line { text-align: center; font-size: 10px; height: 26px; }

.Footer {
	height: 20px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #bfbfbf;
	text-decoration : none;
	text-align : center;
	vertical-align: middle;
	line-height: 20px;
	border: none;
}

/* Lien du Footer */
A.Footer_Lien:link , A.Footer_Lien:visited , A.Footer_Lien:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color: #bfbfbf;
	font-weight : normal;
	margin: 0 4px;
	border: none;
}

A.Footer_Lien:hover {
	/*text-decoration : underline;*/
	text-decoration : none;
	color: #9f2a66;
}

/* ----------------------------------------------------------------------------------------------- */
/* Catalogues */
/* ----------------------------------------------------------------------------------------------- */
#filtre_recherche_cat_bas { margin: 4px; }
#Prod_Number, #Page_Number { padding: 0 4px; }

/* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
 font-size : 11px;
 font-family :  Arial, Helvetica, sans-serif;
 color : #FF0000;
 font-weight : bold;
}

/* Adresse site Internet */
.url_Site {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #AA0000;
	font-weight : bold;
	text-align: left;
	text-indent: 40px;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Intro */
/* ----------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */
#ID_Top_4 a { color: #FF0000; }

#PopUpWrapper { z-index: 1000; }
#PopUpRefs { border: #ffffff 1px solid; background: url(images/zoom_bgd.png); /*position: absolute; margin: 0 auto; top: 50px;*/ }
#PopUpRefs table { width: 100%; height: 100%; }
#PopUpRefs td { padding: 24px; }
#PopUpRefs a { border: none; }
#PopUpRefs #ZoomImg { margin: 16px; }
#PopUpRefs #ZoomLabel { font-size: 12px; font-weight: bold; color: #fff; }

#PopUpImg a { text-decoration: none; border: none; }

.addthis_toolbox a, .addthis_toolbox span, addthis_toolbox img {
	border: none;
}
