/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: #6A8B1A url(images/back_all2.gif);
	font: 14px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	width: 100%;
	text-align: left;
    background: url(images/back_all.gif) repeat-x;
}

#main
{
width: 756px;
padding: 10px;
background: #ffffff;
}

#back
{
width: 776px;
height: 3px;
margin: 0px auto;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

#header {
	height: 150px;
	
	text-align: right;
		background: url(images/header.jpg) no-repeat;		

}

#logo {

width: 756px;
height: 3px;
text-align: left;
padding-top: 70px;
padding-left: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu1
{
width: 736px;
height: 73px;
padding-left: 40px;
padding-top: 20px;
background: url(images/buttons.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 139px;
	height: 32px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}

#menu a:hover {
	width: 139px;
    height: 32px;
	color: #DEEBBC;
	text-decoration: underline;
}




#right
{
	width: 218px;
	float: right;
}

#right H3
{
width: 193px;
height: 26px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 12px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(images/title_bottom.gif) no-repeat top;
}



#right li  {
	padding: 7px;
	padding-left: 10px;

}

#right .sub
{
	background: url(images/small.gif) no-repeat 10px 8px;
	padding-left: 30px;
}

#right a {
	color: #208A06;
}
#right a:visited {
	color: #208A06;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
width: 490px;
padding: 10px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #208A06;
}

#left a
{
color: #208A06;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #208A06;
}
.date {
	text-align: right;
	color: #208A06;
	font-size: 11px;
}

.date a {
	color: #208A06;
}

#left .date2 {
	float: left;
	width: 81px;
	height: 93px;
	padding-top: 5px;
	background: url(images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#left .date2 b {
	display: block;
	margin-top: 5px;
	font-size: 40px;
	color: #9BB164;
}


#footer {
	height: 53px;
	clear: both;
	padding-top: 30px;
	background: url(images/buttons.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


/* ==================================================================
   PIED DE PAGE SUR TROIS COLONNES

   Ce site portait une ou plusieurs barres laterales a largeur fixe :
   sur telephone, elles poussaient le contenu hors de l'ecran. Leur
   contenu est desormais dans le pied de page, reparti sur trois
   colonnes qui se replient l'une sous l'autre quand la place manque.
   ================================================================== */

*, *::before, *::after { box-sizing: border-box; }
img, iframe, video, table { max-width: 100%; }
img { height: auto; }

.pied-3col {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 28px;
	clear: both;
}
.pied-col {
	flex: 1 1 240px;
	min-width: 0;
}
.pied-col > *:first-child { margin-top: 0; }

/* la colonne de contenu reprend toute la largeur */
#left {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

/* les conteneurs gardent leur largeur, sans la subir */
#left {
	width: auto;
	max-width: 776px;
}
#main {
	width: auto;
	max-width: 756px;
}
#back {
	width: auto;
	max-width: 776px;
}

/* le pied ajoute aux pages qui n'en avaient pas */
.pied-ajoute {
	width: auto;
	max-width: 776px;
	margin: 24px auto 0 auto;
	padding: 18px 10px;
	clear: both;
}

@media screen and (max-width: 760px) {
	.pied-col { flex: 1 1 100%; }
}

/* Les colonnes suivent le cadre du site.
   Posees dans le pied, elles en prenaient toute la largeur, jusqu'au
   bord de la fenetre, tandis que le reste de la page tient dans un
   cadre centre. On leur donne ce meme cadre. */
.pied-3col {
	width: 776px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Le pied avait une hauteur fixe, prevue pour une seule ligne de
   mention legale : les colonnes en debordaient, et leur texte clair
   se retrouvait sur le blanc de la page. */
#footer {
	height: auto;
	min-height: 53px;
}

/* Les blocs restes larges de force.
   La passe responsive n'avait desserre que les conteneurs
   menant au texte. Ceux-ci gardaient leur largeur fixe, et
   un seul suffit a faire deborder la page sur telephone. */
#logo {
	max-width: 100%;
}
#menu1 {
	max-width: 100%;
}
