<!--
/***************************************** feuilles standard    *****************************************/
/* en-tête standard, Times new roman,Brush455 BT, size="5" */
h1 {
   font-family : "Times new roman","Brush455 BT";
   font-size : 18pt;
   color : black;
   font-style : normal;
   font-weight : bold;
   text-align : center;
   }
/* en-tête petite taille pour titres longs, Times new roman,Brush455 BT, size="4" */
h1.taille4 {
   font-family : "Times new roman","Brush455 BT";
   font-size : 14pt;
   color : black;
   font-style : normal;
   font-weight : bold;
   text-align : center;
   }
/* ligne de tableau standard, Courier New,Courier, size="2" */
td {
   font-family : "Liberation Mono","Courier New",Courier,monospace;
   font-size : 8pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/* font-weight : bold; */
   }
/* ligne de tableau standard centrée, Courier New,Courier, size="2" */
td.centre {
/* font-family : "Courier New",Courier,monospace; */
/* font-size : 9pt; */
/* color : black; */
/* font-style : normal; */
/* font-weight : normal; */
   text-align : center;
   }
/* ligne de tableau standard alignement gauche, Courier New,Courier, size="2" */
td.gauche {
/* font-family : "Courier New",Courier,monospace; */
/* font-size : 9pt; */
/* color : black; */
/* font-style : normal; */
/* font-weight : normal; */
   text-align : left;
   }
/* ligne de tableau standard alignement droit, Courier New,Courier, size="2" */
td.droit {
/* font-family : "Courier New",Courier,monospace; */
/* font-size : 9pt; */
/* color : black; */
/* font-style : normal; */
/* font-weight : normal; */
   text-align : right;
   }
/* en-tête de tableau standard, Times new roman, size="2",couleur de fond gris clair */
th {
   font-family : "Times new roman";
   font-size : 10pt;
   color : black;
   font-style : normal;
   font-weight : bold;
   text-align : center;
/* background : lightgrey; */
   background : #D3D3D3; /* couleur lightgrey */
   }
/* en-tête de tableau de menu, Times new roman, size="3",couleur de fond d'origine ivoire, maintenant bleu SAP, caractères blancs */
th.ivoire {
   color : white;
/* background : ivory;            */
/* background : lightblue;        */
/* background : lightskyblue;     */
/* background : dodgerblue;       */
/* background : cornflowerblue;   */
/* background : aquamarine;       */
/* background : mediumaquamarine; */
/* background : turquoise;        */
/* background : seagreen;         */
/* background : whitesmoke;       */
/* background : gainsboro;        */
   background : #669ACC;    /* bleu SAP */
/* background : #5F7970;*/  /* vert Uniservices */
   }
/* ligne couleur de fond bleu SAP */
tr.fond-bleu {
   background : #669ACC;    /* bleu SAP */
   }
/* ligne couleur de fond bleu SAP */
tr.fond-vert {
   background : #5F7970;    /* vert Uniservices */
   }
/* interligne standard */
br {
   font-family : "Times new roman";
   font-size : 12pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* ligne de séparation standard, garder le gray pour Internet Explorer */
hr {
   font-family : "Times new roman";
   font-size : 12pt;
   color : gray;
   font-style : normal;
   font-weight : normal;
   }
/* couleur de fond standard (ivoire) */
body {
/*   background-color : ivory; */
     background-color : #FFFFF0;       /* couleur ivory */
/*   background-image : url("../../images/Vulcan_fond.jpg"); */
/*   background-position : center;  */ /* top, center, bottom, left, center, right */
/*   background-repeat : no-repeat; */ /* repeat, repeat-x, repeat-y, no-repeat */
     }
/* style des listes à puces */
/* ajouté en septembre 2004 */
li {
   list-style-type : disc;
/* list-style-type : circle; */
/* list-style-type : square; */
/* list-style-type : decimal; */      /* 1 2 3 4 5     */
/* list-style-type : lower-roman; */  /* i ii iii iv v */
/* list-style-type : upper-roman; */
/* list-style-type : lower-alpha; */
/* list-style-type : upper-alpha; */  /* A B C D E     */
/* list-style-type : none; */         /* aucune marque */
   }
/* suppression bordure des images servant de lien (<a href="x.php"><img src="x.jpg" alt="x" border="0"/></a>) */
img {
    border : none;
    vertical-align : middle;
    float : none;
    }
/* changement d'aspect du curseur lors du passage sur un lien, couleur orange, souligné (autres possibilités  */
/* none: rien, underline: souligné, overline: surligné, line-through: barré, blink: clignotant                */
a:hover {
    color : orange;
    text-decoration : underline;
    }
/* liste déroulante dans formulaire, Courier New,Courier, size="8" */
select {
   font-family : "Liberation Mono","Courier New",Courier,monospace;
   font-size : 9pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/* vertical-align:top; */ /* baseline, sub, super, top, text-top, middle, bottom, text-bottom, <percentage> */
   }
/***************************************** feuilles spécifiques *****************************************/
/* sous-titre standard (class="sous-titre"), Times new roman, size="4" */
.sous-titre {
   font-family : "Times new roman";
/* font-size : 12pt; */
   font-size : 11pt;
   color : black;
   font-style : normal;
   font-weight : bold;
   }
/* sous-titre standard (class="sous-titre-moyen"), Times new roman, size="3" */
.sous-titre-moyen {
   font-family : "Times new roman";
   font-size : 11pt;
   color : black;
   font-style : normal;
   font-weight : bold;
   }
/* item de menu standard (class="ligne-menu"), Times new roman, size="2" */
/* modifié en Arial 10 pt en septembre 2004                              */
.ligne-menu {
/* font-family : "Times new roman"; */
   font-family : Arial;
/* font-size : 11pt; */
   font-size : 10pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* item de menu standard (class="ligne-menu"), Times new roman, size="2" */
/* identique au précédent, mais interligne double                        */
.ligne-menu-inter-double {
/* font-family : "Times new roman"; */
   font-family : Arial;
/* font-size : 11pt; */
   font-size : 10pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   line-height : 200%;
   }
/* lien de retour vers la page principale AirEspace ou Musique (class="retour"), Times new roman,Brush455 BT, size="4" */
/* ne pas mettre de couleur, sinon écrasement du bleu de lien standard                                                 */
.retour {
   font-family : "Times new roman","Brush455 BT";
   font-size : 10pt;
   font-style : normal;
   font-weight : normal;
   text-align : left;
   }
/* texte standard corps de page (class="texte-corps"), Verdana, size="2" */
.texte-corps {
   font-family : Verdana;
/* font-family : Tahoma; */
   font-size : 9pt;
/* font-size : 8.8pt; */
   color : black;
   font-style : normal;
   font-weight : normal;
   line-height : 140%;
   }
/* texte standard corps de page réduit (class="texte-corps-reduit"), Verdana, size="1" */
.texte-corps-reduit {
   font-family : Verdana;
   font-size : 8pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* texte standard de commentaire des images (class="texte-corps-comment"), Verdana, size="1" */
.texte-corps-comment {
   font-family : Verdana;
   font-size : 8.5pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   line-height : 140%;
   }
/* texte standard corps de page fixe (class="texte-corps-fixe"), Courier New,Courier, size="3" Non utilisée*/
.texte-corps-fixe {
   font-family : "Courier New",Courier,monospace;
   font-size : 9pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* texte standard corps de page fixe pour grilles musique (class="texte-corps-grille"), Courier New,Courier, size="3" */
.texte-corps-grille {
   font-family : "Liberation Mono","Courier New",Courier,monospace;
   font-size : 14pt;
   color : black;
/* background : lightgrey; */
   font-style : normal;
   font-weight : normal;
/* font-weight : bold; */
   }
/* lien vers page interne (class="lien-interne"), Times new roman, size="2" */
/* modifié en Arial 9 pt en septembre 2004                                  */
.lien-interne {
/* font-family : "Times new roman"; */
   font-family : Arial;
/* font-size : 10pt; */
   font-size : 9pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/* letter-spacing : 1pt; */
   }
/* texte pour formulaire contact (class="form-contact"), Arial, Helvetica, Geneva */
/* repris du formulaire Airliners et ajouté en aout 2007                          */
.form-contact {
   font-family : Arial, Helvetica, Geneva;
   font-size : 9pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/* letter-spacing : 1pt; */
   }

/* texte pour affichage caractéristiques avions, partie libellé fixe (class="affich_lib"), Times new roman, size="2",couleur de fond gris clair */
.affich_lib {
/*  margin : 1px; */
   font-family : "Arial,Helvetica";
   font-size : 8pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/*  text-align : center; */
/*  background : #D3D3D3; */ /* couleur lightgrey */
   }
/* texte pour affichage caractéristiques avions, partie zone (class="affich_val"), Times new roman, size="2",couleur de fond gris clair */
.affich_val {
/*  border-style : solid; */
   border-style : inset;
/*  border-style : outset; */
   border-width : 1px;
   padding : 1px;
/* margin : 1px; */
   font-family : "Arial,Helvetica";
   font-size : 8pt;
   color : black;
   font-style : normal;
   font-weight : normal;
/*  text-align : center; */
   background : #D3D3D3; /* couleur lightgrey */
   }

/***************************************** attributs supplémentaires ************************************/
/* Choix possibles : aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white et yellow */
/* couleur aqua (class="couleur-aqua") */
.couleur-aqua {
   color : aqua;
   }
/* couleur noire (class="couleur-noire") */
.couleur-noire {
   color : black;
   }
/* couleur bleue (class="couleur-bleue") */
.couleur-bleue {
   color : blue;
   }
/* couleur fuchsia (class="couleur-fuchsia") */
.couleur-fuchsia {
   color : fuchsia;
   }
/* couleur grise (class="couleur-grise") */
.couleur-grise {
   color : gray;
   }
/* couleur verte (class="couleur-verte") */
.couleur-verte {
   color : green;
   }
/* couleur lime (class="couleur-lime") */
.couleur-lime {
   color : lime;
   }
/* couleur marron (class="couleur-marron") */
.couleur-marron {
   color : maroon;
   }
/* couleur navy (class="couleur-navy") */
.couleur-navy {
   color : navy;
   }
/* couleur olive (class="couleur-olive") */
.couleur-olive {
   color : olive;
   }
/* couleur pourpre (class="couleur-pourpre") */
.couleur-pourpre {
   color : purple;
   }
/* couleur rouge (class="couleur-rouge") */
.couleur-rouge {
   color : red;
   }
/* couleur argent (class="couleur-argent") */
.couleur-argent {
   color : silver;
   }
/* couleur teal (class="couleur-teal") */
.couleur-teal {
   color : teal;
   }
/* couleur blanche (class="couleur-blanche") */
.couleur-blanche {
   color : white;
   }
/* couleur jaune (class="couleur-jaune") */
.couleur-jaune {
   color : yellow;
   }
/* attribut gras (class="attribut-gras"), <b> */
.attribut-gras {
   font-weight : bold;
   }
/* attribut italique (class="attribut-italique"), <i> */
.attribut-italique {
   font-style : italic;
   }
/* attribut superieur (class="attribut-superieur"), <sup> */
.attribut-superieur {
   vertical-align : top;
   font-size : smaller;
   }
/* attribut inferieur (class="attribut-inferieur"), <sub> */
.attribut-inferieur {
   vertical-align : bottom;
   }
/* attribut continu (class="attribut-continu"), <nobr> */
.attribut-continu {
   white-space : nowrap;
   }
/* attribut continu (class="attribut-pre"), <pre> */
.attribut-pre {
   white-space : pre;
   }
/* attribut alignement droit (class="attribut-align-droit"), align="right" */
.attribut-align-droit {
   text-align : right;
   }
/***************************************** attribut division suppression selection **********************/
div.unselectable {
   user-select: none;
/* extensions proprietaires a la suite */
   -webkit-user-select: none;		/* Safari */
   -webkit-touch-callout: none;
   -moz-user-select: none;			/* Mozilla *>
   -ms-user-select: none;			/* Internet Explorer 10+ */
   }
-->
