body {
	background-color: #7EB514;

	margin-top:5px;
}
a:link, a:visited {
	background-color: inherit;
	color: #FDD706;
	text-decoration: none;
}

a:hover, a:active {
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}
#menu a {
	background-color: inherit;
	color:#336600;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover{
	background-color: inherit;
	color: #FFF;
	text-decoration: underline;
}
.titre {font-size: 24px; color: #FFFFFF; font-family: "Amazone BT";}
.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#FFFFFF;
	text-align:justify;
}
.texte {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color:#FFFFFF;

}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.input{
 background:url("images/submit.gif") ;
 color:#8FCD17;
 font-weight:bold;
 font-size:11px;
 border:0px;
 height:20px;
 padding:2px 4px 8px 4px;
 
 }
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
#calendar {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;

}
#calendar .texte{
background-color:#6A941A;
color:#FFFFFF;
font-size:9px;
}
#calendar .text{
background-color:#6A941A;
color:#fdd706;
}

#calendar .date{
	background-color:trasparent;
}
#calendar .datejour{
	border:1px solid #fdd706;
	color:#fdd706;
}
#calendar .lien {
	background-color:#fdd706;
}
#calendar .lien a {
	color:#6A941A;
}
#calendar .lien a:hover{
	color:#fff;
}
.section {
			
			margin-top:15px;
			padding: 5px;
			padding-bottom:0px;
			float:left;
		}
		
		.section ul {
			list-style: none; margin-top:5px;
		}
		.section ul li {
			display: inline;
		}
		.section ul a {
			background-color:#8FCD17;
			border:1px solid #6A941A;
			padding: 5px 5px 5px;
			display:block;
			float:left;
			margin:5px;
		}
		.section ul a:hover {
			background-color:#6A941A;
			border:1px solid #8FCD17;
		}
		.section ul a img {
			border:1px solid #999999;
		}
		.section ul a.lightbox-enabled img {
			border:1px dotted #999999;
		}
		
		.section span.code {
			font-family:"Courier New", Courier, monospace;
			margin-left:10px; padding-left:10px;
			font-size:11px;
			border-left:1px solid #000;
		}
		
		.section .link { font-size:12px; font-style:italic; padding-left:10px; margin-left:10px; }
		
		.section .important { text-decoration:underline; }
		
		.section .title { font-weight:bold; font-size:16px;}
		
		.clear { clear:left; }
		
		.section.header { text-align:center; font-size:12px; padding-top:10px; border-top:none; }
		.section.footer { text-align:center; font-size:12px; padding-top:10px; }

#alpha a{
	padding:3px;
	background-color: #6A941A;
	color:#FE8802;
	font-weight:bold;
}
#alpha a:hover{
    padding:3px;
	background-color:#FE8802;
	color:#6A941A;
	text-decoration:none;
}	

#cfnavbar{
margin: 0;
padding: 0;
}

#cfnavbar ul{
background: url(images/bg1.gif) repeat-x;
padding: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
float: left;
color: black;
font-weight: bold;
padding: 8px 13px 5px 6px;
text-decoration: none;
background: url(images/divider.gif) top right no-repeat;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#cfnavbar ul li a#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
background: url(images/leftcorner.gif) top left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 10px;
background: url(images/rightcorner.gif) top right no-repeat;
}

#cfnavbar ul li a:hover{
text-decoration: underline;
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}