/* Style général des texte */
body{
	text-align: center;
	background-color: White;
}

a{
	color: #6f6f71;
}
a:hover{
	color: #428a09;
}

td, div, p 
	{
		font-family		: Verdana;
		font-size		: 11px; 
		color			: #6f6f71; 
	}

/* Style du tableau général */
.tabGene{
	background-color: White;
	width:100%;
}

/* Style pour les petits textes */
.petit 
	{ 
		font-size		: 8pt; 
		color			: #000000; 
		font-weight		: normal; 
	}

.tabHaut{}	


/* 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: 3px;
	padding-left:6px;
	background-color: #63B81F;
	border: 1px solid #a1d458;
	font-variant: small-caps;
}
	

#navOnglet a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#navOnglet #tabSel {
	background-color:#428a09;
}

#navOnglet #tabLang{
	font-size: 8px;
	padding-left:3px;
}



/* Style du titre du site au dessous des onglets */
#BandeauHaut 
	{ 
		font-family		: Verdana; 
		font-size		: 8pt; 
		color			: #FFFFFF; 
		font-weight		: normal; 
		background-color	: #1f2c66;
		padding:3px;
		margin-top:3px;
	}

#BandeauHaut a {
	color:#fff;
}
	
/* Style du titre des pages */
.pageTitre{
	text-align: left;
	font-family : Trebuchet MS, sans-serif;
	color : #929292;
	border : medium;
	border-color : Black;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : -1px;
	margin-top:10px;
	padding-left	: 12px;
	
	
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #6f6f71;
	border-top:1px solid #cecece;
}	
/* 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;
	background-color:#63b81f;
	padding:15px;
	
}

/* Couleur du texte des onglets */
.NavBas 
	{
		color 			: #fff;
		font-weight:bold;
	}
	
	.NavBas:hover
	{
		color 			: #000;
		font-weight:bold;
	}
	
/* Couleur du texte de l'onglet sélectionné */
.NavBasSel 
	{
		color 			: #198519;
	}


.lstRubs{
	font-size : 11px;
	padding-top:8px;
	padding-left:20px;
	font-weight:bold;
	}

.lstRubs a{
	text-decoration:none;
	}

/* Styles des tableaux */	
/***********************************/
#pagination {
	font-size:9px;
}

.tabPrinc
	{
		/*width 				: 100%;*/
		margin-left			: auto;
		margin-right		: auto
	}
	
.tabEntete, .selEntete{
	font-size 		: 11px;
	font-family 		: Verdana;
	font-weight 		: bold;
	text-align		: left;
	color 			: black;
	text-align		: center;
	border-bottom		: 1px solid #000;
		
}


.tabEntete a {
	color 			: #000;
}


.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche, .tab0{
		font-size 		: 11px;
		font-weight 		: normal;	
		text-align 		: left;
		color 			: #808080;
}
.tabGauche,.selGauche{
		width 			: 150px;
		background-color 	: #63b81f;
		color			: #fff;
		font-weight		: bold;
		padding-left		: 8px;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur{
		background-color 	: #e7e7e7;
		/*font-weight 		: bold;*/
}	
.tab0{
		background-color	: white;
}

.tabClair a, .tabBlanc a{
	text-decoration:none;
}

#traitBas{
	border-bottom: 1px solid #a1d458;
}

/* Style des boutons submit */
.valider
	{
		/*background-color 	: #FFFFFF;
		color 			: #F84B4B;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 1px solid #F84B4B;
		border-top 		: 1px solid #F84B4B;
		border-left		: 1px solid #F84B4B;
		border-right		: 1px solid #F84B4B;	*/			
	}
	
.valider:hover
	{
		/*color 			: #666666;
		text-decoration 	: none;
		border-bottom		: 1px solid #333333;
		border-top 		: 1px solid #333333;
		border-left		: 1px solid #333333;
		border-right		: 1px solid #333333;*/
	}
	
.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			: #6f6f71; 
		font-weight		: normal; 
		text-align		: center;
		text-decoration 	: none; 
	}