
body {
	background-image: url(img/fond.gif);
	background-repeat: norepeat;
	background-attachment: fixed;
}
#entete
{
	background-image: url(img/bandeau.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	background-color: transparent;
}

#menu-principal {
	max-width:65em;
	width:1200px;
}

#menu-principal select, #menu-principal input.input_text, .formulaire_recherche input.forml {
	background-color:Green;
	border-width:1px;
	color:white;
	font-size:11px;
	padding:1px 2px;
	font-family : "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, 'Helvetica Neue', Helvetica, Geneva, Lucida, sans-serif,"Univers Condensed",Univers Condensed,'Univers Univers Condensed',"Arial",Arial,'Arial';

}
.formulaire_recherche input.forml {
	background-image: url(img/loupe.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.ps ul li .detail {
	font-size: larger;
	font-style: italic;
	font-weight: bolder;
	background-color:#E7FBE8;
}

.ps li	{
	margin-top:1em;
	padding-top:1em;
}

td.agendaBold {
	background-color: #afde62;
}
td.agendaThisDay {
	background-color:#fcdf13; /* recouvert par le style du script */
}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

h3.edito-titre {
	background-color:Green;
	color:white;
	font-size:1.1em;
	line-height:1.4;
	margin:0;
	padding:0;
	text-indent:4px;
	text-transform:uppercase;
	width:100%;
}
h3.edito-titre a, h3.edito-titre a:link, h3.edito-titre a:visited, h3.edito-titre 	a:hover	{
	color:white;
}