/*
 CCS pour le site INDEEP
*/

body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

BODY,TD {
  font-size: 90%;
}

body {
  background: black;
  color: white;
}

#conteneur {
  background-color: white;
	position: absolute;
	left: 50%;
  width: 800px;
	margin-left: -400px;
  margin-top: 25px;
}

H1 {
  font-size: 115%;
  font-weight: bold;
  font-style: italic;
  color: black;
  margin-bottom: 15px;
}

H2 {
  text-align: left;
  font-size: 105%;
  color: #000070;
}

H3 {
  font-size: 100%;
}

H4 {
  font-size: 100%;
  color: #C9E7FC;
}

.address {
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  color: #000080;
}

.legend {
  font-size: 70%;
  font-weight: bold;
  color: #C9E7FC;
}

table {
  background-color: white;
  color: black;
}

a {
  color: #000070;
  background-color: white;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
a:link {
  color: #000070;
  background-color: none;
}
a:hover {
  color: #000070;
  background-color: #C9E7FC;
  text-decoration: none;
}

a.small {
  font-weight: normal;
  font-size: 75%;
}

a.realizeframe {
  background-color: #CEFFCD;
}

a.realizeframe:link {
}
a.realizeframe:hover {
  color: #000070;
  background-color: #C9E7FC;
  text-decoration: none;
}

a.btn {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration:none ; /* supprime le soulignement des liens */
  display:block ; /* Crée un retour à la ligne à la fin de chaque bouton */
  background-color:#ffffff ; /* couleur du bouton */
  color:#010066 ; /* couleur du texte */
  margin:5px ; /* la marge extérieur autour des boutons est =10 */
  padding:2px; /* la marge intérieur autour des boutons est de 4 pixels*/
  text-align:left; /* centre le texte de chaque bouton */
  width:128px; /* fixe la largeur de chaque bouton */
  border:1px solid;
  border-color:   white white #C9E7FC #C9E7FC ;
} 

a.btn:hover {
  background-color:#C9E7FC ; /* couleur du bouton */
  color:#010066 ; /* couleur du texte */
  border-color:   #C9E7FC #C9E7FC #8BFF88 #8BFF88 ;  
}

.activebtn {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration:none ; /* supprime le soulignement des liens */
  display:block ; /* Crée un retour à la ligne à la fin de chaque bouton */
  background-color:#C9E7FC ; /* couleur du bouton */
  color:#010066 ; /* couleur du texte */
  margin:5px ; /* la marge extérieur autour des boutons est =10 */
  padding:2px; /* la marge intérieur autour des boutons est de 4 pixels*/
  text-align:left; /* centre le texte de chaque bouton */
  width:128px; /* fixe la largeur de chaque bouton */
  border:1px solid;
  border-color:   #C9E7FC #C9E7FC #FFC59D #FFC59D ;
}

