/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
margin:0 0 50px 0;
padding:0px;
text-align:center;
font-size:12px;
background-image:url(../images/fond.gif);
}
#conteneur { 
width: 960px;
margin:0 auto 0 auto;
padding:0px;
background-image: url(../images/fond_page.gif);
/*border: 1px solid #ff00ff;*/
}

#tete { width:100%;
height:194px;
background-image:url(../images/h.gif);
background-repeat:no-repeat;
}
#page {
width:840px;
margin:0 auto 0 auto;
background-image:url(../images/centreh.gif);
background-repeat:no-repeat;
/*border: 1px solid #ff00ff;*/
}
/* ---- menu de gauche -------*/
#gauche{float:left;width:181px;margin:0px;}
#gauche_top{background-image:url(../images/menufondg.gif); background-position:bottom; background-repeat:no-repeat;}
#gauche_bas{background-image:url(../images/menugb.gif); height:55px;}
#gauche_menu{text-align:left;background-image:url(../images/menufondg.gif);background-repeat:repeat-y; }

#gauche_menu ul{ padding:5px 0px 5px 0px;margin: 0;}
#gauche_menu li{ margin:0px 15px 0px 40px; list-style-image: url(../images/carre.gif); font-weight:bold; font-size:11px;}


/* ------------------ menu de droite -------*/
#droite{float:right;width:181px;margin:0px;}
/* -- menu news --*/
#droitenews_top{background-image:url(../images/menudh.gif); height:45px;}
#droitenews_bas{background-image:url(../images/menudm.gif); height:111px;}
#droitenews_menu{text-align:left;background-image:url(../images/menufondd.gif);background-repeat:repeat-y;}
#droitenews_menu ul{ padding:5px 0px 5px 0px;}
#droitenews_menu li{ margin:0px 15px 0px 40px; list-style-image: url(../images/carre.gif); font-weight:bold; font-size:10px;}
/* -- menu agenda --*/
#droiteagenda_bas{background-image:url(../images/menu_agendab.gif); height:75px;}
#droiteagenda_menu{text-align:left;background-image:url(../images/menufondd.gif);background-repeat:repeat-y;}
#droiteagenda_menu ul{ padding:5px 0px 5px 0px;margin: 0;}
#droiteagenda_menu li{ margin:0px 15px 0px 40px; list-style-image: url(../images/carre.gif); font-weight:bold; font-size:10px;}
/* --------------page central ------------------*/
#centre { width:450px;
margin-left:auto;
margin-right:auto;
}
#centre_article{ padding: 40px 5px 10px 5px;}

/* ------ bas -----*/
#bas{color: #FFFFFF; font-weight:bold; background-image:url(../images/bas.gif); height:24px;
text-align:center; padding-top:5px;}
#bas a{color:#FFFFFF}
#bas2{ background-image:url(../images/bas2.gif); background-repeat:no-repeat; height:13px;}

.spacer {clear:both;}

/*-------- typo --------*/
a { text-decoration: none; color: #000; }
.on { font-weight: bold; color: #000; }
a:hover { text-decoration: underline; color: #B16A2C; } 

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: win_width.htc; }

/* les titres articles */
.titre_article{ height:33px; background-image:url(../images/fond_titre.gif); background-repeat:no-repeat;}
.titre_article img{ padding-left:55px;}

/* titre rubrique background-color:#faeed3*/
.titre_rubrique { background-image:url(images/fond_rubrique.jpg); background-repeat:no-repeat; background-position:bottom; padding:3px 3px 3px 20px; font-size:14px; font-weight:bold; margin-bottom:2px;}
/* les titres des articles dans rubrique*/
.titre_art_rub{ font-size:14px; font-weight:bold; padding: 3px 3px 3px 20px;}

.rub_ul ul{margin-left:50px;}
.formulaire_recherche { text-align: left; width: 12em; background-color:#FFFFFF; }

/* Fil d'Ariane */
#hierarchie2 {margin-bottom: 16px;font-size: 0.77em; }

/* table de l'agenda*/
.tr_agenda{ border-top-color:#806d49; border-top-width:2px;}

.date_agenda{color:#B16A2C; font-weight:bold;}


.syndic { background: #f2d899; width:200px; margin:0 auto 0 auto; }
.syndic .menu-titre { background: #AE9869; font-weight:bold; color:#FFFFFF;}

.marron {background:#f7d79c;}