/*
                |------------------------|
                |  Styles Test a Market  |
                |------------------------|         
*/
body {
    margin:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:left;
    color:#4D4D4D;
    background-image:url(../images/fond.gif);
    background-repeat:repeat;
}
/*----------------------------- Centrage site --*/
div#global {
    width:780px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
	z-index:1;
}

/*----------------------------- Conteneurs principaux --*/
div#haut-site {
    width:780px;
    height:30px;
}
div#bandeau-site {
    width:780px;
    height:198px;
    background-image:url(../images/haut.jpg);
    background-repeat:no-repeat;
}
div#centre-site {
    width:752px;
    background-color:#FFFFFF;
    border-right:1px solid #105EB4;
    border-bottom:1px solid #105EB4;
    border-left:1px solid #105EB4;
    padding:10px 13px 15px 13px;
}
div#centre-site3 {
    width:752px;
    background-color:#CCFF66;
    border-right:1px solid #105EB4;
    border-bottom:1px solid #105EB4;
    border-left:1px solid #105EB4;
    padding:10px 13px 15px 13px;
}
div#bas-site {
    width:780px;
    height:25px;
    padding-top:5px;
    font-size:10px;
    text-align:center;
    color:#000000;
}

/*----------------------------- Conteneurs secondaires --*/
div#logo {
    float:left;
    width:352px;
    height:89px;
}
div#accueil {
    float:left;
    width:95px;
    margin-top:12px;
}
div#FR, div#EN {
    float:left;
    width:22px;
    height:19px;
    margin:7px 6px 0 0;
}
div#login-off {
    float:right;
/*     width:413px; */
    height:19px;
    margin-top:6px;
    padding-left:57px;
    background-image:url(../images/picto-login.gif);
    background-repeat:no-repeat;
}
div#login-on {
    float:right;
/*    width:423px; */
    height:19px;
    margin-top:9px;
/*    padding-left:115px;*/
	text-align:right;
}
div#recherche {
    position:absolute;
    background-image:url(../images/picto-recherche.gif);
    background-repeat:no-repeat;
    text-indent:21px;
    padding-top:1px;
    top:190px;
    left:18px;
    z-index:2;
    width:600px;
    height:25px;
    margin:0px;
    color:#FFFFFF;
}
div#vignettes {
    position:absolute;
	top:160px;
    left:-10px;
    z-index:3;
    width:570px;
    height:140px;
    margin:0px;
    color:#FFFFFF;
}
div.bloc-vignette {
    width:75px;
    height:140px;
    float:left;
    padding-left:15px;
    text-align:center;
}
.pays-home {
    color:#000000;
    font-size:9px;
    font-weight:bold;
}
.secteur {
    color:#000000;
    font-size:9px;
    font-style:italic;
}
.pays_secteur {
    font-size:10px;
    font-weight:bold;
}

div#colonne-gauche {
    float:left;
    width:520px;
}

.section_sans_menu div#colonne-gauche {
	width:100%;
}

div#colonne-droite {
    float:right;
    width:210px;
}
div#colonne-gauche2 {
    float:left;
    width:420px;
}
div#colonne-droite2 {
    float:right;
    width:310px;
}
#tableau_centre {
    color: #103373;
}
/*--------------------------- Balises principales -------------------------*/
.noborder {
    border: 0px;
}

h1 {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-divers.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h1.expert {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-expert.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h1.recherche {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-recherche.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h1.comment {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-comment.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h1.qui {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-qui.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h1.contact {
    font-size:16px;
    font-weight:normal;
    color:#9818A3;
    background-image:url(../images/picto-h1-contact.gif);
    background-repeat:no-repeat;
    text-indent:26px;
    padding-top:3px;
    margin:5px 0 5px 0;
}
h2 {
    font-size:11px;
    font-weight:bold;
    color:#A632AD;
    background-image:url(../images/picto-h2.gif);
    background-repeat:no-repeat;
    text-indent:11px;
    margin:15px 0 3px 0;
    clear:both;
}
h3 {
    font-weight:bold;
    color:#aaaaaa;
    font-size:10px;
    padding-bottom:1px;
    border-bottom:1px dashed #dddddd;
    margin:5px 0 3px 0;
}
p {
    margin:3px 0 8px 0;
    padding:0px;
}
hr {
    height:1px;
    border:0px;
    margin:0px;
    padding:0px;
    clear:both;
    color:#FFFFFF;
}
.div_texte {
 text-align: justify;
 width: 400px;
}
/*--------------------------- Liens -------------------------*/
a {
    color:#105EB4;
    text-decoration:none;
}
a:hover {
    color:#6BABF2;
    text-decoration:none;
}
a.accueil {
    color:#105EB4;
    background-image:url(../images/picto-accueil-on.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding:1px 0 0 16px;
    text-decoration:none;
}
a.accueil:hover {
    color:#6BABF2;
    background-image:url(../images/picto-accueil-off.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding:1px 0 0 16px;
    text-decoration:none;
}
a.lien-page {
    color:#105EB4;
    background-image:url(../images/picto-lien.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding-left:8px;
    text-decoration:none;
}
a.lien-page:hover {
    color:#6BABF2;
    background-image:url(../images/picto-lien.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding-left:8px;
    text-decoration:none;
}
a.lien-page2 {
    color:#105EB4;
    background-image:url(../images/picto-lien.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding-left:8px;
    text-decoration:none;
    margin-left:150px;
}
a.lien-page2:hover {
    color:#6BABF2;
    background-image:url(../images/picto-lien.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bold;
    padding-left:8px;
    text-decoration:none;
    margin-left:150px;
}
a.lien-login {
    color:#105EB4;
    font-size:9px;
    text-decoration:none;
}
a.lien-login:hover {
    color:#6BABF2;
    font-size:9px;
    text-decoration:none;
}

/*--------------------------- Divers -------------------------*/
.chemin {
	font-size:10px;
	color:#aaaaaa
}
.nota {
    font-size:9px;
    padding-top:3px;
}
.login {
    font-size:10px;
    color:#777777;
}
.validation, .bouton-off {
    font-size:10px;
    color:#ffffff;
    border:1px solid #000000; 
    background-color:#115EB4; 
    height:18px;
}
form {
    padding:0px;
    margin:0px;
}
input {
    border:1px solid #7F9DB9;
    height:14px;
}
.input_radio {
	border:0px;
}
select {
    border:1px solid #7F9DB9;
}
textarea {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:left;
}
.titre-vignettes {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    background-image:url(../images/trait-vignettes.gif);
    background-repeat:no-repeat;
    height:15px;
    margin-left:25px;
}

.identif {
    position:relative;
    top: 3px;
}

.titre_niveau2 {
    font-size:16px; 
    font-weight:bold;
}
.titre_niveau22 {
    font-size:14px;
    font-weight:bold;
}

.required input {
    color:#cc0000;
    background-color:#ccccff;
    font-size:12px;
}
.required_text {
    color: red;
    font-weight: bold;
}
.required {
 /*   padding-left:35px;
 *       background-image: url("http://192.168.1.8/testamarket/images/fleche_rouge.gif"); */
    background-repeat: no-repeat;
    color: red;
 /*   font-weight: bold;*/
}

.required a {
    color: red;
    font-weight: bold;
/*    background-image: url("http://192.168.1.8/testamarket/images/fleche_rouge.gif"); */
    background-repeat: no-repeat;
}

#form_souscripteur #entreprise {
    position: relative;
    left: 4px;
}
#form_souscripteur #txt_entreprise {
    position: relative;
    left: 4px;
}
#form_souscripteur #nom {
    position: relative;
    left: 119px;
}
#form_souscripteur #txt_nom {
    position: relative;
    left: 119px;
}

#form_souscripteur #personne {
    position: relative;
    left: 0px;
}
#form_souscripteur #txt_personne {
    position: relative;
    left: 0px;
}

#form_souscripteur #adresse {
    position: relative;
    left: 185px;
}
#form_souscripteur #txt_adresse {
    position: relative;
    left: 185px;
}

#form_souscripteur #ville {
    position: relative;
    left: 207px;
}
#form_souscripteur #txt_ville {
    position: relative;
    left: 207px;
}

#form_souscripteur #zipcode {
    position: relative;
    left: 163px;
}
#form_souscripteur #txt_zipcode {
    position: relative;
    left: 163px;
}

#form_souscripteur #email {
    position: relative;
    left: 200px;
}
#form_souscripteur #txt_email {
    position: relative;
    left: 200px;
}

#form_souscripteur #motdepasse {
    position: relative;
    left: 156px;
}
#form_souscripteur #txt_motdepasse {
    position: relative;
    left: 156px;
}

#form_souscripteur #telephone {
    position: relative;
    left: 172px;
}
#form_souscripteur #txt_telephone {
    position: relative;
    left: 172px;
}
.commentaire {
    color:red;
}
.paragraphe {
    width:90%;
    text-align: justify;
}

#logo_pdf {
    position: absolute;
    left:700px;
    top: 240px;
}
.conseil {
    font-weight: bold;
    color:#BBBBBB;
}
#carre {
    position: absolute;
    top: 235px;
    left:10px;
}
.reponses {
    font-weight: bold;
}
.champ_obligatoire
{
	color: #FF8A00;
}
.champ_en_erreur { color: #FF6600; font-weight:bold;}

.MODELE_accueil {
	
}
.MODELE_pages {
	display:none;
}
.MODELE_etat_connecte {
	display:none;
}
.MODELE_etat_non_connecte {
	
}

/*----------------------------------- Données communes ----*/
.terme {
	color:#C84EF0;
	font-size:9px;
}
.pays {
	color:#FF9C00;
	font-size:9px;
}
.separateur {
	color:#999999;
	font-size:9px;
	padding:0 5px;
}
.champ_obligatoire
{
	color: #FF6600;
}
.champ_remarque
{
	color: #FF6600;
}
.champ_en_erreur { 
	color: #FF0000; 
	font-weight:bold;
}
.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:#D0E2A1;
}

td.libelle2 {
	background-color:#D0E2A1;
}

td.code3 {
	width:110px;
	background-color:#DEEBBB;
}

td.libelle3 {
	background-color:#DEEBBB;
}


td.code4 {
	width:110px;
	background-color:#ECF4D7;
}

td.libelle4 {
	background-color:#ECF4D7;
}

td.code5 {
	width:110px;
	background-color:#F7FBED;
}

td.libelle5 {
	background-color:#F7FBED;
}

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_attente .ligne_explication
	{
	display: none;
	}

.item_cache .texte_cache,
.item_affiche .texte_affiche
{
	display: none;
}

.item_gauche,
.item_droit
{
	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;
	font-size:9px;
}
.lien-menu-active
{
	font-weight: bold;
	font-size:9px;
}
/*
                                             |------------------|
   			                                 |   Styles Atlas   |
		                                     |------------------|			
*/

/*------------------------------------ Styles Ok -----------------------------------------*/

#donnees1 {
	width:260px;
	float:left;
	clear:left;
}
#donnees2 {
	width:250px;
	float:right;
}
#carte1 {
	width:250px;
	float:right;
	text-align:center;
	margin-top:15px;
}
#meteo {
	width:250px;
	float:right;
	min-height:120px;
	padding:0px;
	margin:0px;
	clear:right;
}
#meteo #img-fond {
	width:250px;
	min-height:120px;
	padding:0px;
	margin:0px;
	background:transparent url(/images/meteo/fond.png) no-repeat !important; 
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/meteo/fond.png', sizingMethod='crop'); 
	zoom:1;
}
#meteo #meteo-bloc1 {
	width:248px;
	float:left;
	height:16px;
	margin-top:10px;
	font-weight:bold;
	color:#0067b1;
}
#meteo #meteo-bloc2 {
	width:40px;
	float:right;
	height:14px;
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	font-weight:bold;
	color:#73B3F2;
}
#meteo #meteo-bloc2 a {
	font-weight:normal;
	text-decoration:none;
}
#meteo #meteo-bloc2 a:hover {
	font-weight:normal;
	text-decoration:underline;
}
#meteo #meteo-bloc2 span {
	font-weight:normal;
}
#meteo #meteo-bloc3 {
	width:190px;
	height:66px;
	float:right;
	margin:0px 18px 0 0 !important;
	margin:0px 9px 0 0;
}
#meteo #meteo-bloc4 {
	width:200px;
	float:left;
	color:#0067b1;
	font-size:9px;
	padding:10px 0 0 44px;
}
#meteo #meteo-bloc3 .temperature {
	font-size:30px;
	font-weight:bold;
	padding:5px 5px 0 0;
	margin:0px;
	color:#FFFFFF;
	float:right;
	width:180px;
	text-align:right;
}
#meteo #meteo-bloc3 .temperature2 {
	font-weight:normal;
	font-size:10px;
	padding:11px 5px 0 0;
	margin:0px;
	color:#FFFFFF;
	float:right;
	width:180px;
	clear:both;
	text-align:right;
}

.titre-encart {
	background-color:#3e97d6;
	font-weight:bold;
	color:#ffffff;
	padding: .3em 0 0.4em 2px;
	margin:15px 0 2px 0;
	border-bottom: 1px solid #ccc;

}
.titre-encart span {
	font-weight:normal;
}

.sous-titre-encart {
	font-weight:bold;
	font-size:10px;
}
.titre-donnees {
	padding-left:6px;
	background-image:url(/images/picto-lien-page2.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

#capitale, #heures, #monnaie, #pib, #ide, #climat, #risque, #profil, #population, #telecommunication
	{
	text-indent: 22px;
	padding: .3em 0 0.4em 0;
	border-bottom: 1px solid #ccc;
	background-color:#eeeeee;
	font-weight:bold;
	color:#0067b1;
	margin:15px 0 2px 0;
	}

#heures span {
	font-weight:normal;
}

#capitale
	{
	margin-top: 16px;
	background-image: url(/images/pictos/atlas/capitale.gif);
	background-repeat:no-repeat;
	}

#heures
	{
	background-image: url(/images/pictos/atlas/heure.gif);
	background-repeat:no-repeat;
	}
	
#monnaie
	{
	background-image: url(/images/pictos/atlas/monnaie.gif);
	background-repeat:no-repeat;
	}
	
#profil
	{
	background-image: url(/images/pictos/atlas/pib.gif);
	background-repeat:no-repeat;
	}
	
#population
	{
	background-image: url(/images/pictos/atlas/population.gif);
	background-repeat:no-repeat;
	}
	
#telecommunication
	{
	background-image: url(/images/pictos/atlas/telecommunication.gif);
	background-repeat:no-repeat;
	}
	
#pib
	{
	background-image: url(/images/pictos/atlas/pib.gif);
	background-repeat:no-repeat;
	}
	
#ide
	{
	background-image: url(/images/pictos/atlas/ide.gif);
	background-repeat:no-repeat;
	}
	
#risque
	{
	background-image: url(/images/pictos/atlas/risque.gif);
	background-repeat:no-repeat;
	}
	
#liberte
	{
	background-image: url(/images/pictos/atlas/liberte.gif);
	background-repeat:no-repeat;
	}
#climat
	{
	background-image: url(/images/pictos/atlas/climat.gif);
	background-repeat:no-repeat;
	}
dd
	{
	margin-left: 0em;
	}
	
dl.informations, dl.informations-2, dl.informations-3, dl
	{
	padding:0;
	margin:0;
	font-size:10px;
	}
	
dl dt
/* formulaires, etc. (ex : divers__contact.html) */
	{
	width: 25%;
	clear: left;
	float: left;
	margin: 0.5em 0 0 0;
	text-align:right;
	}

dl.informations dt
/* définitions (ex :atlas__....html) */
	{
	font-weight: bold;
	text-align:left;
	}

dl.informations-2 dt
/* titres (ex : divers__actualites.html) */
	{
	width: 83%;
	text-align:left;
	}
	
dl.informations-3 dt
/* titres (ex : recherche__etudes-memos.html) */
	{
	width: 34%;
	}

dl.exemple dt
{
	width: 20px;
}

dl.exemple dd
{
	width: 250px;
}

.exemple_reponse span {
	color: rgb(16, 94, 180);
	font-weight: bold;
}

dl.exemple p.exemple_reponse, dl.exemple dd.exemple_afficher_reponse p.exemple_afficher
{
	display: none;
}

dl.exemple dd.exemple_afficher_reponse p.exemple_reponse
{
	display: block;
}

#liste-dl
	{
	width:98%;
	}
dl dd
	{
	width: 72%;
	float: left;	
	margin: 0.5em 0 0.7em 0.3em;
	padding-left:0.7em;
	}
dl.informations dd
	{
	border-left:0.1em solid #ededed;
	}
dl.informations-2 dd
	{
	width: 14%;
	}
	
dl.informations-3 dd
	{
	width: 63%;
	}

dl.informations dd table
	{
	width:100%;
	}

dl.informations dd table td
	{
	text-align:justify;
	vertical-align:top;
	padding:0 0 8px 0;
	}

dl.informations dd table td.marge-dd
	{
	width:5%;
	}

dl.informations dt ul
	{
	margin:0 0 0 18px;
	padding:0px;
	}

dl.informations dt li
	{
	color:#999999;
	font-size:9px;
	padding:0px;
	margin:0px;
	list-style:circle;
	list-style-position:outside;
	}
/*--------------------------- Table -------------------------*/
table
	{
	margin:0 0 10px 0;
	border: 1px solid #006666;
	border-collapse: collapse;
	width: 100%;
	}
table td
	{
	text-align:center;
	}

.tableau-placement, .tableau-placement-encart, .tableau-placement-encart2
	{
	margin:0;
	padding:0;
	border:0;
	border-collapse:none;
	}
.tableau-placement-encart2 {
	width:100%;
}
.tableau-placement-encart2 td.spacer, .tableau-placement-encart2 td.spacer img
	{
	width:5px;
	height:5px;
}
.tableau-placement-encart
	{
	width:180px;
	}
.tableau-placement-encart td.td-colore
	{
	background-color:#009198; 
	color:#ffffff; 
	font-size:10px; 
	font-weight:bold; 
	padding-left:2px;
}
.tableau-placement-encart td.spacer, .tableau-placement-encart td.spacer img
	{
	background-color:#1563A1; 
	width:1px;
	height:1px;
}
.tableau-placement-encart td.bas
	{
	background-image:url(/ressources/images/encart-doc-perso_10.gif); 
	background-repeat:repeat-x;
}
.tableau-placement-encart td a
	{
	font-size:9px; 
}
.tableau-placement td, .tableau-placement-encart td, .tableau-placement-encart2 td
	{
	padding:0;
	border:0;
	text-align:left;
	}	
.marge-table {
	height:15px;
	width:90%;
	clear:both;
}

table.liens td
	{
	text-align: left;
	width: 50%;
	}
	
thead td
	{
	width: auto;
	background-color: #009198;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	}

td
	{

	font-size: 10px;
	padding: 4px;
	border: 1px solid #006666;
	text-align: left;
	}

/*-- Largeur d'une colonne dans un tableau --*/
td.double, .invisible td.double
	{
	width: 14em;
	}

td.simple, .invisible td.simple
	{
	width: 7em;
	}

td.triple
	{
	width: 25.5em;
	}

td.agauche
	{
	width: auto;
	}
	
/*-- Largeur des colonnes dans un tableau --*/
.atlas table.colonnes-2 td
	{
	width: 50%;
	}
	
.atlas table.colonnes-3 td
	{
	width: 33.3%;
	}
	
.atlas table.colonnes-4 td
	{
	width: 25%;
	}
	
.atlas table.colonnes-5 td
	{
	width: 20%;
	}

#doubletableau
	{
	overflow: visible;
	width: 100%;
	text-align:center;
	}

#doubletableau .tableau1
	{
	clear: both;
	width: 49.5%;
	float: left;
	}

#doubletableau .tableau2
	{
	width: 49.5%;
	float: right;
	}
	
.agauche
	{
	text-align: left;
	}
	
.aucentre
	{
	text-align: center;
	}
	
.adroite
	{
	text-align: right;
	}
.gras
	{
	font-weight:bold;
	}
.invisible td, .invisible
	{
	border: 0;
	width: auto;
	font-size:1em;
	}
.sources
	{
	clear: both;
	font-size: .9em;
	font-style: italic;
	margin:0.3em 0;
	}
.notes
	{
	font-size: .9em;
	font-style: italic;
	}
/*-------------------------------- Styles à vérifier -----------------------------------------*/
#liberte
	{
	text-indent: 20px;
	margin: 0.4em 0;
	padding: .3em 0 0.4em 0;
	border-bottom: 0;
	}
#donnees
	{
	clear: both;
	float: left;
	margin:0 20px 1.5em 0;
	width: 230px;
	}
img#petitecarte
	{
	display: inline;
	width: 260px;
	}
#carte
	{
	clear: right;
	width: 260px;
	margin: 15px 20px 6px 0;
	float: right;
	text-align: center;
	}

address
	{
	margin: .3em 0 0.5em 0;
	font-style: normal;
	color:#666666;
	font-size:10px;
	}
	
address a
	{
	display: block;
	}
	
#repartition dl
	{
	float: left;
	width: 30em;
	}

#repartition table
	{
	clear: left;
	float: right;
	width: 15em;
	}
	
#repartition dl.informations dt
	{
	width: 82%;
	}
	
#repartition dl.informations dd
	{
	width: 17%;
	}
	
#pays h1
	{
	float: left;
	background: none;
	color: #aaa;
	font-size: 1.3em;
	padding: 5px 3px;
	text-indent: 0;
	font-weight:bold;
	}
	
#pays img
	{
	float: left;
	}

h1#rubrique
	{
	clear:left;
	}
	
img
	{
	border: 0; 
	}

#panorama address
	{
	clear: both;
	width: 260px;
	margin: 0px 20px 20px 0;
	float: left;
	text-align: left;
	}
	
#introduction
	{
	clear: both;
	}

p.pdf span
	{
	padding: 4px 0;
	text-indent: 23px;
	background: url(/images/pictos/pdf.gif) no-repeat;
	}

p.retour
	{
	clear: both;
	text-align: right;
	}

/*--------------------------- divers -------------------------*/

.notes-2
	{
	font-size:9px;
	color:#bbbbbb;
	}
	
.droits
	{
	clear: both;
	font-size: .9em;
	font-style: italic;
	margin-bottom: 1em;
	}


dl.liste_experts dt
{
	width: 60px;
}

dl.liste_experts dd
{
	width: 450px;
}

dl.liste_experts
{
	margin-bottom: 30px;
}