<!--

BODY {
background-color:#F1EEBF;
/* F1EEBF = 241,238,191 */
/* barres de défilement IE et Opéra */
/* scrollbar-base-color=#AAFFFF; */
/* scrollbar-face-color: #AAFFFF;  */
scrollbar-base-color=#FDF2D5;
scrollbar-face-color: #FDF2D5;
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #000000; 
/* scrollbar-track-color: #E7FEFE;  */
scrollbar-track-color: #F5F0E4; 
scrollbar-arrow-color: #000000;

/* Police par défault */
font-family:"Times New Roman"; 
font-size:12pt; 
color:#000000; 
font-weight:normal;
}

/* liens bleu */
a:link { color:#0000CC; }
a:visited { color:#0000CC; }
/* lien survolé: rouge */
a:hover { color:#CC0000; }
a:active { color:#0000CC; }

/* taille 7 bleu */
/* .grdtexte { font-family:Times New Roman; font-size:30pt; color:#CC0000; text-align:center; font-weight:normal; } */
.grdtexte { font-family:Times New Roman; font-size:30pt; color:#D41FAA; text-align:center; font-weight:normal; } 
/* taille 6 bleu centré */
.titre { font-family:Times New Roman; font-size:25pt; color:#CC0000; text-align:center; font-weight:normal; } 
/* taille 5 bleu centré */
.soustitre { font-family:Times New Roman; font-size:20pt; color:#000000; text-align:center; font-weight:normal; } 
/* taille 4 bleu */
.chapitre { font-family:Times New Roman; font-size:15pt; color:#0000  ; font-weight:normal; }
/* taille 4 bleu centré */
.evenement { font-family:Times New Roman; font-size:15pt; color:#0000CC; text-align:center; font-weight:normal; }
/* taille 4 noir */
.noirtaille4 { font-family:Times New Roman; font-size:15pt; color:#000000; font-weight:normal; }
/* taille 4 noir centré */
.noirtaille4centre { font-family:Times New Roman; font-size:15pt; color:#000000; text-align:center; font-weight:normal; }
/* taille 3 noir */
.normal { font-family:Times New Roman; font-size:12pt; color:#000000; font-weight:normal; }
/* taille 3 noir justifié*/
.justifier{ font-family:Times New Roman; font-size:12pt; color:#000000; text-align:justify; font-weight:normal; }
/* taille 3 noir centré*/
.centrer{ font-family:Times New Roman; font-size:12pt; color:#000000; text-align:center; font-weight:normal; }
/* taille 1 noir */
.times10noir { font-family:Times New Roman; font-size:10pt; color:#000000; font-weight:normal; background-color:#DEFFFF; }
/* Boutons formulaires*/
.bouton { font-family:Arial; font-size:12pt; color:#0000CC; text-align:center; font-weight:normal; background-color:#F5E990; }
/* Fond saisie formulaires*/
.fondc { font-family:Times New Roman; font-size:12pt; color:#000000; font-weight:normal; background-color:#FCEFFC; }

.basic { font-family:Times New Roman; font-size:1em; }

.nmsw_date { background-color:#F5E990; } 
/* F5E990 = 245,233,144 */

/* *************************************************************************************************************** */

/* Boutons flèches haut et bas */
	
.Bouton-fleche a{
		padding:  0px 10px 5px 10px;													/* Marge: top, right, bottom, left */
		font-weight: bold;																/* Gras */
		font-family: Arial;														      /* Police du texte */
		font-size: 15pt;																	/* taille du texte */
		text-decoration:none;
		
      -moz-background-color:#F5E990;
      -ms-background-color:#F5E990;
      -webkit-background-color:#F5E990;
		-o-background-color:#F5E990;
      background-color:#F5E990;
 
      -webkit-border-radius:20px;
      -moz-border-radius:20px;
      -ms-border-radius:20px;
      -o-border-radius:20px;
      border-radius:20px;
      
      -moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5),
              2px 2px 5px rgba(255, 255, 255, 0.5) inset;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5),
                  2px 2px 5px rgba(255, 255, 255, 0.5) inset;
      -ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5),
              2px 2px 5px rgba(255, 255, 255, 0.5) inset;
      -o-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5),
                 2px 2px 5px rgba(255, 255, 255, 0.5) inset;
      box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5),
             2px 2px 5px rgba(255, 255, 255, 0.5) inset;
    }
 
.Bouton-fleche a:hover{
		text-decoration:none;
		
      -moz-background-color:#F5E990;
      -webkit-background-color:#F5E990;
      -ms-background-color:#F5E990;
      -o-background-color:#F5E990;
      background-color:#F5E990;
 
      -moz-border-radius:15px;
      -webkit-border-radius:15px;
      -ms-border-radius:15px;
      -o-border-radius:15px;
      border-radius:15px;
      
      -moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5) inset,
              2px 2px 5px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) inset,
                  2px 2px 5px rgba(255, 255, 255, 0.5);
      -ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5) inset,
              2px 2px 5px rgba(255, 255, 255, 0.5);
      -o-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5) inset,
                 2px 2px 5px rgba(255, 255, 255, 0.5);
      box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5) inset,
             2px 2px 5px rgba(255, 255, 255, 0.5);
             
	-webkit-transition: -webkit-transition 0.2s ease-in-out;
	-moz-transition: -moz-transition 0.2s ease-in-out;
	-o-transition: -o-transition 0.2s ease-in-out;
	-ms-transition: -ms-transition 0.2s ease-in-out;
	transition: transition 0.2s ease-in-out;										/* Transition */
    }

/* *************************************************************************************************************** */
	
/* Elément couvrant tout l'écran */

.Tout_ecran
{
   margin: 0 auto;
	position:absolute;
	width: 99%;
	height: 98%;
}

/* *************************************************************************************************************** */

-->
