<!--
/***************************************** 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 : "Courier New",Courier;
   font-size : 10pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* ligne de tableau standard centrée, Courier New,Courier, size="2" */
td.centre {
/* font-family : "Courier New,"Courier; */
/* font-size : 10pt; */
/* 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; */
/* font-size : 10pt; */
/* 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; */
/* font-size : 10pt; */
/* color : black; */
/* font-style : normal; */
/* font-weight : normal; */
   text-align : right;
   }
/* en-tête de tableau standard, Times new roman, size="3",couleur de fond gris clair */
th {
   font-family : "Times new roman";
   font-size : 12pt;
   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 */
   }
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 : "Courier New",Courier;
   font-size : 8pt;
   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;
   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-size : 9pt;
   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" */
.texte-corps-fixe {
   font-family : "Courier New",Courier;
   font-size : 10pt;
   color : black;
   font-style : normal;
   font-weight : normal;
   }
/* 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; */
   }
/***************************************** 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;
   }
/* attribut inferieur (class="attribut-inferieur"), <sub> */
.attribut-inferieur {
   vertical-align : bottom;
   }
/* attribut continu (class="attribut-continu"), <nobr> */
.attribut-continu {
   white-space : nowrap;
   }
/* attribut alignement droit (class="attribut-align-droit"), align="right" */
.attribut-align-droit {
   text-align : right;
   }

/***************************************** styles pour menus ********************************************/
dt, dl, dd, ul, li
   {
   list-style-type : none;
   margin : 0;
   padding : 0;
  }

/******************************************* menu Aviation **********************************************/
.menu-aviation
   {
   position : absolute;
/* top : 10px; */
   width : 99%; /* length pourcentage auto */
/* z-index : 3; */
   }
.menu-aviation dl
   {
   float : left;   /* left | right | none */
/* width : 15.5em; */
   width : 17.0em; /* em (hauteur d'un élément texte), ex (hauteur d'un élément texte en minuscule), px (pixels) */
                   /* mettre une largeur suffisante pour accepter les sous-menus                                 */
   }
.menu-aviation dt
   {
   font-family : "Times new roman";
   font-size : 11pt;
   color : white;
   font-style : normal;
   font-weight : bold;
   text-align : center;
   background : #669ACC;    /* bleu SAP */
/* background : #5F7970;*/  /* vert Uniservices */
   white-space : nowrap;
   border : 2px solid #FFFFF0; /* border épaisseur 2px couleur ivoire */
   margin : 0;                 /* marges externes */
   padding-top : 1px;          /* marges internes */
   padding-right : 2px;
   padding-bottom : 1px;
   padding-left : 2px;
   }
.menu-aviation a
   {
   font-family : "Times new roman";
   font-size : 10pt;
   color : white;
   font-style : normal;
   font-weight : bold;
/* text-align : center; */
   text-align : left;
   text-decoration : none;  /* Pour ne pas souligner une lien déjà effectué */
   background : #5791C9;    /* bleu SAP foncé */
/* background : #5F7970;*/  /* vert Uniservices */
   white-space : nowrap;

   height : 1.5em;  /* ne pas virer cette ligne, sinon ligne à blanc entre éléments */
   display : block; /* block (line break avant et après chaque élément), inline (no line break), marker), */
                    /* list-item (idem block plus list-item none (no display)                            */
   border : 1px solid gray; /* border épaisseur 1px couleur gray */
   margin : 0 2px;  /* marges haut et bas :  0, marges gauche et droite 2px */
   padding-top:1px; /* marges internes */
   padding-right : 2px;
   padding-bottom : 1px;
   padding-left : 2px;
   }
.menu-aviation a:hover
   {
   background : #ccc;
   border : 2px solid gray; /* border épaisseur 2px couleur gray */
/* color : orange; */
   color : black;
   }
/* attribut général pour éléments de sous-menu */
#smenu1-aviation, #smenu2-aviation, #smenu3-aviation, #smenu4-aviation
   {
   display : none;
   width : 100%;
   font-size : 12px; /* ne pas virer cet attribut, sinon problème de sélection de ligne */
   }
#smenu1-aviation a, #smenu2-aviation a, #smenu3-aviation a, #smenu4-aviation a
   {
   font-weight : normal;
   border-top : 0 none; /* border épaisseur 0px, aucune couleur */
   }

/******************************************* menu Musique ***********************************************/
.menu-musique
   {
   position : absolute;
/* top : 10px; */
   width : 99%; /* length pourcentage auto */
/* z-index : 3; */
   }
.menu-musique dl
   {
   float : left;   /* left | right | none */
/* width : 12.5em; */
   width : 14.5em; /* em (hauteur d'un élément texte), ex (hauteur d'un élément texte en minuscule), px (pixels) */
                   /* mettre une largeur suffisante pour accepter les sous-menus                                 */
   }
.menu-musique dt
   {
   font-family : "Times new roman";
   font-size : 11pt;
   color : white;
   font-style : normal;
   font-weight : bold;
   text-align : center;
   background : #669ACC;    /* bleu SAP */
/* background : #5F7970;*/  /* vert Uniservices */
   white-space : nowrap;
   border : 2px solid #FFFFF0; /* border épaisseur 2px couleur ivoire */
   margin : 0;                 /* marges externes */
   padding-top : 1px;          /* marges internes */
   padding-right : 2px;
   padding-bottom : 1px;
   padding-left : 2px;
   }
.menu-musique a
   {
   font-family : "Times new roman";
   font-size : 10pt;
   color : white;
   font-style : normal;
   font-weight : bold;
/* text-align : center; */
   text-align : left;
   text-decoration : none;  /* Pour ne pas souligner une lien déjà effectué */
   background : #5791C9;    /* bleu SAP foncé */
/* background : #5F7970;*/  /* vert Uniservices */

/* white-space : nowrap; */ /* Suppression du nowrap à cause des cinq colonnes (ne tient plus en largeur) */
   height : 1.5em;  /* ne pas virer cette ligne, sinon ligne à blanc entre éléments */
   display : block; /* block (line break avant et après chaque élément), inline (no line break), marker), */
                    /* list-item (idem block plus list-item none (no display)                            */
   border : 1px solid gray; /* border épaisseur 1px couleur gray */
   margin : 0 2px; /* marges haut et bas :  0, marges gauche et droite 2px */
   padding-top : 1px;        /* marges internes */
   padding-right : 2px;
   padding-bottom : 1px;
   padding-left : 2px;
   }
.menu-musique a:hover
   {
   background : #ccc;
   border : 2px solid gray; /* border épaisseur 2px couleur gray */
/* color : orange; */
   color : black;
   }
/* attribut général pour éléments de sous-menu */
#smenu1-musique, #smenu2-musique, #smenu3-musique, #smenu4-musique, #smenu5-musique
   {
   display : none;
   width : 100%;
   font-size : 12px; /* ne pas virer cet attrinut, sinon problème de sélection de ligne */
   }
#smenu1-musique a, #smenu2-musique a, #smenu3-musique a, #smenu4-musique a, #smenu5-musique a
   {
   font-weight : normal;
   border-top : 0 none; /* border épaisseur 0px, aucune couleur */
   }
/***************************************** 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+ */
   }
-->
