/* ------------------------------------------------------------------------ */
/*          Style CSS ----------------------  - Micrologiciel - 2006        */
/*          Paty Car       ----------------------------------- */
/*          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; background-color: #BFBFBF; }
	
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link, A:visited, A:active, A:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
}

A:hover { text-decoration : none; }
A:visited { color: #F29A9A; }

/* ------------------------------------------------------------------ */
/* Structure globale de la page */
#Marge_Left { background: #111113 url(images/Page_BgdLeft.png) repeat-x right bottom; }
#Marge_Right { background: #111113 url(images/Page_BgdRight.png) repeat-x bottom left; }

#Center_Bgd { background: #111113 url(images/Page_BgdCenter.png) no-repeat bottom right; width: 646px; }
#Fond_Trame { background: transparent url(images/Page_BgdTrame.png) no-repeat -150px bottom; height: 111px; }

#LM_Bgd { background: #111113 url(images/LM_Bgd.png) no-repeat bottom right; width: 267px; }

#Logo { width: 275px; height: 113px; background: transparent url(images/PatyCar_Logo.png) no-repeat right bottom; margin: 0; padding: 0; }
#Logo h1 { display: block; text-indent: -5000px; margin: 0; padding: 0; overflow: hidden; }
#Logo a { display: block; width: 275px; height: 113px; margin: 0; padding: 0; }

#Container { background: #111113 url(images/Page_Bgd.png) repeat-x left bottom; }

#LM_Content { padding: 0px 24px 100px 0px; /*position: relative; z-index: 10;*/ }
#LM_BgdBtm { height: 111px; width: 275px; }

#BM_Content { height: 135px; padding: 10px 4px; }

#Frame_Content { width: 646px; height: 492px; margin: 10px 0px 0px 0px; }
#frame_TL { font-size: 1px; background: transparent url(images/Frame_TopLft.gif) no-repeat right bottom; width: 10px; height: 10px; }
#frame_TM { font-size: 1px; background: transparent url(images/Frame_TopMid.gif) repeat-x left bottom; height: 10px; }
#frame_TR { font-size: 1px; background: transparent url(images/Frame_TopRgt.gif) no-repeat right bottom; width: 10px; height: 10px; }
#frame_ML { font-size: 1px; background: transparent url(images/Frame_MidLft.gif) repeat-y right top; width: 10px; }
#frame_MR { font-size: 1px; background: transparent url(images/Frame_MidRgt.gif) repeat-y left top; width: 10px;  }
#frame_BL { font-size: 1px; background: transparent url(images/Frame_BtmLft.gif) no-repeat right top; width: 10px; height: 10px; }
#frame_BM { font-size: 1px; background: transparent url(images/Frame_BtmMid.gif) repeat-x left top; height: 10px; }
#frame_BR { font-size: 1px; background: transparent url(images/Frame_BtmRgt.gif) no-repeat left top; width: 10px; height: 10px; }
#Content { background-color: #fff; }

/* ------------------------------------------------------------------ */
/* Tableaux principal*/
.Tablo_Main_Fond { background-color: #BEBEBE; _background-color: #B8B8B8; }
.Tablo_Main {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* ------------------------------------------------------------------ */
/* 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 {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 10px;
	background-color: #fff;
}

#contenu_titre {
	height: 34px;
	line-height: 34px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

#contenu_txt {
	height: 640px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
	
/* ----------------------------------------------------------------------------------------------- */
/* 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 : #000;
	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 #000;
}

/* Cellule Normale */
.Array_Data {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 11px;
	font-weight : normal;
	vertical-align: top;
	padding-left: 4px;
	background: #fff;
	border: 1px solid #000;
}

/* Fond des tableaux */
.Array_Contour {
	font-size: 11px;
	/*border: 1px solid #0075B7;*/
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2 {
	height: 18px;
	line-height: 18px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color :#FF0000;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	background: url(images/Tab2Line.gif) no-repeat left bottom;
	width: 100%;
	}

.Menu_Left { margin: 10px 0px 10px 24px; display: block; }
.Menu_Content { padding: 0px 0px 0px 44px; }
/* Couleur Ligne de séparation */
.Ligne { 
	xdisplay: block;
	xfloat: left;
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 150px;
	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;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding: 0 4px 0 0;
	width: 160px;
	clear: both;
	white-space: nowrap;
}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	color: #747478;
	/*background: transparent url(images/LM_rollover.gif) repeat-y left bottom;*/
	background-color: #2d2d2f;
}

/* 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;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	padding: 0 4px 0 0;
	clear: both;
	white-space: nowrap;
}

/* Gestion de l'alignement des titres sur 2 lignes en décalant l'image */

A.Menu img, A.Menu_Actif img { display: block; position: absolute; margin: 4px 0px 0px -8px; float: left; }
a.Menu, a.Menu_Actif { text-indent: -0.2em; margin-left: 10px; }

html>body .Menu img, html>body .Menu_Actif img { margin: 4px 0px 0px -8px; }
html>body a.Menu, html>body a.Menu_Actif { padding: 0; width: auto; }

/* 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;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 12px;
	width: 100%;
	background: url(images/puce_ssrub.gif) no-repeat left bottom;
	padding: 0 0 0 5px;
}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	color: #747478;
}

/* 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;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ff0000;
	margin: 0 0 0 12px;
	width: 100%;
	background: url(images/puce_ssrub.gif) no-repeat left bottom;
	padding: 0 0 0 5px;
}

/* ----------------------------------------------------------------------------------------------- */
/* 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 { margin-left: 0px; margin-right: 0px; vertical-align: middle; }

/* 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 {
	padding: 0;	
}


/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */

#DivBM { z-index: 500; }
#BM_Content img { margin: 0 6px; }
#BM_Content table { margin: 0 0 0 86px; }

.Bottom_Menu {
	height: 20px;
	line-height: 20px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-style: normal;
	color : #000;
	text-align : left;
	vertical-align: middle;
}

/* Liens du Bottom Menu */
A.Bottom_Tab:link , A.Bottom_Tab:visited , A.Bottom_Tab:active , A.Bottom_Tab:hover {
	display: block;
	text-align: left;
	vertical-align: middle;
	height : 20px;
	line-height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 11px;
	color : #000;
}

A.Bottom_Tab:hover {
	color : #ff0000;
}

/* 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 {
	display: block;
	text-align: left;
	vertical-align: middle;
	height : 20px;
	line-height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 11px;
	color : #ff0000;
}

/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
   font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;	
	font-size :11px;
	text-align: center;
	cursor: hand;
	border : 1px solid #BCBCBC;
	height : 18px;
	margin-right: 4px;
	margin-left: 4px;
	background: url(images/bt_bgd.gif) repeat-x center;
}
#LM_Content .Bouton { border : 1px solid #fff; }

/* .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: transparent;
	background-color: none;
	color : #939393;
	font-size : 11px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 2px solid #ff0000;
}
#LM_Content .Txt_Area, .Txt_Input, .Menu_Select { 
	border-left: 1px solid #939393;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	border-right: 2px solid #ff0000;
	width : 105px;
	font-size: 10px;
	padding: 2px;
	background-color: none;
}

/* .Module - Cellule News et Recherche */
.Module {
	font-family :  Arial, Helvetica, sans-serif;
	color : #939393;
	font-size : 11px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 2px solid #ff0000;
	width : 100px;
	background-color: none;
	padding: 2px;
}
#LM_Content .Module {
	background-color: #000;
	border-left: 1px solid #939393;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	padding: 2px;
	font-size : 10px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer */
#Footer_Line { margin: 10px 0 0 15px; position: relative; text-align: right; }

.Footer {
	height: 20px;
	position: absolute;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color : #000;
	text-decoration : none;
	text-align : left;
	vertical-align: middle;
	line-height: 20px;
}

/* Lien du Footer */
A.Footer_Lien:link , A.Footer_Lien:visited , A.Footer_Lien:active {
	line-height: 20px;
	height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	color: #000;
	font-weight : normal;
	margin: 0 10px 0 0;
}

A.Footer_Lien:hover {
	text-decoration : underline;
}

/* ----------------------------------------------------------------------------------------------- */
/* Catalogues */
/* ----------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------- */
/* 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 : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color : #ff0000;
	text-align: left;
	text-indent: 40px;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */

#IllusContainer { z-index: 200; position: absolute; margin: 0 0 0 -30px; }


