/* ####### BODY ET TABLEAUX ###### */

body{
margin:0;
background-color:#329832;
background-image:url(/img/v3/fond_page.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-attachment:fixed;
line-height:20px;
}

table.tableprincipal{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;
background-color:#FFFFFF;
border-left-color:#000000;
border-left-style:solid;
border-left-width:1px;
border-right-color:#000000;
border-right-style:solid;
border-right-width:1px;
height:auto;
}

table.titre-marge-gauche{
background-color:#79B97C;
color:#FFFFFF;
text-shadow:inherit;
font-weight:bolder;
text-transform:capitalize;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:thin;
}

table.menu-gauche{
	font-size:11px; /* je force ici sinon, ça s'affiche pas correctement */
}
table.bas{
	font-size:10px; /* je force ici, pour éviter les débordements */
	}

/* ####### ENTETES, PARAGRAPHES, LIENS ###### */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#379A37;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:normal;
	color:#000000
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:#379A37;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
	color:#000000;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color:#000000;
}

/*///// LIENS /////*/

a{
	font-family:Arial, Helvetica, sans-serif;
/*	font-size:small;*/
	font-weight:bold;
	color:#427745;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.sideBar p{
	margin:0;
	padding:0;
}
a.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding-left:5px;
}
a.menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#427745;
	font-weight:normal;
	text-decoration:underline;
}

a.bas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

a.bas:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;

}

.affiche_fiche{
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:1px;
	background-color:#EDEDED;
	width:600px;
}
/*_____________________________________________________________ ajouts david 20080623 */
/* ########## AGENDA ########## */
#agenda #categories{
	margin:0;
	padding:0;
	list-style-type:none;
}
#agenda #categories li{
	margin:0;
	padding:0;
}
#agenda #categories a{
	display:block;
	background-image:url(/img/puces/puce-agenda-categories.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	margin-left:10px;
}
#agenda h2{
	font-size:16px;
	background-color:#E6E6E6;
	color:#018715;
	line-height:30px;
	padding-left:8px;
	font-weight:bold;
	border-top:1px solid #CCC;
}
#agenda h3{
	font-size:14px;
	font-weight:bold;
	color:#018715;
}
#agenda hr {
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #999 dashed; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}