/*
* STYLES GENERAUX ET PARTICULIERS : CEPREMAP
*/

/* REINITIALISATION DES ESPACES BLANCS */
* {
  margin: 0;
  padding: 0;
}

/* CORPS DU DOCUMENT */
BODY  { 
  background: #ffffff; 
  margin-right: 3px;
  margin-left: 3px;  
  font-family: Verdana;
  font-size: 10pt;
  text-align: left;
  line-height: 160%;
  color: #6f6f6f; 
}

/* TABLE DECORATIVE DANS LE BANDEAU DU HAUT */

table.bandeau {
  background-image: url('http://www.cepremap.ens.fr/images/bandeau0.png');
}

/* LIENS */
a:link {
  color: #6080c0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
}
a:visited {
  color:#f08080;
  text-decoration: underline;
}
a img {
  border: none;
}

/* NIVEAUX DE TITRES */
h1 {
  font-size: 16pt;
  color: #2e05a5;
}
h2 {
  font-size: 14pt;
}
h3 {
  font-size: 12pt;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* PARAGRAPHE */
p {
  /*text-indent: 0.5em;*/
}

/* LISTE */
dl {
  margin: 0;
  padding: 0;
  text-align: left;
}
dt {
  margin: 0;
  font-weight: bold;
}
dd {
  margin: 0.1em 0 0.3em 18px;
  text-align: justify;
}

/* TABLEAU */

/* BANDEAU */

#bandeau {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 180px;
}

/* NAVIGATION */

#navigation {
  background-color: #2e05a5;
  font-weight: bold;
  text-align: left;
  padding: 6px;
  font-size: 12pt;
}
#navigation a {
  margin-left: 6px;
  color: #ffffff;
  text-decoration: none;
}
#navigation a:hover {
  background-color: #ffffff;
  color: #2e05a5;
}

#drapeau {
  width: 36px;
  height: 18px;
  border: 0;
  vertical-align: middle;
}

/* MENU */

#menu a {
  color: #2e05a5;
}

/* TITRE */
#titreprincipal {
  border: solid 2px #2e05a5;
  color: #ffffff;  
  padding-left: 180px;
}

/* COULEUR */
a.blanc:link {
  color: #ffffff;
}
.coul1 {
  /* rouge */
  color: #c81636;
}
.coul2 {
  /* bleu */
  color: #1865e3;
}
.coul3 {
  /* marron */
  color: #57484b;
}
.coul4 {
  /* orange */
  color: #ff6600;
}
.coul5 {
  /* aubergine */
  color: #7c5a78;
}
.coul6 {
  /* noir */
  color: #241d3e;
}
.coul7 {
  /* vert */
  color: #82af23;
}
/* FOND */
.fondcoul1 {
  background-color: #c81636;
}
.fondcoul2 {
  background-color: #1865e3;
}
.fondcoul3 {
  background-color: #57484b;
}
.fondcoul4 {
  background-color: #ff6600;
}
.fondcoul5 {
  background-color: #7c5a78;
}
.fondcoul6 {
  background-color: #241d3e;
}
.fondcoul7 {
  background-color: #82af23;
}
/* TYPOGRAPHIE */
.texte {
  text-align: justify;
}
.note { 
  font-size: 8pt;
}

/* CREDITS */
#credits {
  background-color: #f5f5f5;
  font-size: 8pt;
  text-align: center;
}


