/* 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				: #003399;
	/*text-decoration			: none;*/
}

a.Visible{
	color: #003399;
}

.petit{
	font-size: 8pt;
	color: #666666;
}

/* Style du tableau général */
.tabGene{
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}


/* Style du titre du site en dessous des onglets */
#BandeauHaut 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	padding-top: 2px;
	padding-left: 8px;
	height: 20px;
	margin: 0;
	background-color: #CCCCCC;
}


.tabHaut {
background-image: url(fond.jpg);
background-repeat: repeat-y;
background-position: top right;
}


/* Style des liens de navigation (en forme de bouton) */
.linkButtun2
	{
	background-color: #FFFFFF;
	color: #00529B;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

/* Style de la barre de navigation supérieure */	
#navOnglet{
	width:100%;
	height:20px;
	margin-top:2px;
	background-color: #003399;
}

#navOnglet #OngletG{
	background-image: url(ongletG.gif);
	width: 8px;
	background-repeat: no-repeat;
}

#navOnglet #OngletD{
	background-image: url(ongletD.gif);
	width: 12px;
	background-repeat: no-repeat;
}
#navOnglet .OngletInter{
	background-image: url(ongletInter.gif);
	width: 11px;
	background-repeat: no-repeat;
}

#navOnglet .OngletTexte {
	background-image: url(navFd.gif);
}
#navOnglet a {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
}
#navOnglet #tabSel a{
	color:#fff;
}


#navOnglet #tabLang{
	font-size: 8px;
}


/* Style du titre des pages */
.pageTitre{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 10px;
	border-bottom: 15px solid #CCCCCC;
	padding-left : 12px;
}
	
/* Style des titres des paragraphes */
.paragTitre {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/*background-color: white;*/
	color: black;
	text-align: left;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}	
.paragTexte{
	font-size: 8pt;
	background-color: #E6F0FF;
}

/* 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
	{
/*background-color: #E8F0F5;*/
}
	
.tabEntete, .selEntete{
	background-color: #00529B;
	font-size: 10pt;
	font-family: helvetica;
	font-weight: bold; /*text-align		: left;*/
	color: white;
	font-variant: small-caps;
	border-bottom		: 2px solid black;
}

.tabEntete a {
	color 			: #fff;
}

.tab1,.tabDroite,.tabPhotos,.tabVendeur,.tabGauche,.selGauche, .tab0{
	font-size 		: 11px;
	font-weight 		: normal;	
	text-align 		: left;
	color 			: black;
}
.tabGauche,.selGauche{
	/*background-color 	: #F3DAD9;*/
	color: #003399;
	width: 130px;
	background-image: url(bg_left.gif);
}
.tab1,.tabDroite,.tabPhotos,.tabVendeur{
	background-color: #CFE1F0;
	text-decoration: none;
	/*border-bottom		: 1px solid black;*/
	
}	
.tab0{
		background-color	: white;
		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
	{
		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;
	}	*/

.inpTxt
	{
		font-size 	: 12px;
		font-family : arial;
	}

.lstRubs {
	font-weight: bold;
	font-size: 10pt;
	padding-left: 20px;
	height: 30px;
}


#menuOutils {
	border			: 1px solid #666;
	background-color 	: #cfe1f0;
	font-weight		:normal;
}
#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; 
	}