
/* mdbidf.css - MDB - 7 VI 2002 */

/* STYLES GENERAUX */

h1, h2, h3, h4 {
    color : #008000;
}

h1 {
    font-family : Verdana, Geneva, sans-serif;
/*    font-size : 18pt;*/
    font-style : normal;
    font-weight : bolder;
}

h2 {
	font-family : Verdana, Geneva, sans-serif;
/*    font-size : 16pt;*/
    font-style : normal;
    font-weight : normal;
}

h3 {

	font-family : Verdana, Geneva, sans-serif;
/*   font-size : 14pt;*/
    font-style : normal;
    font-weight : normal;
    }

h4 {
	font-family : Verdana, Geneva, sans-serif;
 /*   font-size : 12pt;*/
    font-style : normal;
    font-weight : normal;
}

body {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, sans-serif;
	/*font-size : 10pt;*/
}

table {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, sans-serif;
	/*font-size : 10pt;*/
}

a:link {
    color : #008000;
}

a:visited {
    color : Black;
}

.pied-page {
    font-size : smaller;
    font-style : italic;
    text-align : center;
}

address {
    font-size : smaller;
    text-align : center;
    font-style : normal;
}

/* STYLES POUR LA PAGE D'ACCUEIL */

body.accueil {
    background-color : White;
    color : Black;
    font-family : Verdana, Geneva, sans-serif;
}

a.accueil:link {
    color : #008000
}

a.accueil:visited {
    color : #008000;
}

.menu-accueil {
    font-size : normal;
    font-weight : bold;
    color : #008000;
}

.info-accueil {
    background-color : #ccffcc;
    text-align : center;
}

.voyant {
	color : Red;
	font-weight : bold;
}

/* STYLES POUR LE BANDEAU DE NAVIGATION  */

.filet {
    background-color : #008000;
}

.position {
    background : #C8E0C8;
    color : Black;
    font-size : small;
    font-weight : normal;
}

a.lien-partie:link, a.lien-partie:visited {
    font-size : small;
     color : #008000;
    text-decoration : none;
    font-weight : lighter;
}

a.lien-autre:link, a.lien-autre:visited {
    color : Black ;
    text-decoration : none;
    font-size : smaller;
    font-weight : bold;
}

/* Styles pour les présentations en tableaux */

.surligne {
    background : #C8E0C8;
}

.tabtitre {
   font-size : larger;
   color : #008000;
}

/* bloc de texte */
.bloc {
	background-color : #E8FFE8;
}

/* FIN */

