/* Style général des texte */
td, div, p 
	{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

body{
	background-color: #fff;	
	text-align: center;
	
}

a 	{
	color				: black;
	/*text-decoration			: none;*/
}

a.Visible{
	color: #006699;
}

.petit{
	font-size: 8pt;
	color: #666666;
}

/* Style du tableau général */
.tabGene{
	background-color: #fff;
	margin: 0 auto;
}



/* Style du titre du site en dessous des onglets */
#BandeauHaut 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #39435E;
	color: white;
	margin-top: 2px;
	padding-top: 10px;
	padding-left:5px;
	padding-bottom:5px;
	vertical-align: bottom;
}

#BandeauHaut a {
	color:#fff;
}

#lienSelection {
	text-align: right;
}

/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
	background-color: #FFFFFF;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 0px solid #F84B4B;
	border-top: 0px solid #F84B4B;
	border-left: 0px solid #F84B4B;
	border-right: 0px solid #F84B4B;
	text-decoration: underline;
}
/**/

	
/* Style de la barre de navigation supérieure */
#navOnglet{
	width:100%;
	border-bottom		: 1px solid #39435E;
}

#navOnglet #OngletG{}
#navOnglet #OngletD{}
#navOnglet .OngletInter{}

#navOnglet .OngletTexte {
	height:15px;
	font-weight:bold;
	text-align:center;
}

#navOnglet #tabSel {
	margin:0px;
	border-top 		: 1px solid #39435E;	
	background-color: #BACCDA;
}
#navOnglet a {
	color:#39435E;
	text-decoration:none;
	font-size:11px;
}

#navOnglet #tabLang{
	font-size: 8px;
}


/* Style du texte des onglets */
.MenuTexte, .MenuTexteSel
	{
	font-size: 12px;
	font-family: helvetica;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

/* Couleur du texte des onglets */
.MenuTexte 
	{
		color: #39435E;

	}
	
/* Couleur du texte de l'onglet sélectionné */
.MenuTexteSel 
	{
	color: #39435E;
}
	

/* Style des bordures des onglets */	
#MenuCadre
	{
		border-bottom		: 1px solid #39435E;
		border-top 		: 1px solid #39435E;
		height:15px;
		
	}
	
/* Couleur du fond des onglets */
.MenuOnglet, #MenuCadre 
	{
		/*background-color	: #EBEBEB;*/
		background-color	: white;
	}


	
	
	
/* Style du titre des pages */
.pageTitre{
	color: #fff;
	font-size: 0px;
	/*font-family: Arial;	
	font-weight: bold;	
	text-align		: left;*/
	padding-left	: 12px;
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-weight: bold;
	color: #39435E;
}	
.paragTexte{
	/*background-color: #E8F0F5;*/
	/*font-size: 8pt;*/
}

/* 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 			: #666;
	}
	
/* Couleur du texte de l'onglet sélectionné */
.NavBasSel 
	{
		color 			: #39435E;
	}

	
/* Styles des tableaux */	
/***********************/
.tabPrinc
	{
/*background-color: #E8F0F5;*/
background-color: #fff;
}
	
.tabEntete, .selEntete{
	background-color: #39435E;
	font-weight: bold; 
	color: #fff;
	padding:2px;

}

.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche, .tab0{
		color 			: black;
}
.tabGauche,.selGauche{
		background-color 	: #BACCDA;
		width			: 130px;
}
.tab1,.tabDroite,.tabPhotos,.tabVendeur{
	background-color: #BACCDA;
	text-decoration: none;
}	
.tab0{
		background-color	: #BACCDA;
		text-decoration: none;
}
#traitBas{
	border-bottom: 1px solid white;
}
/* Style des boutons submit */
.valider
	{
		background-color 	: #FFFFFF;
		color 			: #006699;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 0px solid #F84B4B;
		border-top 		: 0px solid #F84B4B;
		border-left		: 0px solid #F84B4B;
		border-right		: 0px solid #F84B4B;	
		text-decoration: underline;			
	}
	
/*.valider:hover	{}	*/

.inpTxt
	{
		font-size 	: 12px;
		font-family : arial;
	}

.lstRubs {
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	height: 30px;
}

#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			: 8pt;
		color					: #AAAAAA; 
		text-align			: center;
		text-decoration 	: none; 
	}
