L'équipe Demopaedia sera présente à la Conférence internationale sur la Population de Busan.
Si vous vous rendez à cette conférence, venez assister à notre communication orale qui aura lieu le mardi 27 août de 15h30 à 17h00 (Bexco, pièce 213, Glass Hall, 2e étage). Le nouveau dictionnaire coréen sera également présenté lors d'une conférence organisée par la Fédération coréenne de planification familiale (PPFK) sur "les questions de population & de l'aide publique au développement" (ouverte à tous) à 19h00 (Bexco, pièce 110).

Vous pouvez télécharger les volumes français, anglais, italien, thaï en différents formats électroniques ou les commander sur papier à prix coûtant.

Dictionnaire démographique multilingue, seconde édition unifiée, volume français

MediaWiki:Common.css : Différence entre versions

Dictionnaire démographique multilingue, seconde édition unifiée, volume français
Aller à : navigation, rechercher
(Louis Henry et al., éd. 1981)
 
Ligne 66 : Ligne 66 :
 
  padding-left:1em;
 
  padding-left:1em;
 
  padding-right:1em;
 
  padding-right:1em;
 +
}
 +
/* Head */
 +
#p-logobannerleft {
 +
position: absolute;
 +
top: 0;
 +
width: 108px;
 +
background: left;
 +
}
 +
#p-logobannertextleft {
 +
position: absolute;
 +
top: 0;
 +
height: 86px;
 +
width: 100%;
 +
background-color: #b5d5e4; /*#b5e5e4; marine blue */
 +
/*font-family:"Times New Roman", Times, serif;*/
 +
font-family:"Arial", Sans-serif;
 +
font-size: 0.875em;
 +
border-bottom-color: #6799cc;
 +
border-bottom-width: 3px;
 +
border-bottom-style: solid;
 +
}
 +
#p-logobannertextleft p {
 +
position: absolute;
 +
left: 100px;
 +
line-height: 100%;
 +
}
 +
#p-logobannertextright {
 +
position: absolute;
 +
top: 0;
 +
right: 75px; /*-350px;*/
 +
width: 150px;
 +
height: 85px;
 +
/*background-color: #b5e5e4; *//*fdfeab; /* line added NB green II #f8f7bb; yellow I */
 +
/*font-family:"Times New Roman", Times, serif;*/
 +
font-family:"Arial", Sans-serif;
 +
font-size: 0.875em;
 +
}
 +
#p-logobannertextright p {
 +
position: absolute;
 +
text-align: right;
 +
line-height: 100%;
 +
}
 +
 +
#p-logobannerright {
 +
position: absolute;
 +
top: 0;
 +
right: 0;
 +
/*width: 100px;*/ /* For background only */
 +
background: right;
 +
/*background-color: #b5e5e4 ;*//*fdfeab; /* line added NB green II #f8f7bb; yellow I */
 +
}
 +
#mw-page-base {
 +
height: 5em ; /*5em;*/
 +
background-color: white;
 +
/* @embed */
 +
background-image: url(images/page-fade.png);
 +
background-position: bottom left;
 +
background-repeat: repeat-x;
 +
}
 +
#mw-head-base {
 +
margin-top: 0em; /*0em; /*NB was -5em ; */
 +
margin-left: 10em;
 +
height: 6em; /*5em;*/
 +
/* @embed */
 +
background-image: url(images/border.png);
 +
background-position: bottom left;
 +
background-repeat: repeat-x;
 +
}
 +
div#mw-head {
 +
position: absolute;/* can't be relative or no top banner*/
 +
margin-top: 0em; /*0em; /*NB was -5em ; */
 +
top: 0; /*0;*/
 +
right: 0;
 +
width: 100%;
 +
background-color: none;/*#ecfeeb; /* line added NB green II #f8f7bb; yellow I */
 
}
 
}

Version du 16 juin 2017 à 17:17

<!--'''MediaWiki:Common.css'''-->
/* BOÎTES DÉROULANTES */

/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
div.BoxenVerschmelzen, div.NavFrame {
 margin:0;
 padding:2px;
 border:1px #AAA;
 text-align:center;
 border-collapse:collapse;
 font-size:95%;
}

div.BoxenVerschmelzen div.NavFrame {
 border-style:hidden;
}

div.NavFrame + div.NavFrame {
 border-top-style:hidden;
}

div.NavPic {
 background:#FFF;
 margin:0;
 padding:2px;
 float:left;
}

div.NavFrame div.NavHead {
 height:1.6em;
 font-weight:bold;
 font-size:100%;
 background:#EFEFEF;
}

div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p { font-size:100% }

div.NavEnd {
 margin:0;
 padding:0;
 line-height:1px;
 clear:both;
}

.NavToggle {
 font-size:x-small;
 float:right;
}

/* temporaire pour l'instant - voir [[Modèle:Navigation générique]] */
table.navbox {
 background:#F9F9F9;
 border:1px solid #AAA;
 clear:both;
 font-size:90%;
 margin:1em 0 0;
 padding:2px;
 text-align:center;
 width:100%;
}
 
table.navbox th {
 background:#CCF;
 padding-left:1em;
 padding-right:1em;
}
/* Head */
#p-logobannerleft {
	position: absolute;
	top: 0;
	width: 108px;
	background: left;
}
#p-logobannertextleft {
	position: absolute;
	top: 0;
	height: 86px;
	width: 100%;
	background-color: #b5d5e4; /*#b5e5e4; marine blue */
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Arial", Sans-serif;
	font-size: 0.875em;
	border-bottom-color: #6799cc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#p-logobannertextleft p {
	position: absolute;
	left: 100px;
	line-height: 100%;
}
#p-logobannertextright {
	position: absolute;
	top: 0;
	right: 75px; /*-350px;*/
	width: 150px;
	height: 85px;
	/*background-color: #b5e5e4; *//*fdfeab; /* line added NB green II #f8f7bb; yellow I */
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Arial", Sans-serif;
	font-size: 0.875em;
}
#p-logobannertextright p {
	position: absolute;
	text-align: right;
	line-height: 100%;
}

#p-logobannerright {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 100px;*/ /* For background only */
	background: right;
	/*background-color: #b5e5e4 ;*//*fdfeab; /* line added NB green II #f8f7bb; yellow I */
}
#mw-page-base {
	height: 5em ; /*5em;*/
	background-color: white;
	/* @embed */
	background-image: url(images/page-fade.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mw-head-base {
	margin-top: 0em; /*0em; /*NB was -5em ; */
	margin-left: 10em;
	height: 6em; /*5em;*/
	/* @embed */
	background-image: url(images/border.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div#mw-head {
	position: absolute;/* can't be relative or no top banner*/
	margin-top: 0em; /*0em; /*NB was -5em ; */
	top: 0; /*0;*/
	right: 0;
	width: 100%;
	background-color: none;/*#ecfeeb; /* line added NB green II #f8f7bb; yellow I */
}