@import url(blocs.css);
@import url(_ficheblockelements.css);
@import url(fiche.css);
@import url(dossiers.css);

/**
* Mise en forme commune
*/

body {
font-size: 81%;
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


h1 {

font-size: 1.8em;
line-height: 1.4em;

}
h2 {
font-size: 1.5em;
font-weight: lighter;
margin-bottom: 3px;
margin-top: 15px;
}

dfn {
color: #994400;
}

h2:first-child {
margin-top: 0px;
}

h2 a {
text-decoration: none;
color: inherit;
}
/*h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }*/
td { font-size: 1.1em; }
p { font-size: 1.1em;
text-align: justify;
margin-top: 0px;
}
img {
border: 0;
}


.Print {
display: none;
}

.Plages {
display: none;
}

#plage01 {
font-weight: normal;
text-decoration: none;
color: black;
}

/**
* Les onglets 1-10/11-20, etc.
*/

p.Onglets {
margin-left: 5px;
}

.Onglet {
font-weight: bold;
}

a {
text-decoration: none;
}


/*
Lien au sein d'un texte
*/
a.LienTexte {
font-weight: bold;
}


/*
Lien au sein d'une liste
*/
a.LienListe {
color: black;
}

a.LienListe:hover {
color: black;
text-decoration: underline;
}


/*
Paragraphe dans une liste compacte
*/
p.LiCompact {
margin: 0;
/*font-size: 1.0em;*/
font-size: 1.0em;
}

span.MotcleCompact {
display: block;
}

/*
Paragraphe dans une liste normale
*/
p.LiNormal {
text-align: left;
margin-bottom: 7px;
}

/*
Paragraphe dans une liste importante
*/
p.LiNiveau1, p.LiNiveau1_Dossier {
text-align: left;
font-weight: bold;
font-style: italic;
font-size: 1.3em;
margin-top: 30px;
}

p.LiNiveau1 {
margin-bottom: 15px;
}

p.LiNiveau1_Dossier {
margin-bottom: 3px;
}

p.LiNiveau1_Soustitre {
margin-bottom: 15px;
font-size: 1.0em;
}



p.LiNiveau2 {
text-align: left;
font-weight: bold;
font-size: 1.1em;
margin: 0;
}

div.LiDiv {
margin-bottom: 10px;
}

p.LiDetail {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
font-style: italic;
}

p.InfoOrg {
text-align: left;
}

/**
* Bulle des notes et autres liens
*/
div.Bulle {
display: block;
position: absolute;
left:-999px;top:0;
width: 20em;
border: 1px solid black;
background: #f5f5dc;
z-index: 500;
font-size: 90%;
padding: 2px;
}

span.Bulle_Soustitre {
display: block;
margin-bottom: 3px;
font-style: italic;
}

span.Bulle_Info {
display: block;
}


/**
Couleur par langue
*/

a.L {
color: black;
}

a.L_en:hover, .S_en {
background-color: #66FF00;
}

a.L_fr:hover, .S_fr {
background-color: #FF9900;
}

a.L_es:hover, .S_es {
background-color: #FF66FF;
}

a.L_pt:hover, .S_pt {
background-color: #00CCFF;
}


ul.COULEURUL_GRANDE {
margin-left: 10px;
padding-left: 10px;
}

ul.COULEURUL {
margin-left: 10px;
padding-left: 10px;
}

ul.COULEURUL li {
margin-bottom: 0;
margin-top: 0;
}

ul.COULEURUL_RONDE {
margin-left: 10px;
padding-left: 10px;
}

.Logo {
display: block;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
}



div.fbe-figure-Image {
margin-right: 0!important;
margin-left: 0!important;
}
