/*comportement des liens*/
a:link {text-decoration: none; color: #0033FF;}
a:visited {text-decoration: none; color: #0033FF;}
a:hover {text-decoration: underline; color: #0033FF;}

/* sur l'ensemble du document par defaut */
* {font-size: 13px;	font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; }

.defautdatecreation {color: #CC0000;}
.bandeautitre {color: #666666; font-weight: bold; font-size: 20px; }
.error {color: #CC0000; background-color:#ffdcde; }
.ok {color: #098d27; background-color:#dbffdb; }

body {
	background-color: #FFFFFF;
	margin: 0; padding:0;
}

/* bandeaux */
.bandoblue {
	background-image: url(http://www.populationdata.net/images/barrefond.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-weight: bold; color: #FFFFFF; font-size: 13px;
}

.bandoblue a:link {text-decoration: none; font-weight: bold; color: #FFFFFF; font-size: 13px;} 
.bandoblue a:visited {text-decoration: none; font-weight: bold; color: #FFFFFF; font-size: 13px;}
.bandoblue a:hover {text-decoration: underline; font-weight: bold; color: #FFFFFF; font-size: 13px;}

.bandovert {
	background-image: url(http://www.populationdata.net/images/barrefondvert.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-weight: bold; color: #FFFFFF; font-size: 13px;
}

.bandovert a:link {text-decoration: none; font-weight: bold; color: #FFFFFF; font-size: 13px;}
.bandovert a:visited {text-decoration: none; font-weight: bold; color: #FFFFFF; font-size: 13px;}
.bandovert a:hover {text-decoration: underline; font-weight: bold; color: #FFFFFF; font-size: 13px;}



.bandoblueclair {
	background-image: url(http://www.populationdata.net/images/barrefondclair.gif);
	background-position: center left;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-weight: bold;
}

.bandovioletclair {
	padding:2px;
	background-color:#F0F5FA;
	height:7px;
}

.bandovioletfonce {
	padding:2px;
	background-color:#B5CDE6;
	height:7px;
}

/* fil d'ariane */
.fildariane {font-size: 9px;}
.fildariane a {font-size: 9px;}

/* haut de page */
.logo {border:0;}
.logo img {border:0;}
#moncompte input, #moncompte a, #moncompte td {font-size: 9px;}
#moncompte a { font-weight: bold; color: #000000;}
#moncompte .perso { line-height: 1; text-align:right;}
#moncompte .connecte { font-size:12px; font-weight: bold; color: #E4222D;}
#moncompte .inmoncompte { background-color: #DCDEDD; border:0; margin:0;  }
#moncompte .home {
	background-image: url(http://www.populationdata.net/images/moncompte_home.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0; border: 0;
}

/* bas de page */
.bas {
	background-image: url(http://www.populationdata.net/images/fond.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0; border: 0;
	font-size: 13px;
	width: 100%;
}
.bas .titre {
	font-weight: bold;
}
.bas a {
	color: #000000;
}

/* corp */
.corp { text-align: justify; }
.corp .gris { color: #666666; }
.corp .gris a { color: #666666; }

/* pubilicite */
.tableaupub { font-size: 9px; }
.tableaupub td { font-size: 9px; }

/* colonne gauche carte */
#colGauche .context { background-color: #EFEFEF; width: 100%;}
#colGauche .titre { font-weight: bold; }
#colGauche .visualise { color: #000000; }

/* colonne du centre */
#colCentre .titre { font-weight: bold; }
#colCentre .context { background-color: #EFEFEF; width: 100%;}
#colCentre .theme { font-size: 10px; }
#colCentre .visualise { color: #000000; }
#colCentre .texte { font-size: 10px; }

/* colonne de droite */
#colDroite .titre { font-weight: bold; }
#colDroite .context { background-color: #EFEFEF; width: 100%;}
#colDroite .popmondialechiffre { font-size:15px; font-weight: bold; font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; }
#colDroite .popmondialehab { font-size:10px; font-weight: bold; font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; }
#colDroite .texte { font-size: 10px; }

/* monde.php */
.mondesoustitre { text-align:center; color: #666666; font-weight: bold; }
.mondepop { font-weight: bold; }
.mondepourcent { font-size: 10px; }
.mondecarte { font-size: 9px; }

/* affichenews.php */
.affichenews { font-size: 9px; }
.affichescript { background-color: #F0F5FA;  }

/* offrebannieres.php */
#offres a { text-decoration: underline; }
#offres textarea { font-size: 10px; }

/* tests.php */
#test .gris { color: #666666; }

/* accueil.php */
#accueil .titre {color: #666666; font-weight: bold; font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; font-size: 20px; }
#accueil p { font-size: 15px; }
#accueil .fondgris { background-color: #EFEFEF; }
#accueil a { font-weight: bold; font-size: 20px; }
#accueil .defautDateCreation { font-size: 15px; }
#accueil .titrerouge {color: #CC0000; font-weight: bold; font-size: 20px; }
#accueil .chapeau, #accueil .chapeau a { font-size: 15px; }

#theme .titre {color: #666666; font-weight: bold; font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; font-size: 20px; }
#theme .article {font-size: 15px; }
#theme .defautDateCreation { font-size: 15px; }
#theme .article a {font-weight: bold; font-size: 15px; }
#theme .soustitre {font-weight: bold;}

#monde .soustitre {font-weight: bold;}

#pays { padding-top: 0;}
#pays .capitale {color: #CC0000;}
#pays .nomlong {font-weight: bold;}
#pays .chapeau {font-weight: bold;}
#pays .datemaj {color: #666666; font-weight: normal; font-size: 10px; }
#pays .soustitre {font-weight: bold;}

#archive .titre {font-weight: bold;}
#archive .soustitre {font-weight: bold;}

#continent .soustitre {font-weight: bold;}
#continent .population {color: #666666; }

#palmares .soustitre {font-weight: bold;}

#article .texte { text-align:justify; }
#article .soustitre {font-weight: bold;}
#article .defautdatecreation { font-size: 20px; }
/*  My.PopulationData.net */
#inscription .error { color: #CC0000; background-color:#ffdcde; font-weight: bold;}
#inscription .texte { width: 60%; text-align:justify; }
#inscription .case { border: 1px;}
#inscription .titre { color: #E4222D; font-weight: bold;}
#inscription .soustitre { font-weight: bold;}
#inscription .explic {font-size: 9px;  color: #000000;}
#inscription .msg {font-size: 10px;  color: #E4222D; font-weight:bold;}

#faitsmarquants .bonneannee { color:#CC0000; font-size: 17px; font-weight: bold; }

#archives .bandoblueclair { text-align:center; }

#sujet .soustitre {font-weight: bold;}

#satellites .soustitre {font-weight: bold;}
#satellites .texte { text-align:justify; font-size:10px; }

#myprofile .soustitre {font-weight: bold;}
#myprofile .maj {font-size: 10px;}
#myprofile .http { color: #A0A0A0; }


#myalert .soustitre {font-weight: bold;}
#myalert .titretheme, #myalert .titrepays { font-style:italic;}
#myalert .maj {font-size: 10px;}
#myalert .sel {background:#ffdcde;}

/* mypage.php */
#mypage .titre {color: #666666; font-weight: bold; font-family: Georgia, Corbel, Arial, Helvetica, sans-serif; font-size: 20px; }
#mypage p { font-size: 15px; }
#mypage .fondgris { background-color: #EFEFEF; }
#mypage a { font-weight: bold; font-size: 20px; }
#mypage .defautDateCreation { font-size: 15px; }
#mypage .titrerouge {color: #CC0000; font-weight: bold; font-size: 20px; }
#mypage .liste, #mypage .liste a {font-size: 10px; font-weight: normal; }
#mypage .sel {color:#098d27;}

/* mylien.php */
#mylien .soustitre {font-weight: bold;}
#mylien .maj {font-size: 10px;}



