/* Style général des texte */
td, div, p 
	{
	font-family: Arial;
	font-size: 10pt;
	color:white;
}

body{
	background-color: #2B2B2B;
	text-align: center;
}

a 	{
	color				: white;
	text-decoration			: none;
}

a.Visible{
	color: #71BF35;
	font-weight:bold;
}

.petit{
	font-size: 8pt;
	color: white;
}

/* Style du tableau général */
.tabGene{
	width:884px;
	background-image:url(fond.jpg);
	background-repeat:repeat-y;
	background-color:#364276;
	margin-left: auto;
	margin-right: auto;	
	color:#FFFFFF;
}


/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{ 
		font-family		: Arial; 
		font-size		: 9pt; 		
		background-color	: #EBEBEB;
		color:black;
		padding:3px;

	}

#lienSelection {
	text-align: right;
}

/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
		background-color 	: #364276;
		color 			: #71BF35;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 1px solid #71BF35;
		border-top 		: 1px solid #71BF35;
		border-left		: 1px solid #71BF35;
		border-right		: 1px solid #71BF35;		
	}
/**/
.linkButtun2:HOVER
	{
		color : #71BF35;
		background-color:	#364276;
		text-decoration 	: none;
		border-bottom		: 1px solid #71BF35;
		border-top 		: 1px solid #71BF35;
		border-left		: 1px solid #71BF35;
		border-right		: 1px solid #71BF35;
	}
	
/* Style de la barre de navigation supérieure */	
#navOnglet{
	width:100%;
	height:123px;
	margin:0;
	padding:0;
}

#navOnglet #OngletG{

background-image: url(menug.jpg);
width: 9px;
height:105px;
background-repeat: no-repeat;
margin:0;
padding:0;


}

#navOnglet #OngletD{
background-image: url(menud.jpg);
width: 9px;
height:105px;
background-repeat: no-repeat;
margin:0;
padding:0;
}
#navOnglet .OngletInter{
	background-image: url(menui.jpg);
	width: 14px;
	height:105px;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}


#navOnglet .OngletTexte a{
	color:white;
	font-weight:bold;
	text-align:center;
	background-image:url(menu.jpg);
	background-repeat: repeat-x;
	height:105px;
	font-weigth:bold;
	font-style:italic;
	display:block;
	font-size:18px;
	padding-top:15px;

}

#navOnglet .OngletTexte a:hover{
	color:white;
	font-weight:bold;
	text-align:center;
	background-image:url(menu2.jpg);
	background-repeat: repeat-x;
	height:105px;
	font-weigth:bold;
	font-style:italic;
	display:block;
	font-size:18px;
	margin:0;
}





/*#navOnglet a {
	color:#fff;
	text-decoration:none;
	font-size:22px;
		color:black;
	font-weight:bold;
	text-align:center;
}
*/
#navOnglet #tabLang{
	font-size: 8px;
}


/* Style du titre des pages */
.pageTitre{
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-style:italic;
	color: #71BF35;
	text-align: center;
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Arial;
	font-size: 16px;
	width:864px;
	font-weight: bold;
	font-style:italic;
	border-bottom: 2px solid #71BF35;
	color: white;
}	

/* 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{
		border-bottom:2px solid #71BF35;
		background-repeat	: no-repeat;
		background-position	: right top;
		font-size 		: 12px;
		font-family 		: helvetica;
		font-weight 		: bold;
		/*text-align		: left;*/
		color 			: white;
		font-style:italic;
}


.tabEntete {



}

.tab1,.tabPhotos,.tabGauche,.selGauche, .tab0{
		font-size 		: 11px;
		font-weight 		: normal;	
		text-align 		: left;
}
.tabGauche{
		background-color 	: #71BF35;
		width			: 130px;
		color:#000000;
		font-size:12px;
		font-weight:bold;
}

.tabDroite {

background-color:#253976;
color:white;
}
.tabVendeur {

color:white;
}
.tabPhotos {

background-color:black;

}

.selGauche {
		width:10px;
		background-color:#71BF35;

}




.tab1,tabVendeur{
		background-color 	: #F5F5F5;
		font-weight 		: bold;
}	
.tab0{
		background-color	: white;
}
#traitBas{
	border-bottom: 1px solid white;
}
/* Style des boutons submit */
.valider
	{
		background-color 	: #364276;
		color 			: #71BF35;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 1px solid #71BF35;
		border-top 		: 1px solid #71BF35;
		border-left		: 1px solid #71BF35;
		border-right		: 1px solid #71BF35;				
	}
	
.valider:hover
	{
		background-color 	: #364276;
		color 			: #71BF35;
		text-decoration 	: none;
		border-bottom		: 1px solid #71BF35;
		border-top 		: 1px solid #71BF35;
		border-left		: 1px solid #71BF35;
		border-right		: 1px solid #71BF35;
	}	

.inpTxt
	{
		font-size 	: 12px;
		font-family : arial;
	}

#menuOutils {
	border			: 1px solid #666;
	background-color 	: #364276;
	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; 
	}
	
#contenuH {
color:#FFFFFF;
padding-left:10px;
padding-right:10px;
}

#tabContenu {
/*padding-left:10px;
padding-right:10px;*/
color:#FFFFFF;
width:864px;
}

#BandeauHaut {
display:none;
}


