body{
  background-color: #f1f1f1;
  text-align: center;
  font-size: 10px;
  font-family: Arial;
  background: url(images/bg.gif);
}
/* Hyperliens */
a{	color: #3366ff; text-decoration: none; }
a:hover{	color: #ff9900; text-decoration:underline;}
/* Images */
img{border: none;}
/* Input */
input, select {
	border: solid 1px;
	font-size: 10px;
}

.ck{	/* Pour les input de type checkbox on veut pas le border alors il faut les nommer class="ck"*/
	border:none;
}


/**********************************************************
* 	Conteneur de la page web, header, contenu et footer.
**********************************************************/
.conteneur{
  border: 1px solid #ffffff;
  width: 960px;
  margin: 0;	/* Page au Centre */
  text-align: left;
  background-color: #ffffff;
  padding: 0;
}




/***************************
* Entete
****************************/
.header_fr{
  height: 177px;
  background: url(/images/header_en.jpg);
  background-repeat: no-repeat;
}
.header_en{
  height: 177px;
  background: url(/images/header_en.jpg);
  background-repeat: no-repeat;
}
.header_pol{
  height: 177px;
  background: url(/images/header_pol.jpg);
  background-repeat: no-repeat;
}
.liste_drapeau{
	padding-top: 10px;
	padding-left: 570px;
	align: right;
	border: 0px;
	list-style-type: none; /* Enleve la puce devant la liste */
}
.liste_drapeau li{	float: left;}	   /* Positionne la liste horizontalement */

.liste_drapeau li a img
{
  margin: 2px 1px;
  border: 1px solid #ffffff;
}
.contact_us{
  background: url(/images/enveloppe.gif) no-repeat;
  float:right;
  margin-right: 15px;
  padding-left: 15px;
  font-size: 11px;
  color: white;
  margin-top: 10px;
}
.contact_us:hover{text-decoration: none;};


/**************************
* Contenu de la page
***************************/
a img{
  margin: 2px 1px;
  border: 0px;
}
.contenu{
  background: no-repeat url(/images/sachets.jpg);
  background-position:  500px 40px;
  background-color: #ffffff;
}



.colonneGauche {

    padding-left: 10px;

  background: no-repeat url(/images/left.jpg);

}

.colonneCentre {

    padding-left: 200px;
    padding-right 200px;

  background: no-repeat url(/images/sachets.jpg);


}

.colonneDroite {

    padding-right: 10px;

  background: no-repeat url(/images/right.jpg);


}

.contenu_pay_prd table{
  font-size: 10px;
  font-family: Arial;
}

.tab_contenu_fiche{
  font-size: 10px;
  font-family: Arial;
  background-color: #ffffff;
  border: 0px;
  border-width: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.tab_contenu_fiche tr{
  border: dotted #ff9900 1pt;

}

.contenu table{
  font-size: 10px;
  font-family: Arial;
}

.form_directory{
	margin-top: 0px;
	margin-bottom: 0px;
}

label{
	width: 100px;
	padding-right: 10px;
}
input a{margin-left: 50px;}

.btn_search{
	background-color:#ffffff;
	color: #3366ff;
	border: solid #ff9900 1px;
}

/**************************
* Pied de page
***************************/
.footer{
  background: url(/images/bas.jpg);
  height: 165px;
}

.footer .siteCCI{
	position: absolute;
  height: 75px;
  width: 260px;
  margin-top: 75px;
  margin-left: 415px;
}

/****************************************************
*	Page de recherche, produit, etablissement, pays
*****************************************************/
.header_product_en{
  background: url(/images/products_en.jpg);
  height: 174px;
}
.header_product_fr{
  background: url(/images/products_fr.jpg);
  height: 174px;
}
.header_product_pol{
  background: url(/images/products_pol.jpg);
  height: 174px;
}
.footer_product{
  background: url(/images/entreprise2.jpg);
  height: 28px;
}
.header_countries_en{
  background: url(/images/countries_en.jpg);
  height: 174px;
}
.header_countries_fr{
  background: url(/images/countries_fr.jpg);
  height: 174px;
}
.header_countries_pol{
  background: url(/images/countries_pol.jpg);
  height: 174px;
}
.footer_pays{
  background: url(/images/entreprise2.jpg);
  height: 28px;
}
.tab_pay_prd{
	border-collapse: separate;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}
.tab_pay_prd td{
 	border: dotted #ff9900 1pt;
	padding: 10px 10px 10px 10px;
	empty-cells: hide;
}

.div_requeteur{
 	border: dotted #ff9900 1pt;

	margin-left: 30px;
	width: 400px;
	/*margin-right: 30px;*/
	margin-bottom: 50px;
	padding: 5px 5px 5px 5px;
	clear: both;
}
.div_requeteur a{	margin-left: 10px;}
.div_resultat table{
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 695px;
  	font-size: 10px;
  	font-family: Arial;
}
.entete1{
  background: #ffffff;
  font-size: 10px;
  font-family: Arial;
}
.ligne_paire{	background: #e4e4e4;}
.ligne_impaire{	background: #f1f1f1;}

.div_requeteur_pay_prd{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.div_requeteur_pay_prd label{
	margin-left: 70px;
	text-align: right;
}
.div_page_resultat{
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
.div_page_resultat num_page{}

/****************************************************
*	Page Accueil Texte de bienvenue
*****************************************************/

.div_texte_accueil, h1
{
 	font-size: 10px;
	margin-left: 30px;
	margin-right: 10px;
	font-family: Verdana,Arial;
}

/************************
*	Fiche entreprise
*************************/
.header_company_en{
  background: url(/images/information_card_en.jpg);
  height: 130px;
}
.header_company_fr{
  background: url(/images/information_card_fr.jpg);
  height: 130px;
}
.header_company_pol{
  background: url(/images/information_card_pol.jpg);
  height: 130px;
}
.footer_company{
  background: url(/images/entreprise2.jpg);
  height: 28px;
}
.form_company{
  margin-top: 0px;
  background-color: #ffffff;
}
tab_contenu_fiche{
	spacing: 0px;
	padding: 0px;
	margin: 0px;
	cell-spacing: 0px;

}

.partie_company{
/*  float: left;*/
 /* background-color: #ffffff;*/
}


.img_fiche_left{
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

.img_fiche_right{
	float: right;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

.partie_gauche_company{
  width:  244px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.partie_droite_company{
  width:  420px;
  border: dotted #ff9900 1pt;
  border-collapse: collapse;
  padding: 5px 5px 5px 15px;
  margin-top: 15px;
}

.div_raison_sociale{
  	background: url(/images/etiquette2.jpg);
	padding-top: 5px;
  	font-size: 14px;
	font-weight: bold;
	width: 235px;
	color: #ff9900;
}

.div_raison_sociale_texte{
	width: 200px;
	margin-left: 25px;
}

.div_coord{
  	background: url(/images/etiquette4.jpg);
	width: 235px;
	padding-right: 0px;
}
.div_coord_texte{
	width: 190px;
	margin-left: 29px;
}

.div_importation{
}

.div_exportation{
	float: bottom;
}

.navigation_bas{
  float: left;
  background-color: #ffffff;

}
.div_navig_fiche{
  float: right;
}
.btn_retour{
	float: left;
}
.div_txt_ent{padding-left: 20px;}
.div_pays_prd{	padding-left: 20px;}
.div_pays_prd img{	margin-right: 5px;}
