/* Style général des texte */
* {
	font-family		: Arial; 
}

body{
	text-align		: center;
	background-color	: #ccc;
}

a{
	color			: #c40000;
}

a:hover{
	color			: #333333;
}
td, div, p {
	font-size		: 12px;
}

/* Style du tableau général */
.tabGene{
	background-color	: White;
	width			: 800px;
	margin-left		: auto;
	margin-right		: auto;
	background-image	: url(tabGeneFd.gif);
	padding-left		: 20px;
	padding-right		: 20px;
}

/* Style pour les petits textes */
.petit 
	{ 
		font-size	: 8pt; 
		font-weight	: normal; 
	}

.tabHaut{
	height			: 103px;
	width			: 760px;
}	

/* Style de la barre de navigation supérieure */	
#navOnglet{
	width			: 760px;
	margin-top 		: 2px;
}

#navOnglet #OngletG{
	width			: 0;
	}
#navOnglet #OngletD{
	width			: 0;
	}
	
#navOnglet .OngletInter{
	width			: 0;
	
}

#navOnglet .OngletTexte {	
	padding			: 2px;
	text-align		: center;
	background-image	: url(ongletTexteFd.gif);
	color			: #fff;
	font-weight		: bold;
	border			: 1px solid #ccc;
	border-bottom		: 1px solid #c40000;
}

#navOnglet a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#navOnglet #tabSel{
	background-image 	: url(tabSelecFd.gif);
	border			: 1px solid #c40000;
	border-bottom		: 0px solid #fff;
}

#navOnglet #tabLang{
	font-size		: 8px;
	padding-left		: 3px;
}


/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{ 
	font-size		: 14px; 
	color			: #000; 
	font-weight		: bold; 
	margin			: 1em;
	}

#BandeauHaut a {
	color			: #000;
}

/* Style du texte des onglets */
.MenuTexte, .MenuTexteSel {
	font-size		: 8pt;
	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 {
	padding-bottom		: 2px;
	padding-top		: 2px;
}
	
/* Couleur du fond des onglets */
.MenuOnglet, #MenuCadre {
	background-color	: #000000;
}
	
/* Style du titre des pages */
.pageTitre {
	color			: #000000; 
	font-weight		: bold;
	font-size		: 14pt;
	
	text-align		: left;
	border-bottom		: 2px solid #000;
	padding-bottom		: 5px;
	padding-top		: 28px;
	padding-left		: 0px;
	margin-left		: 10px;
	margin-right: 6px;
}
	
/* Style des titres des paragraphes */
.paragTitre, .paragTexte {
	font-size		: 12px;
}

.paragTitre {
	background-image 	: url(paragTitreFd.gif);
	font-weight		: bold;
	height			: 20px;
	color			: #fff;
}

.paragTexte {
	background-color 	: #fff;
	border			: 1px solid #656565;
	border-top		: 0px solid #656565;
	
}



/* Styles des liens de la nav du bas */
/*************************************/
.NavBas, .NavBasSel {
	font-size		: 10px;
	text-align		: center;
	text-decoration		: none;
	border-top		: thin solid #656565;
	border-bottom		: thin solid #656565;
}

/* Couleur du texte des onglets */
.NavBas {
	color 			: #676767;
}
	
/* Couleur du texte de l'onglet sélectionné */
.NavBasSel {
	color 			: #198519;
}

	
/* Styles des tableaux */	
/***********************************/
.lstRubs {
	padding			: 5px;
	font-weight		: bold;
}


.tabPrinc {
	margin-left		: auto;
	margin-right		: auto;

}
	
.tabEntete, .selEntete{
	background-image 	: url(paragTitreFd.gif);
	font-size 		: 12px;
	font-weight 		: bold;
	text-align		: center;
	color 			: #fff;
}


.tabEntete a {
	color 			: #fff;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche,.tab0{
	font-size 		: 12px;
	font-weight 		: normal;
	color 			: black;
}

.tabVendeur {
	text-align		: center;
	color			: #222222;
}

.tabGauche,.selGauche{
	width 			: 150px;
	background-image 	: url(tabGaucheFd.gif);
	color			: #FFFFFF;
	text-align		: center;
}

.tab1,.tabDroite,.tabVendeur{
	background-color 	: #FFFFFF;
	border			: 1px solid #656565;
	border-top		: 0px;
	color			: #black;
}

.tabPhotos {
	background-color	: #E2E2E2;
}




a.tabClair,a.tabDroite {
	border 			: 0;
}

.tab0{}
#traitBas{}

/* Style des boutons submit */
.valider {}
	
.valider:hover {}
	
.inpTxt {
	font-size 		: 12px;
	width			: 75%;
}

#menuOutils {
	border			: 1px solid #666;
	background-color 	: #F5F5F5;
	font-weight		: normal;
}
#menuOutils a {
	text-decoration		: none;
}



/* Style des liens de navigation (en forme de bouton) */
.linkButtun2 {
	color 			: #d53039;
	font-weight 		: bold;
	font-size 		: 12px;
}

/* Style du lien vers AA en bas de page */
.pubAA {
	font-size		: 7pt;
	color			: #b3b3b3; 
	font-weight		: normal; 
	text-align		: center;
	text-decoration 	: none; 
	}
