/* images du bandeau, la deuxième n'est pas précisé pour ne pas afficher celle de base de Ahunstic, dont le bandeau est en 2 partie */
#entete
{
	background-image: url(img/bandeau_chalusV2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: url(img/);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu-principal {width: 980px;}


#page
{
	position: relative;
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 3em auto; /* auto pour centrer horizontalement la boite dans BODY 
						 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 74em ;
	max-width: 98% ;
	min-width: 720px ;
}

#bloc-contenu
{
	position: static;
	border: solid 1px #DEDEDE;
	margin: 10px 171px 5px 155px;
	padding: 10px 10px 5px;
	background: white;
	z-index: 20;
	overflow: hidden;
}

#encart
{
	position: absolute;
	top: 190px;
	right: 0px;
	width: 166px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

/* pour supprimer l'affichage dans le menu principal */

#menu-principal-resume {display:none}

/* agenda */


.calendar_this_day {
text-align:center;
background-color: #fbe07e;
font-weight:bold;
}

.calendar_this_month {
text-align:center;
background-color: #fefefe;
}

.calendar_not_this_month {
text-align:center;
background: #ececec;
color:#aaa;
}

.small_mini {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align:center;
font-style:normal;
}

.small_mini a {
font-weight:bold;


}