/* squelette_couleur.css */
/* Version 1.0 du 08-04-22 Rev 1 */

/* ############################################################ */
/*                                                              */
/*    squelette.css CSS communs à toutes les pages du site		*/
/*                                                              */
/* ############################################################ */

  * { margin: 0px;
    padding: 0px;
    }

  body { background-color: white;
    color: black;
    font-family: Arial;
    max-width: 1200px;
    }
	
	
/* ############################################################ */
/*    css pour la bannière du site  		                    */
/* ############################################################ */
	
  #banniere { height: 160px;
    background-repeat: repeat;
    background-color: #2c4c00;
    background-color: #5bc3c2;
    }
    
  #banniere h1 { text-indent: -5000px;
    line-height: 0pt;
    }

  .ban_fond_1 { background-image: url(../images/ban_1.png);
    }

  .ban_fond_2 { background-image: url(../images/ban_2.png);
    }
      
/* ############################################################ */
/*    css pour les menus du site					            */
/* ############################################################ */

  #menus_hor { margin: 0px;
  	padding-top: 8px;
    padding-bottom: 2px;
    text-align: right;
    min-height:10px;
    list-style-type: none;
    color: white;
    background-color: #96d2ff;
    height: 25px;
    }

  #menus_hor ul { display: inline;              
    }
    
  #menus_hor li { display: inline;              
    }

  #menus_hor a { text-decoration: none;             
    padding-right: 1em;
    font-size: 85%;
    font-weight: bold;
    color: black;
    background-color: #96d2ff;
    }

  #menus_hor a:hover { text-decoration: underline;
  	color: #1f5a66;
  	color: #d73a2c;
    }
        

/* ############################################################ */
/*    css pour le pied de page du site					    */
/* ############################################################ */		

  #pied { clear: both;
  	padding-top: 2px;
    padding-bottom: 8px;          
    height: 25px;
    background-color: #afffff;
    background-color: #96d2ff;
    }
    
  #pied li { padding-top: 10px;
    padding-bottom: 10px;
    display: inline;
    float: right;
    }

  #pied a { text-decoration: none;
    padding-right: 1em;
    color: black;
    font-size: small;
    font-weight: bold;
    }

  #pied a:hover { text-decoration: underline;
    color: #d73a2c;              
    }
    

/* ############################################################ */
/*                              FIN                             */
/* ############################################################ */
