/*********************************************/
/* Feuille de style                          */
/*********************************************/

/*--- Couleurs utilises ---*/
/* vert clair : #90CC66 - (144,204,102) */
/* vert fonce : #458B34 - (69,139,52)   */
/* bleu clair : #4279BB - (66,121,187)  */
/* bleu fonce : #4A5C97 - (74,92,151)   */
/* gris clair : #4E4E4E - (78,78,78)    */
/* rouge      : #B82601 - Actu prioritaire, categorie courante  */
/*-------------------------*/

/* Tous les liens */
a { font-family: Verdana, Arial, Helvetica, sans-serif }

/* Paragraphes (crees avec l'editeur html du backoffice) */
p { margin: 0px; }

/* Cellule de tableau vert clair (bandeau haut eu bas) */
.celluleVertClair{
    background-color:#90CC66;
}

/*-------------------------------------------*/
/*- BARRE DE MENUS HAUT                      */
/*-------------------------------------------*/

/* Titre des menus du haut off - Cellule de tableau*/
.titreMenuHautOff{
    font-family: Helvetica, "Trebuchet MS", Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    cursor:default;
    background-color:#4279BB;
}

/* Titre des menus du haut on (on mouse over) - Cellule de tableau */
.titreMenuHautOn{
    font-family: Helvetica, "Trebuchet MS", Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    cursor:pointer;
    background-color:#458B34;
}

/* Tables des rubriques des menus du haut */
.tableRubriqueMenuHaut{
    /*width:100%;*/
    background-color:#90CC66;
}

/* Titre des rubriques des menus du haut - Lien */
.titreRubriqueMenuHaut{
    font-family: "Trebuchet MS", Helvetica, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #4A5C97;
    text-decoration: none;
}

/* Titre des rubriques des menus du haut (on mouse over) - Lien */
.titreRubriqueMenuHaut:hover{
    font-family: "Trebuchet MS", Helvetica, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #4279BB;
    text-decoration: none;
}

/*-------------------------------------------*/
/*- ACCUEIL                                  */
/*-------------------------------------------*/

/* Cadre de l'actualite prioritaire */
.cadreActuPrioritaire{
    border: 2px #B82601 solid;
    background: #FFFFFF;
}

/* Lien vers l'actualite prioritaire */
.lienActuPrioritaire{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #B82601;
    text-decoration: blink;
}

/*-------------------------------------------*/
/*- POLICES DE CARACTERES ET LIENS           */
/*-------------------------------------------*/

/* Blanc */
.blanc10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF }
.blanc11 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF }

/* Gris */
.gris10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #4E4E4E }
.gris11 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4E4E4E }

/* Noir */
.noir10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000 ; text-decoration: none}
.noir11 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000 ; text-decoration: none}

/* Lien Observatoire sur la page d'accueil*/
a.lienObservatoire:link { font-size: 13px; font-weight: bold; color: #B82601; text-decoration: none }
a.lienObservatoire:visited { font-size: 13px; font-weight: bold; color: #B82601; text-decoration: none }
a.lienObservatoire:hover { font-size: 13px; font-weight: bold; color: #B82601; text-decoration: underline }
a.lienObservatoire:active { font-size: 13px; font-weight: bold; color: #B82601; text-decoration: none }

/* Liens des titres des menus dans le plan du site */
a.lienTitreMenusPlan:link { font-size: 12px; font-weight: bold; color: #458B34; text-decoration: none }
a.lienTitreMenusPlan:visited { font-size: 12px; font-weight: bold; color: #458B34; text-decoration: none }
a.lienTitreMenusPlan:hover { font-size: 12px; font-weight: bold; color: #458B34; text-decoration: underline }

/* Liens des categories dans le menu gauche */
a.lienCategMenuGaucheOff:link {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienCategMenuGaucheOff:visited {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienCategMenuGaucheOff:hover {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #458B34;text-decoration:none;}
a.lienCategMenuGaucheOn:link {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #B82601;text-decoration:none;}
a.lienCategMenuGaucheOn:visited {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #B82601;text-decoration:none;}
a.lienCategMenuGaucheOn:hover {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #B82601;text-decoration:none;}

/* Liens des sous-categories dans le menu gauche */
a.lienSousCategMenuGaucheOff:link {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #4A5C97;text-decoration:none;}
a.lienSousCategMenuGaucheOff:visited {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #4A5C97;text-decoration:none;}
a.lienSousCategMenuGaucheOff:hover {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #458B34;text-decoration:none;}
a.lienSousCategMenuGaucheOn:link {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #458B34;text-decoration:none;}
a.lienSousCategMenuGaucheOn:visited {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #458B34;text-decoration:none;}
a.lienSousCategMenuGaucheOn:hover {  font-family: Verdana; font-size: 10px; font-weight: normal; color: #458B34;text-decoration:none;}

/* Lien Telecharger la piece jointe dans les actus */
a.lienTelechargerPJ:link {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienTelechargerPJ:visited {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienTelechargerPJ:hover {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #458B34;text-decoration:none;}

/* Lien Resultat de la recherche */
a.lienResultatRecherche:link {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienResultatRecherche:visited {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #4A5C97;text-decoration:none;}
a.lienResultatRecherche:hover {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #458B34;text-decoration:none;}


/*-------------------------------------------*/
/*- INTERIEUR DES PAGES                      */
/*-------------------------------------------*/

/* Titre des rubriques (en haut des pages) */
.titreRubriques{
    font-family: Helvetica, "Trebuchet MS", Verdana;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 5px;
    color: #4279BB;
    cursor:default;
}

/* Titre des menus dans le plan du site */
.titreMenusPlan{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #458B34;
}

.titreSousCategories{    
    background-color:#90CC66;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #4279BB;
}

.titreActualites{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: #4279BB
}

.menuGauche
{
	background-color:	#f0f0f0
}

/*-------------------------------------------*/
/*- FORMULAIRES                              */
/*-------------------------------------------*/

/* Champ de saisie */
.saisie {
  border: 1px #CCCCCC solid;
  padding: 1px 2px 1px 2px; /* marge intérieure (h, d, b, g)*/
  color: #000000;
  font: 11px Verdana, sans-serif; 
  background-color: #D4E6FC; 
}

