/*
             |---------------------|
   			 |  Styles Interex v2  |
		     |---------------------|			
*/
.sky
{
	float: right;
	margin-top: 220px;
}
.page_accueil .bloc_navigation
{
	display: none;
}
body
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #adbcc4 url(/images/fond_page.gif) repeat-x left top; 
}
#general
{
	position: relative;
	width: 919px;
	margin-left:30px;
	margin: 0px auto;
	background-image:url(/images/fond-general.gif);
	background-repeat:repeat-y;
}
.petit_sky #general
{
	width: 930px;
}
.grand_sky #general
{
	width: 970px;
}
#global
{
	width: 798px;
	background-image:url(/images/fond-global.gif);
	background-repeat:no-repeat;
	padding:0 3px;
	min-height:796px;
}
.petit_sky #global
{
	width: 930px;
}
.grand_sky #global
{
	width: 970px;
}
.search
{
	border: 1px solid #FFFFFF;
	height:15px;
}
/*--------------------------- Conteneurs template -------------------------*/
.bloc_centre
{
	background-color:#FFFFFF;
	width: 798px;
	float: left;
}
.bloc_entete
{
	height: 109px;
	background-image: url(/images/fond_bandeau_haut.jpg);
	position: relative;
}
.bloc_menu-haut {
	width: 798px;
	height: 52px;
	background-image: url(/images/fond-navigation.gif);
}
a.lien-menu-1, a.lien-menu-1:hover,
a.lien-menu-2, a.lien-menu-2:hover {
	position: relative;
	z-index:1;
	font-size:12px;
	color:#505050;
	text-transform:uppercase;
	display:block;
	float:left;
	padding:15px 13px 13px 13px;
	background: url(/images/fond-lien-menu-1.gif) repeat-x;
}
a.lien-menu-1:hover {
	/*background: url(/images/fond-lien-menu-2.gif) repeat-x;*/
	background-image:none;
	background-color:#fff;
}
a.lien-menu-2, a.lien-menu-2:hover {
	padding:9px 13px 5px 13px;
	line-height:1.3em;
	background: url(/images/fond-lien-menu-2.gif) repeat-x;
}
a.lien-menu-2:hover {
	/*background: url(/images/fond-lien-menu-1.gif) repeat-x;*/
	background-image:none;
	background-color:#fff;
}
.bloc_menu-haut a .lowercase {
	text-transform:lowercase;
}
.bloc_menu-haut a .capitalize {
	text-transform:capitalize;
}
.txt-planet {
	color:#194574;
	font-weight:bold;
	font-size:13px;
}
.txt-expert {
	color:#0071cf;
	font-weight:bold;
	font-size:13px;
}
.txt-global {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-weight:bold;
	font-size:12px;
}
.txt-trade {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#18475f;
	font-weight:bold;
	font-size:12px;
}
.txt-net {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#568abb;
	font-weight:bold;
	font-size:11px;
}
.separateur-g {
	position:absolute;
	width:1px;
	height:46px;
	background-color:#fff;
	top:0;
	left:0;
	z-index:2;
}
.separateur-d {
	position:absolute;
	width:1px;
	height:46px;
	background:transparent url(/images/separateur-menu.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/separateur-menu.png', sizingMethod='crop'); 
	zoom:1;
	top:0;
	right:0;
	z-index:2;
}
a.lien-menu-2.lien-menu-fin {
	padding:9px 20px 5px 15px;
}

#login {
	position:relative;
	float:right;
	width:340px;
	height:53px;
	padding-right:25px;
	text-align:right;
	color:#cccccc;
}
#login form {
	margin:0px;
}
#login-off {
	font-size:11px;
	padding:10px 25px 0 0;
}
#login-off input {
	float:left;
	margin-left:5px;
}
#login-on {
	margin-top:5px;
}
.identification {
	color:#fff;
	font-size:13px;
	padding:3px 2px 0 0;
}
#login-off a, #login-on a {
	font-size:11px;
	text-decoration:underline;
	padding:0 2px 0 2px;
}
#login-on a {
	color:#fff;
}
#login-off a:hover, #login-on a:hover {
	font-size:11px;
	padding:0 2px 0 2px;
}
#login-on a:hover {
	color:#ffad0e;
	text-decoration:none;
	background-color:#FFF;
}
#lien-login-off {
	position: absolute;
	top: 12px;
	right: 48px;
	width: 130px;
	z-index: 2;
}
#lien-login-off a {
	color:#FFF;
	padding:2px 0 0 14px;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(/images/picto-compte.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/picto-compte.png', sizingMethod='crop'); 
	zoom:1;
}
* html #lien-login-off a, *+html #lien-login-off a {
	font-weight:normal;
}
#login-off {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 250px;
	z-index: 3;
	background-color:#fff;
	padding:10px 10px 0 0;
	border:1px solid #e3e3e3;
}
#login-off form {
	margin-top:3px;
}
a#fermer-login {
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	top:10px;
	right:40px;
	z-index:30;
	text-decoration:none;
	background:url(/images/fermer-on-login.gif) no-repeat; 
}
a#fermer-login:hover {
	background:url(/images/fermer-off-login.gif) no-repeat; 
}

#footer 
{
	width:798px;
	float:left;
	background-color:#f2f2f2;
	border-top:1px dotted #AFAFAF;
	padding-top: 15px;
	padding-bottom: 30px;
}
#post-it
{
	position: absolute;
	top: 56px;
	left: 765px;
	z-index:20;
	width: 183px;
	height: 155px;
	margin: 0px;
	background:transparent url(/images/post-it.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/post-it.png', sizingMethod='crop'); 
	zoom:1;
}
.contenu-post-it
{
	float:left;
	width:155px;
	height:93px;
	padding:43px 0 0 18px;
	margin:0px;
	font-size:10px;
}
.bloc_recherche
{
	position: absolute;
	left: 549px;
	top: 63px;
	width: 206px;
	height: 17px;
	z-index:3;
}
h1.lien_entete, .lien_entete
{
	position: absolute;
	display: block;
	background:none;
	margin:0;
	padding:0;
}
h1.lien_entete a span, .lien_entete span
{
	display: none;
}
.lien_entete_interex
{
	left: 18px;
	top: 16px;
	width: 250px;
	height: 70px;
}
.lien_entete_accueil
{
	left: 619px;
	top: 9px;
	width: 49px;
	height: 11px;
}
.lien_entete_acces
{
	left: 703px;
	top: 12px;
	width: 58px;
	height: 8px;
}
.bloc_contenu
{
	float: right;
	width: 525px;
	/*height: auto !important;
	height: 290px;*/
	min-height:448px;
	padding: 25px 18px 25px 29px;
	margin:0px;
}
.page_accueil .bloc_contenu
{
	width: 760px;
	width: auto !important;
	padding: 15px 17px 15px 17px;
	margin:0px;
}
.bloc_signature_interex
{
	padding-left: 30px;
	float: left;
}
.copyright
{
	padding-top:10px;
	font-size: 11px;
	color: #646464;
}
.date_de_mise_a_jour
{
	font-size: 9px;
	color: #969696;
}
#footer a, #footer a:hover {
	color: #000000;
	font-size: 11px;
	display:block;
}
#footer a:hover {
	text-decoration:underline;
}
.bloc_footer_1, .bloc_footer_2, .bloc_footer_3, .bloc_footer_4 {
	float:left;
	width:170px;
	margin-left:10px;
	margin-right:20px;
}
.bloc_footer_2 {
	float:left;
	width:220px;
}
.bloc_footer_3 {
	float:left;
	width:195px;
}
.bloc_footer_4 {
	float:left;
	width:100px;
	margin-left:10px;
	margin-right:0;
}
.bloc_footer_1 p, .bloc_footer_2 p {
	margin-top:0;
	margin-bottom:5px;
}
.bloc_footer_3 p {
	margin-top:0;
	margin-bottom:10px;
}
.bloc_footer_1 a, .bloc_footer_2 a, .bloc_footer_4 a {
	padding-left:8px;
	background:url(/images/puce.gif) no-repeat center left;
}
/*
.bloc_signature_lien
{
	width: 438px;
	float: right;
	padding-right: 30px;
	padding-bottom: 15px;
}
.bloc_signature_lien a
{
	display: block;
	width: 180px;
	text-align: right;
	float: right;
	color: #000000;
	font-size: 11px;
}*/
.bloc_navigation
{
	width: 205px;
	padding: 25px 0 25px 18px;
	margin:0px;
	text-align:right;
	/*
	background-image: url(/images/menu_haut.gif);
	background-repeat: no-repeat;
	*/
}
/*
.bloc_menu
{
	width: 217px;
	background-image: url(/images/menu_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	margin-bottom: 16px;
}
.bloc_contenu_menu
{
	width: 207px;
	background-image: url(/images/menu_fond.gif);
	background-repeat: repeat-y;
	padding: 10px 5px;
	font-size: 12px;
}
.bloc_contenu_menu p
{
	padding-left: 10px;
}
.bloc_contenu_menu form
{
	padding-left: 10px;
}
*/
.acces-direct {
	margin-top:30px;
}
.acces-direct a {
	color:#999;
	font-weight:normal;
}
.acces-direct a:hover, .acces-direct a.acces-direct-actif, .acces-direct a.acces-direct-actif:hover {
	color:#73B3F2;
	font-weight:normal;
	background: url(/images/picto_lien-menu2.gif) no-repeat right top;
	padding-right: 9px;
}
.acces-direct .lien-home a {
	color:#3680CA;
	font-weight:normal;
}
.acces-direct .lien-home a:hover {
	color:#73B3F2;
	font-weight:normal;
	background: url(/images/picto_lien-menu2.gif) no-repeat right top;
	padding-right: 9px;
}
/*--------------------------- XXXX -------------------------*/
.bloc_gauche { width: 510px; float: left; padding:0px; margin:0px; position:relative;}
.bloc_droit { width: 225px; float: right; padding-left:29px; margin:0px;}
.bloc_focus { width: 54%; padding-right:9px; }
.bloc_test_a_market { width: 46%; padding-left:30px; border-left:1px dashed #D4D4D4; }
.texte1_mois { clear: both; }
.txt_gris { color: #acacac; }
.lien_page, .lien_titre
{ 
	background-image: url(/images/fleche_lien.gif);
	background-repeat:no-repeat;
	padding-left:8px;
	color: #ffad0e; 
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0 5px 0;
	text-decoration:none;
}
.lien_titre
{ 
	background-image: url(/images/fleche_lien2.gif);
	font-size: 11px;
	color:#3680ca;
}
.lien_page:hover, .lien_titre:hover
{ 
	background-image: url(/images/fleche_lien-on.gif);
}
.texte_banque {
	padding-top: 10px;
	padding-bottom: 10px;
}
.texte_banque, .texte_telelangue { font-size:12px; line-height: 1.3em; }
.sstitre { font-size: 10px; font-weight: bold; color: #000000; }
.sstexte { font-size:10px; color: #acacac; text-align: justify; }
.sssuite { color: #2C9BDA; }
.lien-actu { font-size:9px; color: #2C9BDA; }
.lien-lcl { color: #2C9BDA; }
hr { 
	position: relative;
	top: -6px;
	border: none 0;
	border-top: 1px dashed #c4c4c4;/*the border*/
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
	}
.titre-blog {
	color:#B0D235;
	font-style:italic;
	background: url(/images/picto_blog.gif)  no-repeat;
	text-indent: 20px;
}
.texte_espace { font-size:12px; width:303px; line-height: 1.3em}
#encart-blog {
	margin-top:18px;
	width: 250px; 
	float: left;
}
#encart-convertisseur {
	margin:30px 0 15px 0;
	width: 510px; 
	float: left;
}
#encart-newsletter, #encart-pays {
	margin-top:40px;
	width: 220px; 
	padding-left:5px;
}
#encart-banquier, #encart-telelangue {
	margin-top:0px;
	background:url(/images/fond-encart-pe.gif) no-repeat;
	width:218px;
	height:172px;
	padding:8px 0 0 7px;
}
.encart-spe {
	float:right;
	margin-top:5px;
	background:url(/images/fond-encart-tam.gif) no-repeat;
	width:199px;
	height:154px;
	padding:8px 3px 0 7px;
}
#encart-gps-lemoci {
	margin-top:40px;
	width: 220px; 
	position: relative;
}
.page_accueil h2.titre-gps-moci {
	position:absolute;
	top: 10px;
	left: 110px;
	font-size:11px;
	padding: 0;
	margin: 0;
	text-indent: 0;
	color:#000;
	background: none;
}
.texte-gps-moci, .texte-gps-moci2,
.btn-gps-lemoci, .btn-gps-lemoci:hover{
	position:absolute;
	top: 52px;
	left: 8px;
}
.texte-gps-moci2 {
	top: 122px;
}
.btn-gps-lemoci, .btn-gps-lemoci:hover {
	top: 192px;
	display: block;
	color: #FFF;
	background:url(/images/btn-lemoci-off.gif) repeat-y;
	height: 22px;
	padding: 7px 10px 0 10px;	
}
.btn-gps-lemoci:hover {
	background:url(/images/btn-lemoci-on.gif) repeat-y;
}
.bloc-expert-gauche {
	float:left;
	width:270px;
}
.bloc-expert-droit {
	float:right;
	margin-top:38px;
	width:199px;
	padding:8px 3px 0 7px;
}
a.bloc-1-expert, a.bloc-1-expert:hover {
	text-align:center;
	width:82px;
	border:1px solid #fff;
	margin-right:5px;
	padding:5px 0;
	float:left;
	color:#000;
}
a.bloc-1-expert:hover {
	background-color:#eee;
	border:1px dotted #ddd;
}
.expert-pays {
	font-weight:bold;
	display:block;
}
.expert-secteur {
	font-style:italic;
	font-size:10px;
	line-height:1em;
	display:block;
}
.expert-lien {
	clear:both;
	margin-top:10px;
}
.vignette-expert {
	width:60px;
	height:60px;
	background-color:#CCC;
	display:block;
	margin-left:9px;
}
#encart-glossaire  {
	clear:both;
	margin:20px 0 20px 0;
}
* html #encart-glossaire,
*+html #encart-glossaire {
	margin-top: 0px;	
}
.glossaire-lettres {
	color:#CCC;
}
.glossaire-lettres a{
	padding:0 1px 0 0;
}
#encart-meth-actu  {
	clear:both;
	margin:40px 0 0 0;
}
.encart-methodes {
	float:left;
	width:280px;
}
.encart-actualites {
	float:right;
	width:208px;
}
#slider-header{
	width:388px;
	margin-left:79px;
	margin-top:16px;
}
/* SLIDER news */
#slider-news-contener{
}
#slider-news-contener div.scroller { 
	width: 208px; 
	height: auto;
	overflow: hidden;
}
#slider-news-contener div.scroller div.section {
		width:208px;
		height:auto;
		overflow:hidden;
		float:left;		
}
#slider-news-contener div.scroller div.content {
		width: 10000px;
}





a.lien-noir, a.lien-noir:hover {
	padding-left:8px;
	color:#000;
	text-decoration:none;
	background:url(/images/puce2.gif) no-repeat top left;
	display:block;
	margin-bottom:7px;
}
a.lien-noir:hover {
	color:#73b3f2;
}
a.lien-noir .lien-pdf {
	color:#bbb;
}
.encart-methodes a.lien-noir {
	margin-bottom:0;
	margin-left:10px;
}
.lien-fin {
	padding-bottom:8px;
}
a.lien_affiche, a.lien_affiche:hover,
a.lien_affiche_actif, a.lien_affiche_actif:hover {
	display:block;
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding-left:14px;
	margin-bottom:4px;
	background-image:url(/images/picto-affiche-on.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}
a.lien_affiche:hover {
	background-image:url(/images/picto-affiche.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}
a.lien_affiche_actif {
	background-image:url(/images/picto-cache-on.gif);
	background-repeat:no-repeat;
}
a.lien_affiche_actif:hover {
	background-image:url(/images/picto-cache.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}
.item_cache .texte_cache,
.item_affiche .texte_affiche,
.item_cache_12 .texte_cache_12,
.item_affiche_12 .texte_affiche_12,
.item_cache_2 .texte_cache_2,
.item_affiche_2 .texte_affiche_2,
.item_cache_22 .texte_cache_22,
.item_affiche_22 .texte_affiche_22,
.item_cache-2 .texte_cache-2,
.item_affiche-2 .texte_affiche-2 {
	display: none;
}
#encart-TaM {
/* old :
	margin-top:30px;
*/
	margin-top:50px; 
	float: left; 
	margin-left: 20px;
}
#encart-B4T {
	margin-top:10px;
}
#encart-actu {
	margin-top:20px;
}
#logo-partenaire-1 {
	float:left;
	width:150px;
	height:110px;
	margin-right:37px;
	margin-bottom:30px;
}
#logo-partenaire-2 {
	float:right;
	width:150px;
	height:110px;
	margin-bottom:30px;
}
/*--------------------------- Balises principales -------------------------*/
h1, .page_accueil h2 {
    background: url(/images/picto_h1.gif)  no-repeat;
	font-size: 20px;
    font-weight: normal;
    color: #2C9BDA;
    text-indent: 15px;
    margin: 0 0 5px 0;
	}
h2, .page_accueil h3 {
    background: url(/images/picto_h2.gif)  no-repeat;
	font-size: 16px;
    font-weight: normal;
    color: #2C9BDA;
    text-indent: 10px;
    margin: 0 0 5px 0;
	}
h3, .page_accueil h4 {
	background: url(/images/picto_h3.gif)  no-repeat;
	font-size: 10px;
    color: #aaaaaa;
	text-indent: 7px;
    margin: 0 0 5px 0;
	border-bottom:1px dashed #dddddd;
	font-weight: bold;
	}
.page_accueil h3 {
	border-bottom:0;
	color:#7f7f7f;
	margin-left:1px;
	font-weight:bold;
	}
h4 {
	font-size: 10px;
    color: #2C9BDA;
    margin: 0 0 5px 0;
	font-weight: bold;
	}
h1 a {
    color: #2C9BDA;
	}
h1 a:hover {
    text-decoration:underline;
	}
.bloc_navigation h2 {
    background: url(/images/picto_h2-menu.gif) no-repeat right top;
	text-indent: 0px;
	padding-right: 6px;
	padding-top: 1px;
    margin: 0 0 5px 0;
	}
p.titre-menu2  {
	font-size: 16px;
	font-weight: normal;
	color: #2c9bda;
	text-indent: 10px;
    background: url(/images/picto_h2-menu.gif) no-repeat right top;
	text-indent: 0px;
	padding-right: 6px;
	padding-top: 1px;
    margin: 0 0 5px 0;
}
p {
	margin:3px 0 4px 0;
	padding:0px;
}
ul, ol { 
  	margin: .25em 0 .75em 7px; 
  	padding: 0; 
} 
* html ul, * html ol,
*+html ul, *+html ol { 
  	margin-left: 2px;  
}
li {
	padding: 0 0 0 9px;
	margin: 0px;
	list-style: none;
	background: url(/images/puce.gif) no-repeat left center;
}
ol li {
	padding: 1px 0 2px 0;
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: inside;
	background-image: none;		
}
.ul-coche li {
	padding: 2px 0 0 18px;
	background: url(/images/li-coche.gif) no-repeat left center;
}
.encart-spe .ul-coche {
	margin: .25em 0 .75em 0;
}
.encart-spe .ul-coche li {
	margin-bottom:5px;
}
.img-ds-txt {
	float:left;
	margin:0 10px 1px 0;
}
.img-ds-txt-expert {
	float:left;
	margin:0 10px 5px 0;
	width:60px;
	height:60px;
	background-color:#CCC;
}
.img-ds-txt-gtn {
	float:right;
	margin:1px 0 2px 10px;
}
.bloc-dt-gtn {
	float:right;
	width:230px;
}
.bloc-gch-gtn {
	float:left;
	width:260px;
	margin-top:30px;
}
.trait-separateur {
	background: url(/images/trait-separateur.gif) repeat-x;
	width:100%;
	height:1px;
	margin:10px 0;
}
.drapeaux-home {
	background-color:#CCC;
	width:23px;
	height:15px;
}
.clear {
	clear:both;
}
.titre-txt {
	font-size:12px;
	padding: 0 0 0 9px;
	background: url(/images/puce.gif) no-repeat left center;
}
/*------------ listes de définition ------------*/
dl { 
  	margin: .75em 0;
	float:left;/*--- pour clear après dl ---*/
	width:100%;
}
dt { 
  	margin: .3em 0 0 0; 
  	width: 22%;
  	clear: left;
	float: left;
} 
dd { 
  	margin: .25em 0 .25em .5em; 
  	width: 73%;
	float: left;	
	padding-left: 0.7em;
}
.page_dossier_personnel_accueil_html dt {
	width: 77%;
}
.page_dossier_personnel_accueil_html dd {
	width: 18%;
}
/*--------------------------- Conteneurs secondaires ------------------------*/
.colonne_menu_home,
.colonne_menu_marches,
.colonne_menu_expedition,
.colonne_menu_vente,
.colonne_menu_divers,
.premiere_colonne,
.seconde_colonne
{
	float: left;
	background-repeat: no-repeat;
	padding: 125px 5px 0px 5px;
}
.colonne_menu_marches,
.colonne_menu_expedition,
.colonne_menu_vente,
.colonne_menu_divers
{
	width: 223px;
}
.colonne_menu_marches
{
	background-image: url(/images/fond_menu_marches.jpg);
}
.colonne_menu_expedition
{
	background-image: url(/images/fond_menu_expedition.jpg);
}
.colonne_menu_vente
{
	background-image: url(/images/fond_menu_vente.jpg);
}
.colonne_menu_divers
{
	background-image: url(/images/fond_menu_divers.jpg);
}
.premiere_colonne
{
	margin: 0px 23px 0px 5px !important;
	margin: 0px 22px 0px 3px;
	width: 228px;
	background-image: url(/images/fond_menu_vente_home.gif);
overflow: hidden;
}
.seconde_colonne
{
	width: 224px;
	background-image: url(/images/fond_menu_expedition_home.gif);
overflow: hidden;
}
.contenu
{
	float: right;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	width: 500px;
overflow: hidden;
}
.page_fiches_pays_comparer .contenu
{
	width: 750px;
	padding-top: 20px;
}
.colonne_menu_home
{
	display: none;
}
.page_accueil .colonne_menu_home
{
	display: block;
}
.chemin {
	font-size:10px;
	color:#cccccc;
}
.glossaire p.retour 
{
	display:none;
}
/*--------------------------- Balises secondaires -------------------------*/
form {
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
input {
	border:1px solid #ffffff;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	height:17px;
	padding:0px;
	color:#454545;
	background-color:#E9E9E9;
}
dl input {
	width:250px;
}
dl input#antispam_valeur {
	width:169px;
}
.page_accueil input {
	border:1px solid #afafaf;
}
.page_accueil input.input_radio{
	border:0;
}
.input_montant {
	width:50px;
	border:1px solid #000;
	padding:1px;
	height:16px;
}
.input_mdp {
	width:60px;
}
.input_radio {
	border:0;
	background-color:#FFF;
}
.input_identifiant {
	width:140px;
	margin-left:12px;
}
.select_convertisseur {
	width:185px;
	border:1px solid #000;
	height:20px;
}
select {
	border:1px solid #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#454545;
	background-color:#E9E9E9;
}
dl select {
	width:252px;
}
.page_accueil select {
	border:1px solid #afafaf;
}
option {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#454545;
}
textarea {
	border:1px solid #ffffff;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	height:80px;
	width:250px;
	padding:0px;
	color:#454545;
	background-color:#E9E9E9;
}
.page_accueil input.bouton-off, .page_accueil input.bouton-on {
	border: 1px solid #2c9bda;
}
*+html input.bouton-off, *+html input.bouton-on,/*--- ie7 ---*/
*+html .page_accueil input.bouton-off, *+html .page_accueil input.bouton-on
.page_accueil select.bouton-img {
	border:0;
}
.bouton-off {
	width: auto;
	background-color: #2c9bda;
	border: 1px solid #2c9bda;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding:0 5px 4px 5px;
}
.bouton-on {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #2c9bda;
	color: #2c9bda;
	text-align: center;
	margin: 0px;
	padding:0 5px 4px 5px;
	text-decoration: none;
	cursor:pointer;
}
*+html input.bouton-off, *+html input.bouton-on {/*--- ie7 ---*/
	border: 1px solid #2c9bda;
}
* html .form_expert .bouton-off, *+html .form_expert .bouton-off,
* html .form_expert .bouton-on, *+html .form_expert .bouton-on{
	width:105px;
	padding:0 0 4px 0;
}
.select_expert-pays, .select_expert-secteur {
	width:220px;
	float:left;
	margin-right:10px;
}
.page_service_tam_recherche_expert_html .select_expert-pays, 
.page_service_tam_recherche_expert_html .select_expert-secteur {
	background-color:#FFF;
	border:1px solid #afafaf;
}
.select_expert-pays {
	width:150px;
}
.form_expert #bouton-expert {
	float:left;
}

.bloc_navigation option {
	text-align: right;
	display: block;
}
.bloc_navigation select {
	text-align: right;
}
.select_180 {
	width:180px;
}
.select_140 {
	width:140px;
}
.txt-zoom
{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:0 5px;
}
/*--------------------------- Liens -------------------------*/
a {
	color:#F9A400;
	text-decoration:none;
}
a:hover {
	color:#73B3F2;
	text-decoration:none;
}
a.lien_login {
	color:#cccccc;
	font-size:9px;
	text-decoration:none;
}
a.lien_login:hover {
	color:#ffffff;
	font-size:9px;
	text-decoration:underline;
}
a.lien-menu {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
}
a.lien-menu:hover {
	color:#FFDE00;
	font-size:12px;
	text-decoration:none;
	padding-left:15px;
}
a.lien-page {
	color:#3680CA;
	text-decoration:none;
	font-size:10px;
	background-image:url(/images/picto-lien-page.gif);
	background-repeat:no-repeat;
	padding-left:9px;
}
a.lien-page:hover {
	color:#73B3F2;
	text-decoration:none;
	font-size:10px;
	background-image:url(/images/picto-lien-page-on.gif);
	background-repeat:no-repeat;
	padding-left:9px;
}
a.lien-page-2 {
	color:#3680CA;
	text-decoration:none;
	font-size:9px;
}
a.lien-page-2:hover {
	color:#73B3F2;
	text-decoration:none;
	font-size:9px;
}
a.lien-footer {
	color:#ffffff;
	text-decoration:none;
	font-size:9px;
}
a.lien-footer:hover {
	color:#FFDE00;
	text-decoration:none;
	font-size:9px;
}
a.pagination {
	color:#F9A400;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a.pagination:hover {
	color:#73B3F2;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	
}
a.pagination-select {
	color:#73B3F2;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/*--------- Lightbox (zoom carte home fiche-pays) -----------*/
/*
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}
#closeButton{ top: 5px; right: 5px; }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-image: url(http://__::SITE_URL_RACINE::__/images/overlay.png); }
* html #overlay{ 
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://__::SITE_URL_RACINE::__/images/overlay.png", sizingMethod="scale");
}
*/
/*-------- fin lightbox (zoom carte home fiche-pays) -------*/

/*----------------------------------- Données communes ----*/
a.TitreDocMoteur {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.TitreDocMoteur:hover {
	color:#316598;
	font-weight:bold;
	text-decoration:underline;
}
a.TitreDocMoteur2 {
	color:#316598;
	font-weight:bold;
	text-decoration:none;
}
a.TitreDocMoteur2:hover {
	color:#6Ca0D3;
	font-weight:bold;
	text-decoration:underline;
	
}
.terme {
	color:#FF9C00;
	font-size:9px;
}
.pays {
	color:#C84EF0;
	font-size:9px;
}
.mot_cles
{
	color: #D80EB9;
	font-size:9px;
}
.champ_obligatoire
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
}
.texte-important
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.input100, .select_100 {
	width:100px;
}
.input150, .select_150 {
	width:145px;
}
.input161, .select_161 {
	width:161px;
}
.input177, .select_177 {
	width:177px;
}
.input200, .select_200 {
	width:200px;
}
.input250, .select_250 {
	width:250px;
}
#ancres {
	clear: both;
	padding:5px 0 10px 0;
	width:100%;
}
#ancres a {
	color:#3680CA;
	text-decoration:none;
	font-size:10px;
}
#ancres a:hover {
	color:#73B3F2;
	text-decoration:underline;
	font-size:10px;
}
#droits {
	font-size:10px;
	font-style:italic;
}
thead td
	{
	width: auto;
	background-color: #ddd;
	font-weight: bold;
	text-align:center;
	}
.tableau_methode, .tableau_methode2
	{
	border-collapse:collapse;
	}
.tableau_methode td
	{
	padding: 4px;
	border: 1px solid #666;
	}
.tableau_methode2 td
	{
	padding: 1px;
	border: 1px solid #666;
	}
.txt-tendances {
	font-size:8px;
	font-family:arial, Helvetica, sans-serif;}

/* Styles pour le service "recherche de nomenclature douanière" */
.nomenclature table {
	border:0px;
	width:100%;
}
.nomenclature td
{
    font-size: 11px;
    margin: 0px;
    line-height: 1.3em;
}
.nomenclature th
{
    font-size: 11px;
    margin: 0px;
    line-height: 1.3em;
	padding:3px;
	text-indent:-3px;
}
input.affcode
{
	font-size: 11px;
	background-color:#e6eff1;
}
/* Résultat de recherche 
*/
th.codeR1 {
	width:110px;
	background-color:#999999;
}
th.libelleR1 {
	background-color:#999999;
}
td.codeR2 {
	width:110px;
	background-color:#EEEEEE;
}
td.libelleR2 {
	background-color:#EEEEEE;
}
.highlight {
	color: #009900;
	background-color: #FFCC66;
	display: inline;
}
/* Liste par ontologie
*/
input.recherche
{
	font-size: 11px;
	background-color:#e6eff1;
}
th.code
{
	width:110px;
    background-color:#dedede;
    text-align: left;
	font-weight:normal;
}
th.libelle
{
    background-color:#dedede;
    text-align: left;
	font-weight:normal;
}
th.langues
{
    background-color:#EEEEEE;
    text-align: right;
}
th.head
{
    background-color:#EEEEEE;
    text-align: right;
}
td.code {
	width:110px;
	background-color:#6781b1;
}
td.libelle {
	background-color:#6781b1;
}
td.code2 {
	width:110px;
	background-color:#E6D9B3;
}
td.libelle2 {
	background-color:#E6D9B3;
}
td.code3 {
	width:110px;
	background-color:#EDE2C4;
}
td.libelle3 {
	background-color:#EDE2C4;
}

td.code4 {
	width:110px;
	background-color:#F6EED6;
}
td.libelle4 {
	background-color:#F6EED6;
}
td.code5 {
	width:110px;
	background-color:#FBF4E0;
}
td.libelle5 {
	background-color:#FBF4E0;
}
td.code6 {
	width:110px;
	background-color:#bbc7dc;
}
td.libelle6 {
	background-color:#bbc7dc;
}
td.code7 {
	width:110px;
	background-color:#ced7e5;
}
td.libelle7 {
	background-color:#ced7e5;
}

td.code8 {
	width:110px;
	background-color:#dfe6ef;
}
td.libelle8 {
	background-color:#dfe6ef;
}
/* Liens */
a.code
{
    color: #3680CA;
    text-decoration: none;
}
a.code:hover
{
    color:#73B3F2;
	text-decoration: underline;
}


.mot_en_surbrillance
{
	background-color: #84DA84;
	color: #FFFFFF;
	font-weight: bold;
}
#change span
	{
	display: block;
	}

/* styles locaux */
.continent_afrique,
.continent_amerique-du-nord,
.continent_amerique-du-sud,
.continent_asie,
.continent_europe-centrale,
.continent_europe-du-nord,
.continent_europe-du-sud,
.continent_oceanie,
.continent_europe-de-l-est
{
	display: none;
}
.choix_afrique .continent_afrique,
.choix_amerique-du-nord .continent_amerique-du-nord,
.choix_amerique-du-sud .continent_amerique-du-sud,
.choix_asie .continent_asie,
.choix_europe-centrale .continent_europe-centrale,
.choix_europe-du-nord .continent_europe-du-nord,
.choix_europe-du-sud .continent_europe-du-sud,
.choix_oceanie .continent_oceanie,
.choix_europe-de-l-est .continent_europe-de-l-est
{
	display: block;
}
.recherche_explication .ligne_attente,
.recherche_attente .ligne_explication
	{
	display: none;
	}
.item_cache .texte_cache,
.item_affiche .texte_affiche
{
	display: none;
}
.item_gauche,
.item_droit
{
	border: 1px solid #000000;
	height: 28px;
	width: 69px;
	overflow: hidden;
	position: absolute;
	padding: 2px 3px 0px 3px;
	font-weight: bold;
}
.item_gauche
{
	text-align: left;
}
.item_droit
{
	text-align: right;
}
.on,
.off
{
	margin-bottom: 5px;
}
.type_de_flux_import .flux_export,
.type_de_flux_export .flux_import
{
	display: none;
}

.lien_menu
{
	font-weight: normal;
}
.lien_menu:hover
{
	background: url(/images/picto_lien-menu2.gif) no-repeat right top;
	padding-right: 9px;
}
.lien_menu_active
{
	font-weight: bold;
	background: url(/images/picto_lien-menu.gif) no-repeat right top;
	padding-right: 9px;
}
.imprimer_la_page .contenu
{
	width: 750px;
}
.imprimer_la_page .bandeau_milieu
{
	padding: 0px 0px 0px 0px;	
	background-image: none;
}
.imprimer_la_page #global,
.imprimer_la_page .bandeau_contenu
{
	background-image: none;
}

	
.description2
{
	color: #000000;
}


/* CSS CAISSE D'EPARGNE */
#menu { padding-left:8px; float:left; width:220px; }
#menu_fond { background-image: url(/images/caisse_epargne/menu_fond.gif); background-repeat: repeat-y; }
#bloc {float:left; width: 570px;}
#trait1 { 
	border: none 0;
    margin-top:8px;
	border-top: 1px dashed #eb7d27;
	width: 100%;
}
#conseils-edito { width:300px; height:230px; float:left;}
#conseils-logos { margin-top:35px; height:195px; padding-left: 10px; float:right; width:206px;}
#conseils-video {float:left; width:300px; margin-top:40px;}
#film {float: left;}
#photos {line-height: 1.6em;}
#conseils-actu { float:right; width:204px; margin-top:40px;}
#conseils-fiche {float:left; width:90%; margin-top:40px;}
.fiches-tableau td {padding:2px 0 0 0; margin:0px;}
.clap_video { padding-left: 30px;}
#bas { padding-top: 20px; width:800px; clear:both; height:140px; }
/*
#acces_direct {
    display:none; 
    background: #1F9BD3;
    color: #FFFFFF;
    width: 130px; 
    position: relative; 
    top: 23px; 
    left: 665px; 
    z-index:2;
    text-align: right;
    font-size: 12px;
}
#acces_direct div {
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#acces_direct a div {
    color: #FFFFFF;
}
#acces_direct a:hover div {
     background: #FAA401;
}
*/
#acces_direct {
    display:none; 
	position: absolute;
	left: 628px;
	top: 25px;
    background: #1F9BD3;
    color: #FFFFFF;
    width: 135px; 
    z-index:30;
    text-align: right;
    font-size: 12px;
}
#acces_direct a {
	display: block;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
}
#acces_direct a:hover {
     background: #FAA401;
}
.note {
	font-size:10px;
	color:#999999;
}
/*--- Telelangue ---*/
.page_telelangue .bloc_contenu div p
{
	margin:0;
	padding:0 0 0 75px;
	text-align:justify;
}
.page_telelangue .bloc_contenu div img
{
	float:left;
}
.page_telelangue .bloc_contenu div#detoure p
{
	margin:0;
	padding:5px 0 0 0;
	text-align:justify;
}
.page_telelangue .bloc_contenu div#detoure2 p
{
	margin:0;
	padding:0;
	text-align:justify;
}
.page_telelangue .bloc_contenu div#detoure img
{
	float:left;
	margin:0 10px 0px 0;
}
.page_telelangue .bloc_contenu div#detoure2 img
{
	float:left;
	margin:0;
}
.page_telelangue .bloc_contenu div#detoure
{
	margin:0 0 20px 0;
}
.page_telelangue .bloc_contenu div.fond-encart-telelangue2 div#detoure2 p iframe
{
	height:95px;
	width:450px;
	border:0;
	overflow:hidden;
	margin-top:0 !important;
	margin-top:-10px;
}
.page_telelangue .bloc_contenu div#telelangue-g div#detoure
{
	margin:0;
}
.page_telelangue .bloc_contenu h2, .page_telelangue .bloc_contenu h4 {
	clear:both;
}
.page_telelangue .bloc_contenu div#telelangue-g
{
	float:left;
	width:220px;
	margin:0 20px 20px 0;
}
.page_telelangue .bloc_contenu div#telelangue-g p
{
	text-align:left;
	padding-bottom:5px;
}
.page_telelangue .bloc_contenu div#telelangue-d
{
	float:right;
	width:260px;
}
.page_telelangue .bloc_contenu div#telelangue-d p
{
	padding-left:20px;
}
.page_telelangue .bloc_contenu div#telelangue-d iframe
{
	height:460px !important;
	height:480px;
	width:260px;
	border:0;
	overflow:hidden;
	margin-top:0 !important;
	margin-top:-10px;
}
.page_telelangue .bloc_contenu h1 {
	float:left;
	width:320px;
	height:50px;
}
div#logo-telelangue {
	float:left;
	width:180px;
	margin:-7px 0 0 2px;
}
.fond-encart-telelangue {
	background-image:url(/images/telelangue/fond-encart-telelangue.jpg);
	background-repeat:no-repeat;
	height:77px;
	padding:3px 10px 0 10px;
	margin:30px 0 20px 0 !important;
	margin:0;
	clear:both;
}
.fond-encart-telelangue2 {
	background-image:url(/images/telelangue/fond-encart-telelangue2.jpg);
	background-repeat:no-repeat;
	height:95px;
	padding:3px 0 0 10px;
	margin:10px 0 10px 0 !important;
	margin:0;
	clear:both;
}
.fond-encart-telelangue3 {
	background-image:url(/images/telelangue/fond-encart-telelangue3.jpg);
	background-repeat:no-repeat;
	height:477px;
	padding:3px 10px 0 10px;
	/*
	margin:10px 0 10px 0 !important;
	margin:0;
	*/
	clear:both;
}
/*--- Telelangue (encart atlas) ---*/
.telelangue_atlas_d {
	width:220px;
	float:left;
}
.telelangue_atlas_g {
	width:290px;
	float:left;
	margin-right:15px;
}
.fond-telelangue_atlas {
	background-color:#f2f2f2;
	border-bottom:1px solid #ddd;
	width:204px;
	padding:5px 8px 0 8px;
}
#skyscraper, #skyscraper-atlas
{
	position: absolute;
	top: 190px;
	left: 799px;
	z-index:19;
	width: 126px;
	height:606px;
	margin: 0px;
	padding:0px;
}
#skyscraper-atlas
{
	top: 460px;
}
#ppl
{
	position: absolute;
	top: 230px;
	left: 790px;
	z-index:20;
	width: 144px;
	margin: 0px;
	padding:0px;
	/*background-color:#d2dbe0;*/
	background-color:#ffffff;
}
.ppl
{
	width: 142px;
	margin: 0px;
	padding:0;
	border:1px solid #646464;
	text-align:left;
	background-color:#FFFFFF;
}
.ppl p, .ppl form {
	padding:0px 4px;
}
.ppl p.note {
	margin:3px 0 3px 0;
}
.ppl-head {
	border-bottom:1px solid #646464;
	/*background-color:#2392d1;*/
	background-color:#f9a400;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:2px 4px;
	text-align:center;
}
.ppl textarea, .input_ppl {
	width:132px;
	border:1px solid #646464;
	margin-top:4px;
	font-size:11px;
}
#message_tempo {
	padding-left:9px;
}
#message_tempo div {
	padding-top:4px;
	margin-left:5px;
}
.input_ppl {
	margin:4px 0;
}
/*styles nouvelle page LCL*/
.a-droite {
	float:right;	
}
#bloc-lcl1{
	float: left;
	width: 240px;
	padding: 0 40px 10px 0;	
	margin: 0;
	overflow: hidden;	
}
#bloc-lcl2 {
	float: left;
	width: 240px;
	padding: 0 0 10px 0;	
	margin: 0;
	overflow: hidden;	
}
#bloc-lcl-a{
	float: left;
	width: 156px;
	padding: 0 7px 0 10px;	
	margin: 0;
	border-right: 1px dashed #D4D4D4; 	
}
#bloc-lcl-b {
	float: left;
	width: 156px;
	padding: 0 7px 0 7px;	
	margin: 0;
	border-right: 1px dashed #D4D4D4; 	
}
#bloc-lcl-c {
	float: left;
	width: 156px;
	padding: 0 10px 0 7px;	
	margin: 0;
}
.a-capo {
	clear: both;	
}
h3.no-trait {
	border-bottom: none;
	}
#encart-haut {
	background: url(/images/lcl/encart-haut.gif) no-repeat;
	width: 522px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#encart-centre {
	background: url(/images/lcl/encart-centre.gif) repeat-y;
	margin: 0;
	padding: 0;
	float: left;
	width: 522px;
}
#encart-bas {
	background: url(/images/lcl/encart-bas.gif) no-repeat;
	width: 522px;
	height: 18px;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 10px;
}
#pro-entree1 {
	width:166px;
	height:31px;
	margin-bottom:15px;
	position: relative;
}
.pro-entree1-off {
	background:url(/images/lcl/bouton_pe-off.jpg) no-repeat center right;
}
#pro-entree1.pro-entree1-on {
	background:url(/images/lcl/bouton_pe-on.jpg) no-repeat center right;
}
a.lien-bouton {
	color: #FFF;
	position: absolute;
	top: 7px;
	left: 40px;
}
a.lien-bouton:hover {
	color: #FFF;
}
.texte_mois {
	padding-bottom:5px !important;
	padding-bottom:1px !important!;
	padding-bottom:1px;
}
#bloc-news {
	float:left;
	width:122px;
}
#bloc-news-2 {
	float:left;
	width:158px;
}
#bloc-news a, #bloc-news-2 a {
	color:#000;
}
#bloc-news a:hover, #bloc-news-2 a:hover {
	color:#F9A400;
}

/*#consulter-nl {
	position:absolute;
	width:175px;
	top:290px;
	left:495px;
	z-index:10;
	text-align:center;
}*/
/*------------ listes de définition ------------*/

.page_methode_incoterms_2010 .atlas dl.informations dt { 
  	width: 22%;
} 
.page_methode_incoterms_2010 .atlas dl.informations dd {  
  	width: 75%;
}

/*------------ Incoterms 2010 ------------*/
.incoterm-vendeur {
	background-color:#ddd;
}
.incoterm-acheteur {
	background-color:#e5e5e5;
}

/*------------ Bouton adaptable ------------*/
a.bouton-all-off, a.bouton-all-off:hover, a.bouton-all-on, a.bouton-all-on:hover {
	position:relative;
	display:inline-block;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	height:24px;
	width:auto;
	padding:6px 3px 0 15px;
	background-image:url(/images/bouton-all-off.gif);
	background-repeat:no-repeat;
}
a.bouton-all-on, a.bouton-all-on:hover {
	background-image:url(/images/bouton-all-on.gif);
	background-repeat:no-repeat;
}
#img-all-off, #img-all-on,
#img-all2-off, #img-all2-on {
	position:absolute;
	display:block;
	top:0px;
	right:-11px;
	z-index:3;
	width:11px;
	height:30px;
}
.encart-spe #bouton-all2 {
	margin-left:10px;
}
.bloc-expert-droit #bouton-all {
	margin-left:10px;
}
.afficher_voir .fermer, .afficher_fermer .voir {
	display: none;
}
/*--- carte home ---*/
#carte-home {
	height: 260px;
	margin-bottom: 20px;
	margin-top: 10px;
}
/*-------Popup Pays styles verfi !!! ----*/
#presentation_pays {
	margin: 0;
	padding: 0;
	z-index : 1500;
	position: absolute;
	width: 191px;
	/*height:208px;*/
	right: 0px;
	top: 60px;		
}
#charger-pays {
	margin: 0;
	padding: 0;
}
#fond-png {
	margin: 0;
	padding: 15px 10px 0 10px;
	background:transparent url(/images/fond-presentation-pays.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fond-presentation-pays.png', sizingMethod='crop'); 
	zoom:1;
	color:#000;
}
#blanc-png {
	margin: 0;
	padding: 8px 10px 0 10px;
	background:transparent url(/images/blanc-presentation-pays.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blanc-presentation-pays.png', sizingMethod='crop'); 
	zoom:1;
}
#blanc-png a {
	position: relative;	/* pour liens iE6 et iE8 */
}
#bas-png {
	margin: 0;
	height: 11px;
	background:transparent url(/images/bas-presentation-pays.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bas-presentation-pays.png', sizingMethod='crop'); 
	zoom:1;
}
#fond-png a {
	position: relative; /*pour iE6*/
}
.donnees-pays {
	border-top: #999 dotted 1px;
	clear:both;
	padding: 10px 0;
}
.donnees-pays p {
	margin: 2px 0;
}
.link-fond-blanc {
	padding-top: 10px;
	background-color: #FFF;
}
#pays_fermer {
	position:absolute; 
	z-index: 10; 
	width:10px;
	height:10px;
	right:7px;
	top: 7px;
}
#pays-encart {
	margin: 0;
	padding: 0;
}
#pays-encart h1 {
	width:110px;
	float: left;
	background: none;
	color: #7f7f7f;
	font-size: 1.2em;
	margin:0 0 5px 0;
	padding:6px 3px 0 3px;
	text-indent: 0;
	font-weight: bold;
}
#pays-encart img  {
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
	width:45px;
	height:30px;
}




/* Test-a-Market */
#encart-divers, #encart-divers-testamarket {
	width:279px;
	float:left;
	margin:0 0 15px 5px !important;
	margin:0 0 15px 2px;
}

#encart-divers-testamarket {
	margin-bottom:0 !important;
	margin-bottom:0;
}
.agauche {
	text-align: left;
	}

.encart-portait h2 {
	padding-left:5px;
	text-align:left;
}
table.encart-portait {
	margin-left:1px;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 186px;
	clear:both;
}
	
table.encart-portait thead td {
	width: auto;
	background-color: #eee;
	font-weight: bold;
}

table.encart-portait td {
	font-size: 10px;
	padding: 0px;
	border: 1px solid #ddd;
	text-align: center;
}
table.encart-portait .invisible td, table.encart-portait .invisible {
	text-align: left;
	border: 0;
	width: auto;
}
.titre_panel {
	font-weight:bold;
	font-size:12px;
}
dl.liste_experts {
	text-align:left;
	padding:0;
	margin:0;
	clear:both;
	display:block;
}
dl.liste_experts dt {
	margin:8px 0 20px 0;
	width: 80px;
	clear: left;
	float: left;
}
dl.liste_experts dd {
	margin:0 0 20px 0;
	padding:0;
	width: 430px;
	float: left;
}
.form-recherche {
	clear:both;
	margin:8px 0 10px 0;
	background-color:#eee;
	border:1px dotted #ddd;
	padding:5px 0 10px 8px;
}
.expert-autre-pays {
	margin:0 0 10px 0;
}
.procedure-tam {
	float:left;
	width:150px;
	padding:5px 20px 5px 5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:8px 0 0 0;
	background:#f4f4f4 url(/images/fleche-procedure.gif) no-repeat center right;
}
.procedure-tam1 {
	border-left:1px solid #eee;
}
.procedure-tam3 {
	border-right:1px solid #eee;
	padding:5px 18px 5px 5px;
	background-image:none;
}
.icon-tam {
	font-size:25px;
	font-weight:bold;
	color:#2392d1;
	float:left;
	margin:0 10px 2px 0;
}
.ex-tam {
	text-align:right;
	margin:5px 3px 10px 0;
}
.profil-tam {
	margin:8px 0 10px 0;
	background-color:#eee;
	border:1px dotted #ddd;
	padding:5px 0 6px 6px;
}
#question1 span, #question2 span, #question3 span, #question4 span, #question5 span, #question6 span, #question7 span, #question8 span, #question9 span, #question10 span {
	color:#777;
}
.adresse-eesa {
	background-color:#eee;
	border:1px dotted #ddd;
	padding:5px;
	width:160px;
}
.note-tam {
	color:#666;
	font-style:italic;
}
.page_service_tam_questionnaire_html h3 {
	margin-top: 1em;
	margin-bottom: 0.4em;
}
.page_service_tam_questionnaire_html #bouton {
	margin-top: 15px;	
}
.champ_obligatoire {
	color: #000;
}
.page_newsletter .champ_obligatoire {
	color: #000;
	font-size: 1.1em;
	margin-top: 1em;
}
.champs_obligatoires {
	color:#ff6600;
	font-size:16px;
}
.champ_en_erreur { color: #FF0000; font-weight:bold;}
/* Fin Test-a-Market */
/*---------------------------------/
           IMPRESSION
/---------------------------------*/
body.convertir_en_pdf_ok {
	background-image:none;
	background-color:#FFF;
}
.convertir_en_pdf_ok #general {
	width: 920px;
	background:#fff url(/images/bandeau-impression.gif) no-repeat; 
	padding:95px 0 0 0;
	border:0;
	margin:0 auto;
}
.convertir_en_pdf_ok #global, .convertir_en_pdf_ok .bloc_contenu, .convertir_en_pdf_ok .bloc_centre {
	width: 920px;
	background-image:none;
	margin:0;
	padding:0;
	border:0px;
	min-height:auto;
}
a.lien-pdf-impression {
	position:absolute;
	top:183px;
	left:735px;
	display:block;
	height:29px;
	width:29px;
	background:url(/commun/images/pictogrammes/picto-pdf-off.gif) no-repeat left;
	z-index:10;
}
a.lien-pdf-impression:hover {
	background:url(/commun/images/pictogrammes/picto-pdf-on.gif) no-repeat left;
}
.page_methodes a.lien-pdf-impression {
	display:none;
}
	
