/* Style général des texte */
td, div, p 
	{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

body{
	background-color: #003399;
	text-align: center;
}

a 	{
	color:009999;
	text-decoration: none;
	font-weight:bold;
}

a.Visible{
	color: #F84B4B;
}

.petit{
	font-size: 10pt;
	color: #004E8E;
	font-weight:bold;
}

a .petit{
	font-size: 12pt;
	color: #004E8E;
	font-weight:bold;
}

/* Style du tableau général */
.tabGene{
	background-color: White;
	background-image:url(fond.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;	
	width:980px;
}


/* Style du titre du site au dessus des onglets */
#BandeauHaut 
	{	
	width:500px;
	font-family		: Arial; 
		font-size		: 9pt; 		
		background-color	: white;
		color:white;
		padding:3px;
		width:10px;
		height:7px;
		text-align:center;
		margin-left:30px;

	}
#BandeauHaut a 
	{ 	
display:none;

	}

#lienSelection {
	text-align: right;
}

/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
		background-color 	: #FFFFFF;
		color 			: #F84B4B;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 1px solid #F84B4B;
		border-top 		: 1px solid #F84B4B;
		border-left		: 1px solid #F84B4B;
		border-right		: 1px solid #F84B4B;		
	}
/**/
.linkButtun2:HOVER
	{
		color 			: #666666;
		text-decoration 	: none;
		border-bottom		: 1px solid #333333;
		border-top 		: 1px solid #333333;
		border-left		: 1px solid #333333;
		border-right		: 1px solid #333333;
	}
	
/* Style de la barre de navigation supérieure */	
#navOnglet{
	width:100%;
	height:41px;
}

#navOnglet a{
	color:#FFFFFF;
}

#navOnglet #OngletG{
background-image: url(mg.jpg);
width:33px;
height:41px;

}

#navOnglet #OngletD{
	background-image: url(md.jpg);
	width: 31px;
	height:41px;
	background-repeat: no-repeat;
}
#navOnglet .OngletInter{
	background-image: url(mi.jpg);
	width:4px;
	height:41px;
	background-repeat:repeat-x;
}

#navOnglet .OngletTexte {
	background-image: url(mt.jpg);
	text-align:center;
	background-color: #003399;
	font-size:16px;
	color:white;
	font-weight:normal;

}

#navOnglet .OngletTexte a {
		padding-left:5px;
		padding-right:5px;
			font-weight:normal;

}

#navOnglet .OngletTexte a:hover {
	color:#F4D000;
	text-decoration:none;
	font-size:16px;

	border-bottom:2px solid #F4D000;
	padding-left:5px;
	padding-right:5px;
}


#navOnglet #tabSel a{
	color:#F4D000;
	/*border-top 		: 1px solid #39435E;	*/
	/*background-color: #BACCDA;*/
}


#navOnglet #tabLang{
	font-size: 8px;
}


/* Style du titre des pages */
.pageTitre{
	display:none;
/*	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align		: left;*/
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color:#990033;
}	

/* 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 {
		background-color	: #990033;
		background-repeat	: no-repeat;
		background-position	: right top;
		font-size 		: 11px;
		font-family 		: helvetica;
		font-weight 		: bold;
		/*text-align		: left;*/
		color 			: white
}

.tabEntete a {
color:#FFFFFF;
}

.selEntete {
		background-color	: #990033;
		background-repeat	: no-repeat;
		background-position	: right top;
		font-size 		: 14px;
		font-family 		: helvetica;
		font-weight 		: bold;
		/*text-align		: left;*/
		color 			: white

}

.tab1,.tabDroite,.tabPhotos,.tabVendeur, .tabGauche,.selGauche, .tab0{
		font-size 		: 11px;
		font-weight 		: normal;	
		text-align 		: left;
		color 			: black;
}
.tabGauche{
		background-color 	: #004E8E;
		color:#FFFFFF;
		width			: 130px;
}

.selGauche{
background-color:#FFFFFF;
width:5px;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur{
		background-color 	: #DFDFDF;
		font-weight 		: bold;
}	
.tab0{
		background-color	: white;
}
#traitBas{
	border-bottom: 1px solid white;
}
/* Style des boutons submit */
.valider
	{
		background-color 	: #FFFFFF;
		color 			: #004E8E;
		font-weight 		: bold;
		font-size 		: 12px;
		border-bottom		: 1px solid #004E8E;
		border-top 		: 1px solid #004E8E;
		border-left		: 1px solid #004E8E;
		border-right		: 1px solid #004E8E;				
	}
	
.valider:hover
	{
		color 			: #004E8E;
		text-decoration 	: none;
		border-bottom		: 1px solid #004E8E;
		border-top 		: 1px solid #004E8E;
		border-left		: 1px solid #004E8E;
		border-right		: 1px solid #004E8E;
	}	

.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			: 8pt;
		color					: #AAAAAA; 
		text-align			: center;
		text-decoration 	: none; 
	}
	
#contenuH {
padding-left:22px;
padding-right:20px;
width:100%;
}

#tabContenu {
width:100%;
}

#Tableau_01 p {

margin-left:5px;

}

.lstRubs {
font-size:14px;
font-weight:bold;
}