/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS ----------------------  - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

BODY {
	font-size : 11px;
	font-family : Tahoma;
	scrollbar-base-color : #E9E6CA;
	color: #363437;
	background: url(images/bgd.jpg) repeat;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link , A:visited,A:active {
	font-size: 11px;
	font-family: Tahoma;
	color: #88421d;
	text-decoration: none;
}
A:hover {
	font-size: 11px;
	font-family: Tahoma;
	color: #88421d;
	text-decoration: underline;
}
 
/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */
/* Boutons Envoyer Effacer ok */
.Bouton {
   font-family : Tahoma;
	color : #5F6460;	
	font-weight : normal;
	font-size :11px;
	cursor: hand;
	border : 1px solid #797A79;
	margin-left : 1px;
	height : 18px;
	background: #EDEDED;
}

/* .Txt_Area - Cellule de saisie texte multiligne */
/* .Txt_Input - Cellules restantes */
/* .Menu_Select - Liste déroulante des sous-menus */
.Txt_Area , .Txt_Input , .Menu_Select {
	font-family :  Tahoma;
	background-color : white;
	color : #393C39;
	font-size : 11px;
	border : 1px solid #797A78;
	xwidth : 100px;
}

/* Select box dans liste déroulante Menu */
.Menu_Select_D {
	display: block;
	float: left;
	font-family :  Tahoma;
	background-color : #CCCCCC;
	color : #363437;
	border : 1px solid #797A78;
	font-size : 11px;
}	

/* .Module - Cellule News et Recherche */
.Module {
	font-family :  Tahoma;
	background-color : transparent;
	color : #393C39;
	font-size : 11px;
	border : 1px solid #797A78;
	width : 100px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* taille des tableaux par defaut dans l'editeur */
td {
	font-size: 11px;
	font-family: Tahoma;
}

/* En prévision d'un "title" de couleur */
.navtext {
	width : auto;
	font-size : 8pt;
	border-width : 1px;
	border-style : outset;
	border-color : #162367;
	background-color : White;
	color : #3F3F3F;
	font-family:  Tahoma;
}
/* Photos et Images */
.Photo { margin-top : 2px; margin-bottom : 2px; margin-left : 2px; margin-right : 2px; }
	
	}
/* 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;}

/* Textes Page Contact */
.Contact {
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	text-align: left;
	white-space: nowrap;
}

/* Les tableau Préformatés en tailles 11 Pix*/
.Format_Petit_Tableau_Titre { 
font-size : 11px; 
font-family :  Tahoma; 
text-decoration : none; 
font-weight : bold; 
color : #363437; 
padding-left : 5px; 
padding-right : 5px; }

.Format_Petit_Tableau { 
font-family :  Tahoma; 
font-size : 11px; 
vertical-align : top; 
padding-top : 5px; 
padding-right : 5px; 
padding-left : 5px; 
padding-bottom : 5px;
margin: 5px;
height: 200px;
 width: 150px;
 }

/* Couleurs ou fond du site de taille fixe */
/* Ne sert que dans des cas particuliers */
/*.Tablo_Main {}*/
.Tablo_Main_Fond {
	BACKGROUND-COLOR: transparent;
	}




/* ----------------------------------------------------------------------------------------------- */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */

/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	BACKGROUND-COLOR: transparent ;
	font-family : Tahoma;
	font-size : 11px;
	padding-top : 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 592px;
}
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family :  Tahoma;
	font-size : 11px;
	padding : 5px;
	background-color : White;
}
/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	font-family :  Tahoma;
	background-color : transparent;
	color : #88421d;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

/* Cellule Normale */
.Array_Data {
	font-family :  Tahoma;
	background-color : transparent;
	color : #363437;
	font-size : 11px;
	font-weight : normal;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
		text-align : left;
}

/* Fond des tableaux */
.Array_Contour {
	font-size : 12px;
	border: 1px solid #D8D7B1;
	color : #363437;
	margin : 2px;
	padding : 2px;
	background : transparent;
		text-align : left;
}




/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */
.Top_Menu {
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 33px;
	line-height: 33px;
}

/* Liens du Top Menu */
A.Tab:link,A.Tab:visited,A.Tab:active, A.Tab_Active:link   {
font-family: "Times New Roman", Times, serif;
line-height: 33px; height : 33px; 
padding-left: 5px; padding-right: 5px;
font-size : 16px; text-decoration : none; color : #A3823E;  font-weight : bold;text-transform: none;
display: block; 
}

/* Liens du Top Menu Active*/
A.Tab:hover,A.Tab_Active:visited,A.Tab_Active:active,A.Tab_Active:hover     {
 font-family: "Times New Roman", Times, serif;
 line-height: 33px; height : 33px; 
 padding-left: 5px; padding-right: 5px;
 font-size : 16px; text-decoration : none; color : #88421D;  font-weight : bold;text-transform: none;  
 display: block; 
 }

/* Tableau Sous Top général */
.TabSousTopMenu {
	filter:progid:DXImageTransform.Microsoft.shadow( direction=135,color=#ebebeb,strength=1);	border-left: 1px solid #a3823e; border-right: 1px solid #a3823e; border-bottom: 1px solid #a3823e; background-color: #FBF2DA;}

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu {
	display: block;
	position: absolute;
	white-space: nowrap;
	padding-top: 0px;
	margin-left: 0px;
	visibility: hidden;
}

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {
	margin-bottom: 2px;
	margin-top: 2px;
	border-bottom-color: #CE0000;
	border-bottom-style: solid;
	border-bottom-width:2px;
	padding-left: 15px;
	padding-right: 15px;
	width:100%;
	}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #363437;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
		
A.SousTopMenu:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
 
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
	
A.SousTopMenu_Active:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px; padding-bottom: 0px;	margin-bottom: 0px;
	height: 36px;	line-height: 36px;
	text-align: center;
}

/* Liens du Top Menu */
A.Bottom_Tab:link,A.Bottom_Tab:visited,A.Bottom_Tab:active, A.Bottom_Tab_Active:link   {
font-family: "Times New Roman", Times, serif; text-align: center;
line-height: 36px; height : 36px; 
padding-left: 5px; padding-right: 5px;
font-size : 13px; text-decoration : none; color : #A3823E;  font-weight : normal;text-transform: none;
}

/* Liens du Top Menu Active*/
A.Bottom_Tab:hover,A.Bottom_Tab_Active:visited,A.Bottom_Tab_Active:active,A.Bottom_Tab_Active:hover     {
 font-family: "Times New Roman", Times, serif;text-align: center;
 line-height: 36px; height : 36px; 
 padding-left: 5px; padding-right: 5px;
 font-size : 13px; text-decoration : none; color : #88421D;  font-weight : normal;text-transform: none; 
 }
 
 
 
/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */
/* Titres des Menus Gauche */
.Tab2 {
	line-height: 31px;
	height: 31px;
	font-size : 18px;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	color :#88421D;
	font-weight : bold;
	text-transform: none;
	text-align: center;
	padding-bottom: 5px;
		padding-top: 15px;
	background: url(images/trait.jpg) right bottom no-repeat;
	}

/* MG - Couleur Ligne de séparation des Menus */
.Ligne {
	margin-bottom: 2px;
	margin-top: 2px;
	border-bottom-color: #CE0000;
	border-bottom-style: solid;
	border-bottom-width:2px;
	margin-left: 10px;
	width:80%;
	}
	
/* MG - Gestion puces des pages */
A.Menu img {
	margin-right: 2px;
	vertical-align: middle;
}

/* MG - Titres de toutes les pages */
A.Menu:link , A.Menu:visited , A.Menu:active {
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #363437;
	padding-left: 5px;
	padding-top: 5px;
	}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
	}

/* MG - Gestion puces des Page Selectionée */
A.Menu_Actif img {
	margin-right: 2px;
	vertical-align: middle;
}

/* MG - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif:link , A.Menu_Actif:visited , A.Menu_Actif:active {
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
	}

/* MG - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif:hover {
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
	}

/* MG - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu img {
	margin-right: 2px;
	vertical-align: middle;
}

/* 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 {
	line-height: 15px;
	height: 15px;
	display: block;
	float: left;	
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #363437;
	padding-left: 15px;
	}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	line-height: 15px;
	height: 15px;
	display: block;
	float: left;	
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
	}

/* MG - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif img {
	margin-right: 2px;
	vertical-align: middle;
}

/* MG - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif:link , A.Sous_Menu_Actif:visited , A.Sous_Menu_Actif:active {
	line-height: 15px;
	height: 15px;
	display: block;
	float: left;	
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
	}

/* MG - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif:hover  {
	line-height: 15px;
	height: 15px;
	display: block;
	float: left;	
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
	}
 
/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITE  - Les paramètres des menus droite sont les mêmes que ceux des menus gauche*/
/* ----------------------------------------------------------------------------------------------- */
/* Titres des Menus Droite */
.Tab2_D {
	line-height: 31px;
	height: 31px;
	font-size : 18px;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	color :#88421D;
	font-weight : bold;
	text-transform: none;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(images/traitD.jpg) left bottom no-repeat;
	width: 209px;
	}

/* MD - Couleur Ligne de séparation des Menus */
.Ligne_D {	
	margin-bottom: 2px;
	margin-top: 2px;
	border-bottom-color: #CE0000;
	border-bottom-style: solid;
	border-bottom-width:2px;
	margin-left: 10px;
	width:80%;
 }
 
/* MD - Gestion puces des pages */
A.Menu_D img {
	margin-right: 2px;
	vertical-align: middle;
}

/* MD - Titres de toutes les pages */
A.Menu_D:link , A.Menu_D:visited , A.Menu_D:active {
	line-height: 15px;
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #363437;
	padding-left: 5px;
	padding-top: 5px;
}

/* MD - Survol de toutes les pages */
A.Menu_D:hover {
	line-height: 15px;
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
}

/* MD - Gestion puces des Page Selectionée */
A.Menu_Actif_D img {
	margin-right: 2px;
	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 {
	line-height: 15px;
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
}

/* MD - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif_D:hover {
	line-height: 15px;
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #A3823E;
	padding-left: 5px;
	padding-top: 5px;
}

/* MD - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D img {
	margin-right: 2px;
	vertical-align: middle;
}

/* 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 {
	line-height: 15px;	
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #363437;
	padding-left: 15px;
}

/* MD - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu_D:hover {
	line-height: 15px;	
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
}


/* MD - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif_D img {
	margin-right: 2px;
	vertical-align: middle;
}

/* MD - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif_D:link , A.Sous_Menu_Actif_D:visited , A.Sous_Menu_Actif_D:active {
	line-height: 15px;	
	height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
}

/* MD - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif_D:hover {
	height: 15px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #363437;
	padding-left: 15px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit  - Paramètres communs*/
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;	
}

.Fond_Menu_Gauche {
	width : 199px;
	height : 0px;
	background: url(images/images_r5_c2.jpg) right top no-repeat;
	
	padding-top: 60px;
	}

.Fond_Menu_Droite {
	background: url(images/images_r7_c5.jpg) left top no-repeat;
	padding-top: 215px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer - signature*/
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size : 11px;
	font-family : Tahoma;
	text-decoration : none;
	font-weight : bold;
	color : #EAE7CC;
	text-align : center;
	padding-right: 20px;
	margin-right: -20px;
}

/* Lien du Footer */
A.Footer_Lien:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #EAE7CC;
	font-weight: normal;
}
A.Footer_Lien:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #EAE7CC;
	font-weight: normal;
}
A.Footer_Lien:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #EAE7CC;
	font-weight: normal;
}
A.Footer_Lien:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #EAE7CC;
	font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
 font-size : 11px;
 font-family :  Tahoma;
 color : #FF0000;
 font-weight : bold;
}

/* Adresse site Internet */
.url_Site {
	font-size : 11px;
	font-family : Tahoma;
	color : White;
	font-weight : normal;
	text-align: center;
	}

/* Newsletter*/

.TableEditoNews {
	background: url(http://www.interieur-marin.com/images/skins/interieur_marin/images/bgd.jpg) repeat;
}
.CellEditoNews {
	background-color: #FFFFFF;
}

.ligne_y{
	background-image: none;
	background-repeat: repeat-y;
	width:1px;
}




.Body_mail {	background: white;}

.Titre_detail {
	line-height: 31px;
	height: 31px;
	font-size : 18px;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	color :#88421D;
	font-weight : bold;
	text-transform: none;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(images/traittitredetail.jpg) repeat-x;
}



