
/* -------------------------------------------------------
   STYLE ALTERNATIF - 1
   Semi-fluide :
   	- largeur du bandeau et colonne centrale s'etirent avec la fenetre
   	- mais la largeur totale est maintenue au minimum de 700px (sauf dans IE/WIN)
   	- la largeur des menus reste fixe
   Menu general en haut a droite
   Bandeau : sur 2 colonnes 
 ------------------------------------------------------- */

#page
{
	width: 95%;
	min-width: 700px;
	max-width: 1280px;
}
#entete                 /* voir (../inc/inc-bandeau.html) */
{
        background-image: url(IMG/bandeau1-1.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 104px;
}

#entete a.nom-site:visited
{
	background-image: url(IMG/Clocher2.jpg);
}



#encart
{
/*	position: absolute; */
	top: 114px;
/*	right: 0px;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
*/}

#menu-rubriques { top: 114px; ;}

/* Couleur bleue pour les jours comportant un évènement */
table.agenda a, table.agenda a:link,
table.agenda a:visited, table.agenda a:active {
	text-decoration: none;
	color: #0A74A6;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.agendaNav {
	background-color: #EAEAEA;
}


