/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS Damvil  - Micrologiciel - 2005                    */
/* ----------------------------------------------------------------------------------------------- */

/* Body */
BODY {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #82683D;
	scrollbar-base-color : #C7B695;
	background: #E8E2C8 url(images/fond-site.gif);
}

/* ----------------------------------------------------------------------------------------------- */
/* Liens Standard du Body */
/* ----------------------------------------------------------------------------------------------- */

A:link { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #BA0000; text-decoration : underline; }
A:visited { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #BA0000; text-decoration : underline; }
A:active { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #BA0000; text-decoration : underline; }
A:hover { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #A58C5F; text-decoration : none; }


/* ----------------------------------------------------------------------------------------------- */
/* Style des Formulaires html */
/* ----------------------------------------------------------------------------------------------- */
/* Boutons */

.Bouton {
	font-family : Arial, Helvetica, sans-serif;
	color : #82683D;
	font-size : 10px;
	cursor:hand;
	border: 1px solid #C7B695;
	background: #F9F7EB;
}

/* Area Text */
.Txt_Area {
	font-family : Arial, Helvetica, sans-serif;
	background: #FAF8EF;
	color : #82683D;
	font-size : 11px;
	border : 1px solid #C7B695;
	filter:alpha(opacity=80);
}
/* Input box */
.Txt_Input {
	font-family : Arial, Helvetica, sans-serif;
	background: #FAF8EF;
	color : #82683D;
	font-size : 11px;
	border : 1px solid #C7B695;
	filter:alpha(opacity=80);
}

/* Taille et couleur des modules News et Recherche */
.Module {
	font-family : Arial, Helvetica, sans-serif;
	background: #FAF8EF;
	color : #82683D;
	font-size : 11px;
	border : 1px solid #C7B695;
	width : 100px;
	filter:alpha(opacity=80);
}

/* Select box dans liste Menu */
.Menu_Select {
	font-family : Arial, Helvetica, sans-serif;
	background: #FAF8EF;
	color : #82683D;
	border : 1px solid #C7B695;
	font-size : 11px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* taille des tableaux par defaut dans l'editeur */
td { font-size : 11px; font-family : Arial, Helvetica, sans-serif; }

/* En prévision d'un "title" de couleur */
.navtext {
	width : auto;
	font-size : 8pt;
	border-width : 1px;
	border-style : solid;
	border-color : #BDBDC5;
	background-color : White;
	color : #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
}
/* Photos et Images */
.Photo {
	margin-top : 8px;
	margin-bottom : 5px;
	margin-left : 8px;
	margin-right : 8px;
}

.Photo2 {
	margin-top : 8px;
	margin-bottom : 5px;
	margin-left : 8px;
	margin-right : 10px;
	background-color : White;
	border : 1px solid #C9B9A2;
	padding : 1px;
}

/* 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;}
/* Style textes de la page Contact*/
.Contact { font-size : 11px; font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-weight : normal; color : #82683D; text-align : left; }
/* Les tableau Préformatés en tailles 11 Pix*/
.Format_Petit_Tableau_Titre { font-size : 11px; font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-weight : bold; color : White; padding-left : 5px; padding-right : 5px; }
.Format_Petit_Tableau { font-family : Arial, Helvetica, sans-serif; font-size : 11px; vertical-align : top; padding-top : 5px; padding-right : 5px; padding-left : 5px; padding-bottom : 5px; }

/* Couleurs ou fond du site de taille fixe */
/* Ne sert que dans des cas particuliers */
.Tablo_Main {
	background: #F5F1E0;
}

.Tablo_Main_Fond {
	background: #F5F1E0;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des Pages dans les Pages */
.GrandTab2 {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	color : #A73A34;
	font-weight : bold;
	line-height : 20px;
}

/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right : 5px;
	padding-left : 5px;
	padding-top : 0px;
	padding-bottom : 5px;
}

/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px;
	background: #F5F1E0;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style des tableaux html */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des tableaux html */
.Array_Titre {
	font-family : Arial, Helvetica, sans-serif;
	background : #C1B384 ;
	color : #FFFFFF;
	font-size : 12px;
	text-align : center;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	}

/* Données des tableaux html */
.Array_Data {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F3EFDD;
	color : #696969;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

/* Fond des tableaux html */
.Array_Contour {
font-size : 11px;
	border: 1px solid #C1B384;
	background : white
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Top_Menu {	font-size : 14px;	font-family : "Times New Roman", Times, serif;}

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {background: transparent url(images/ligne.gif) repeat-x center; height : 10px;}

/* Liens du Top Menu IE*/
A.Tab:link , A.Tab:visited , A.Tab:active { font-size : 14px;	font-family : "Times New Roman", Times, serif; text-decoration : none; color : #555555;  font-weight : bold; line-height: 20px;}
A.Tab:hover {font-size : 14px;	font-family : "Times New Roman", Times, serif; text-decoration : none; color : #920000;  font-weight : bold; line-height: 20px;}

/* Liens du Top Menu Active IE*/
A.Tab_Active:link , A.Tab_Active:visited , A.Tab_Active:active { font-size : 14px;	font-family : "Times New Roman", Times, serif; text-decoration : none; color : #920000;  font-weight : bold; line-height:20px;}
A.Tab_Active:hover {font-size : 14px;	font-family : "Times New Roman", Times, serif; text-decoration : underline; color : #920000;  font-weight : bold; line-height:20px;}

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { clear:both;position: absolute; white-space: nowrap; padding-top: -3px; margin-left: 2px; visibility: hidden;  }

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active { font-size : 11px; text-decoration : none; color : #555555; }
A.SousTopMenu:hover { font-size : 11px; text-decoration : none; color : #920000; }

/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active { font-size : 11px; text-decoration : none; color : #920000; font-weight: bold;}
A.SousTopMenu_Active:hover { font-size : 11px; text-decoration : underline; color : #920000;font-weight: bold; }


/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}

/* Liens du Botom Menu */
A.Bottom_Tab:link { font-size : 11px; text-decoration : none; color : #920000; }
A.Bottom_Tab:visited { font-size : 11px; text-decoration : none; color : #920000; }
A.Bottom_Tab:active { font-size : 11px; text-decoration : none; color : #920000; }
A.Bottom_Tab:hover { font-size : 11px; text-decoration : underline; color : #920000; }

/* Liens du Bottom Menu Active*/
A.Bottom_Tab_Active:link { font-size : 11px; color : #920000;  font-weight: bold;   }
A.Bottom_Tab_Active:visited { font-size : 11px; color : #920000;  font-weight: bold;  }
A.Bottom_Tab_Active:active { font-size : 11px; color : #920000;  font-weight: bold;  }
A.Bottom_Tab_Active:hover  { font-size : 11px; color : #920000;  font-weight: bold;  }


/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2 {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	color : #A73A34;
	font-weight : bold;
	line-height : 20px;
}

/* Couleur Ligne de séparation */
.Ligne {
background: transparent url(images/ligne.gif) no-repeat left;
height : 10px;
}

/* Liens général */
A.Menu:link { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%;  }
A.Menu:visited { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%; }
A.Menu:active { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%; }
A.Menu:hover { font-size : 11px; text-decoration : none; color : #920000; margin-left : 2px; width : 100%;  }

/* Liens Selectionés */
A.Menu_Actif:link { font-size : 11px; text-decoration : none; color : #920000; padding-left : 2px; width : 100%;  font-weight : bold; }
A.Menu_Actif:visited { font-size : 11px; text-decoration : none; color :  #920000; padding-left : 2px; width : 100%; font-weight : bold; }
A.Menu_Actif:active { font-size : 11px; text-decoration : none; color :  #920000; padding-left : 2px; width : 100%; font-weight : bold;}
A.Menu_Actif:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 2px; width : 100%; font-weight : bold;}

/* Liens Sous Menu Ouvert */
A.Sous_Menu:link { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px;}
A.Sous_Menu:visited { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px; }
A.Sous_Menu:active { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px; }
A.Sous_Menu:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 12px; width : 99%; margin-left : 1px; }

/* Liens Sous Menu Ouvert et Selectionés*/
A.Sous_Menu_Actif:link { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif:visited { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif:active { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; }


/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2_D {
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	color : #A73A34;
	font-weight : bold;
	line-height : 20px;
}


/* Couleur Ligne de séparation */
.Ligne_D {
background: transparent url(images/ligned.gif) no-repeat left;
height : 10px;
}

/* Liens général */
A.Menu_D:link { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%;  }
A.Menu_D:visited { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%; }
A.Menu_D:active { font-size : 11px; text-decoration : none; color : #555555; margin-left : 2px; width : 100%; }
A.Menu_D:hover { font-size : 11px; text-decoration : none; color : #920000; margin-left : 2px; width : 100%;  }

/* Liens Selectionés */
A.Menu_Actif_D:link { font-size : 11px; text-decoration : none; color : #920000; padding-left : 2px; width : 100%;  font-weight : bold; }
A.Menu_Actif_D:visited { font-size : 11px; text-decoration : none; color :  #920000; padding-left : 2px; width : 100%; font-weight : bold; }
A.Menu_Actif_D:active { font-size : 11px; text-decoration : none; color :  #920000; padding-left : 2px; width : 100%; font-weight : bold;}
A.Menu_Actif_D:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 2px; width : 100%; font-weight : bold;}

/* Liens Sous Menu Ouvert */
A.Sous_Menu_D:link { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px;}
A.Sous_Menu_D:visited { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px; }
A.Sous_Menu_D:active { font-size : 11px; text-decoration : none; color : #555555; padding-left : 12px; width : 99%; margin-left : 1px; }
A.Sous_Menu_D:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 12px; width : 99%; margin-left : 1px; }

/* Liens Sous Menu Ouvert et Selectionés*/
A.Sous_Menu_Actif_D:link { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif_D:visited { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif_D:active { font-size : 11px; text-decoration : none; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif_D:hover { font-size : 11px; text-decoration : underline; color : #920000; padding-left : 11px; width : 99%; margin-left : 1px; }


/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {
	background: transparent url(images/menu-ml02.gif) repeat-x top;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	padding-bottom : 4px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Style Footer Général */
.Footer {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
	color : #82683D;
	text-align : center;
}

/* Lien du Footer */
A.Footer_Lien:link { font-size : 11px; text-decoration : none; color : #82683D; }
A.Footer_Lien:visited { font-size : 11px; text-decoration : none; color : #82683D; }
A.Footer_Lien:active { font-size : 11px; text-decoration : none; color : #82683D; }
A.Footer_Lien:hover { font-size : 11px; text-decoration : underline; color : #82683D; }

/* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-weight : bold;
}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */

.menu_fond_bas{
	background: url(images/img25.jpg) repeat-x bottom;
}

.menu_fond_bas_G{
	background: url(images/img27.jpg) no-repeat bottom;
}

.menu_fond_bas_D{
	background: url(images/img29.jpg) no-repeat bottom;
}