/* Style général des texte */
body{
	background-image: url(/sites/themes/John_Deere/headerbg.gif);
	text-align: center;
	background-color: White;
}
a{
	color: #198519;
}
td, div, p 
	{
		font-family		: Verdana;
		font-size		: 9pt; 
		color			: #000000; 
	}

/* Style du tableau général */
.tabGene{
	background-color: White;
	margin: 0px auto;
}

/* Style pour les petits textes */
.petit 
	{ 
		font-size		: 8pt; 
		color			: #000000; 
		font-weight		: normal; 
	}

.tabHaut{
	/*background-image: url(/sites/themes/John_Deere/headerbg.gif);*/
}	


/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{ 
		font-family		: Verdana; 
		font-size		: 8pt; 
		color			: #FFFFFF; 
		font-weight		: normal; 
		background-color	: #198519;
		padding:2px;
	}

#BandeauHaut a {
	color:#fff;
}

/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
		color 			: #198519;
		font-weight 		: bold;
		font-size 		: 12px;
	}
/**/
.linkButtun2:HOVER
	{
		color 			: #198519;
		text-decoration 	: none;
	}


/* Style de la barre de navigation supérieure */	
#navOnglet{
	width:100%;
}

#navOnglet #OngletG{}
#navOnglet #OngletD{}
#navOnglet .OngletInter{}


#navOnglet .OngletTexte {
	padding: 2px;
	background-color: #000;
	text-align: center;
}

#navOnglet a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#navOnglet #tabSel a{	
	color:#FFD100;
}

#navOnglet #tabLang{
	font-size: 8px;
	padding-left:3px;
}


/* Style du texte des onglets */
.MenuTexte, .MenuTexteSel
	{
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}

/* Couleur du texte des onglets */
.MenuTexte 
	{
	color: #FFFFFF;

}
	
/* Couleur du texte de l'onglet sélectionné */
.MenuTexteSel 
	{
		color 			: #FFD100;
	}
	

/* Style des bordures des onglets */	
#MenuCadre
	{
	/*border-bottom		: 1px solid white;
		border-top 		: 1px solid white;*/
	padding-bottom: 2px;
	padding-top: 2px;
}
	
/* Couleur du fond des onglets */
.MenuOnglet, #MenuCadre 
	{
		background-color	: #000000;
	}
	
/* Style du titre des pages */
.pageTitre{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	/*background-color: Black;*/
	text-align: left;
	border-bottom: 1px solid #FFCC00;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left	: 12px;
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
	color: Black;
}	
/* Styles des liens de la nav du bas */
/*************************************/
.NavBas, .NavBasSel
	{
	font-size: 10px;
	font-family: Verdana; /*font-weight 		: bold;*/
	text-align: center;
	text-decoration: none;
	border-top: thin solid #676767;
	border-bottom: thin solid #676767;
}

/* Couleur du texte des onglets */
.NavBas 
	{
		color 			: #676767;
	}
	
/* Couleur du texte de l'onglet sélectionné */
.NavBasSel 
	{
		color 			: #198519;
	}

	
/* Styles des tableaux */	
/***********************************/
.tabPrinc
	{
		/*width 				: 100%;*/
		margin-left			: auto;
		margin-right		: auto
	}
	
.tabEntete, .selEntete{
		background-color	: #FFCC00;
		font-size 		: 11px;
		font-family 		: Verdana;
		font-weight 		: bold;
		text-align		: left;
		color 			: black
}
.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche, .tab0{
		font-size 		: 11px;
		font-weight 		: normal;	
		text-align 		: left;
		color 			: black;
}
.tabGauche,.selGauche{
		width 			: 150px;
		background-color 	: #FCF4D0;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur{
		background-color 	: #F5F5F5;

}	
.tab0{
		background-color	: white;
}
#traitBas{
	border-bottom: 1px solid #D68F00;
}

.lstRubs {
	padding		: 0.7em;
}

/* Style des boutons submit */
.valider	{}
	
.valider:hover	{}
	
.inpTxt
	{
		font-size 	: 12px;
		font-family : Verdana;
	}

#menuOutils {
	border			: 1px solid #666;
	background-color 	: #F5F5F5;
	font-weight		: normal;
}
#menuOutils a {
	text-decoration		: none;
}

/* Style du lien vers AA en bas de page */
.pubAA 
	{
		font-family		: Verdana; 
		font-size		: 7pt;
		color			: #198519; 
		font-weight		: normal; 
		text-align		: center;
		text-decoration 	: none; 
	}