/* Style général des texte */
* {
	font-family		: Verdana, Arial, sans-serif; 
}

body{
	text-align		: center;
	background		: #f8f8f8;
}
a{
	color: #d53039;
}

td, div {
	font-size		: 14px;

}

/* Style du tableau général */
.tabGene{
	background-color		: White;
	width			: 978px;
	margin-left		: auto;
	margin-right		: auto;
	border-left		: 1px solid #000;	
	border-right		: 1px solid #000;	
}

/* Style pour les petits textes */
.petit 	{ 
	font-size		: 9px; 
	font-weight		: normal; 
}

.tabHaut{
	background-image: url(entete.jpg);
	height		: 80px;
	padding-left:10px;
}	


/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{ 
	font-family		: Verdana; 
	font-size		: 10px; 
	color			: #000; 
	font-weight		: bold; 
	background-color		: #e7e7e7;
	padding			: 5px;
	/*margin-left		: 2px;
	margin-right		: 2px;*/
	}

#BandeauHaut a {
	color:#000;
}



/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
		color 			: #d53039;
		font-weight 		: bold;
		font-size 		: 12px;
	}
/**/

/* Style de la barre de navigation supérieure */	
#navOnglet{
	width			: 100%;
	height			: 26px;
	/*margin-top 		: 2px;*/
	/*border-top		: 2px solid #D80528;*/
}

#navOnglet #OngletG{
	background-image	: url(ongletG.gif);
	width			: 2px;
	}
#navOnglet #OngletD{
	background-image	: url(ongletD.gif);
	width			: 3px;
	}
#navOnglet .OngletInter{
	background-image	: url(ongletInter.gif);
	background-color		:#D80528;
	width			: 10px;
	
/*	background-repeat: no-repeat;*/
}


#navOnglet .OngletTexte {
	padding			: 1px;
	text-align		: center;
	background-image		: url(ongletTexteFd.gif);
	color			: #000;
	font-weight		: bold;
}

#navOnglet a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
/*
#navOnglet #tabSel{
	background-image 	: url();
	background-color	: #e6e6e6;

}
*/
#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
	{
	padding-bottom: 2px;
	padding-top: 2px;
}
	
/* Couleur du fond des onglets */
.MenuOnglet, #MenuCadre 
	{
		background-color	: #000000;
	}


#contenuH {
text-align:center;
}
#tabContenu {
	width:95%;
	margin:auto;
}
	
	
	
/* Style du titre des pages */
.pageTitre{
	color		: #999999; 
	font-weight	: bold;
	font-family	: Verdana, Arial, sans-serif; 
	font-size	: 14pt;
	
	text-align	: left;
	border-bottom	: 2px solid #999;
	padding-bottom	: 5px;
	padding-top	: 28px;
	padding-left	: 0px;
	margin-left	: 10px;
}
	
/* Style des titres des paragraphes */
.paragTitre, .paragTexte {
	font-family	: Verdana, Arial, sans-serif;
	font-size	: 10px;
}

.paragTitre {
	font-weight	: bold;
	color		: #D80528;
	border-bottom	: 1px solid #D80528;
	font-size	: 14px;
}

.paragTexte {
	text-align	: justify;
	font-size	: 14px;
	line-height	: 1.5em;
}

/* 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	: #ccc;
		font-size 		: 11px;
		font-family 		: Verdana;
		font-weight 		: bold;
		text-align		: left;
		color 			: black;
		text-align		: center;
}
.tab1,.tabDroite,.tabPhotos,.tabPhotos td,.tabVendeur,.tabGauche,.selGauche, .tab0{
		font-size 		: 10px;
		font-weight 		: normal;	
		text-align 		: left;
		color 			: black;
}
.tabGauche,.selGauche{
		width 			: 150px;
		background-color 	: #e5e5e5;
}

.tabPhotos td {
text-align:center;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur{
	background-color 	: #fff;
	border			: 1px solid #e5e5e5;
}

.tab1 a,.tabDroite a{
	border			: 0;
}

.tab0{
	background-color	: #F5F5F5;
}

.tab0 a, .tab1 a {
	color 			: #000;
}
	
.lstRubs {
	padding			: 0.3em;
	font-size		: 13px;
	font-weight		: bold;
}
.lstRubs a {
	color			: #666;
}

#blocSelection td {
	font-size:9px;
}

#traitBas{}

/* 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			: #b3b3b3; 
		font-weight		: normal; 
		text-align		: center;
		text-decoration 	: none; 
	}