/* Style général des texte */
td, div, p 
	{
		font-family		: Arial;
		font-size		: 9pt; 
		color			: #000000; 
	}

body{
	background-color: white;
		text-align: left;
}	
a 	{
	color				: #575757;
	/*text-decoration			: none;*/
}

a.Visible{
	color: #F84B4B;
}

.petit{
	font-size: 8pt;
	color: #666666;
}
/* Style de l'adresse en haut à gauche */
.tabGene{
	background-color: White;

}



/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{ 
		font-family		: Arial; 
		font-size		: 9pt; 
		color			: black; 
		font-weight		: bold; 
		background-color	: #BBE102;
		padding:3px;
	}


#BandeauHaut a {
	color:#000;
}


#lienSelection {
	text-align: right;
}

/* Style de la barre de navigation supérieure */	
#navOnglet{
	width:100%;
}

#navOnglet #OngletG{}
#navOnglet #OngletD{}
#navOnglet .OngletInter{}


#navOnglet .OngletTexte {
	padding: 2px;
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	border: 1px solid #BBE102;
}

#navOnglet a {
	color:#676767;
	text-decoration:none;
	font-size:12px;
}

#navOnglet #tabSel a{	
	color:red;
}

#navOnglet #tabLang{
	font-size: 8px;
	padding-left:3px;
}


/* Style des liens de navigation (en forme de bouton) */
.linkButtun2		{}
.linkButtun2:HOVER	{}




/* Style du titre des pages */
.pageTitre{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	background-color: #F3F3F3;
		padding-left	: 12px;

}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #575757;
}	

/* Styles des liens de la nav du bas */
/*************************************/
.NavBas, .NavBasSel
	{
	font-size: 10px;
	font-family: helvetica; /*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 			: #F84B4B;
	}

	
/* Styles des tableaux */	
/***********************/
.tabPrinc
	{

}
	
.tabEntete, .selEntete{
	background-color: #BBE005;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	font-family: helvetica;
	font-weight: normal; /*text-align		: left;*/
	color: Black;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche, .tab0{
		font-size 		: 12px;
		font-weight 		: normal;	
		text-align 		: left;
		color 			: black;
}
.tabGauche,.selGauche{
	background-color: #E2E2E2;
	width: 130px;
}
.tab1,.tabDroite,.tabPhotos,.tabVendeur{
	background-color: #EEEEEE;
}	
.tab0{
	background-color: #E2E2E2;
}
#traitBas{
	border-bottom: 1px solid white;
}

.lstRubs {
	padding			: 0.4em;
	font-size		: 12px;
	font-weight		: bold;
}

/* Style des boutons submit */
.valider	{}
	
.valider:hover	{}	

.inpTxt
	{
		font-size 	: 12px;
		font-family : arial;
	}
	

#menuOutils {
	border			: 1px solid #666;
	background-color 	: #F5F5F5;
	font-weight		:bold;
}
#menuOutils a {
	text-decoration		: none;
}	
	
	
/* Style du lien vers AA en bas de page */
.pubAA 
	{
		font-family		: Arial; 
		font-size		: 7pt;
		color			: #AAAAAA; 
		font-weight		: bold; 
		text-align		: center;
		text-decoration 	: none; 
	}