
body {
margin : 0;
padding : 0;
font : 73% "lucida sans", tahoma, "Trebuchet MS", arial, verdana, sans-serif;
color : #555;
background : #f7f7f7;
}
#container {
width : 99.5%;
margin-left : auto;
margin-right : auto;
padding : 0;
line-height : 1.5em;
}
#banner {
height : 150px;
padding : 0;
background : #f7f7f7 url(images/image00.jpg) no-repeat;
color : #333;
}
#banner h1 {margin : 0;
padding : 53px;
background : transparent;
color : #ffffff;
}
#navlist {
padding : 4px 5px 5px 0;
margin : 0 0 20px 0;
text-align : left;
letter-spacing : 3px;
color : #fff;
background : #4D9D1A;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 5px 0.75em;
margin : 0;
color : #fff;
background : #4D9D1A;
text-decoration : none;
}
#navlist li a:link {
color : #fff;
background : #4D9D1A;
}
#navlist li a:visited {
color : #fff;
background : #4D9D1A;
}
#navlist li a:hover {
color : #000;
background : #7ABA2E;
}
#navlist li a#current {
color : #fff;
background : #7ABA2E;
}
.menu ul li {
line-height : 1.8em;
margin : 0 10px 0 0;
padding : 0;
list-style-type : square;
color : #4D9D1A;
background : inherit;
}
.menu ul li a {
color : #337410;
background : inherit;
}
.menu ul li a:hover {
color : #7ABA2E;
background : inherit;
}
#content {
padding : 0;
margin-left : 170px;
margin-right : 200px;
border-left : 1px dashed #333;
border-right : 1px dashed #333;
color : #555;
background-color : #ffffff;
}
#content p {
margin : 20px;
}
#content .postnav {
		clear: both;
		float: right;
		padding: 0 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				padding: 0 4px;
				font-family: Arial;
			}
			#content .postnav ul li a {
				display: block;
				padding: 4px 8px;
				border: 1px solid #E1E1E1;
				text-decoration: none;
				color: #4F4F4F;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
			#form1{
	width:500px;
	margin:auto;
	background-color:#e5e5e5;
	border-radius:1em; /*Trop cool pour IE :) */
	-moz-border-radius:1em; /*Trop cool pour IE :) */
}
#form1{
	font-size:1.0em;
	font-family:georgia;/*on my mind!!*/
}
#form1 fieldset{
	border:none;
}

#form1 legend{
	font-size:2em;
	color:#777;
	margin-top:0.3em;
}
#form1 label{
	display:block;
	float:left;
	width:150px;
	text-align: left;
}
#form1 input, #form1 select, #form1 textarea{
	width:270px;
	margin-bottom: 1em;
	margin-left:0.5em;
}
#form1 button{
	position:relative;
	left:160px;
}
#form1 .radio input,radio {
width:70px;
}
#sidebar-a {
float : left;
width : 140px;
margin-left : 5px;
padding : 0 5px 0 5px;
color : #666;
background : #ffffff;
}
#sidebar-b {
float : right;
width : 170px;
margin : 0 5px 0 0 ;
padding : 0 5px 15px 5px;
color : #333;
background : #ffffff;
}
#footer {
clear : both;
padding : 5px;
margin : 0;
background : #4D9D1A;
color : #f7f7f7;
}

a {
text-decoration : none;
color : #4D9D19;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #aaa;
background : inherit;
}
a img {
border : 0;
}
.border {
padding : 10px;
margin : 10px;
border : 1px solid #4D9D1A;
}
.imgleft {
float : left;
border : 1px solid #90b905;
margin : 5px 10px 10px 15px;
padding : 5px;
}
h1 {
margin : 20px;
padding : 100px;
font-size : 200%;
letter-spacing : 3px;
color :#fff;
background : #fff;
}
h2 {
padding-left : 20px;
font-size : 140%;
text-transform : uppercase;
letter-spacing : 2px;
color : #4D9D1A;
background : inherit;
}
h3 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
color : #fff;
background : #4D9D1A;
}
h4 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
color : #fff;
background : #4D9D19;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.clear {
clear : both;
width : 100%;
}
.col3,.col3center {
float: left;
width: 30.5%;
}
.col3center {
margin: 0 3%;
}
.btn{ background-color:#4D9D1A; padding:5px 10px; color:#fff; text-decoration:none; cursor: pointer}
.btn:hover{ background-color:#000; text-decoration:none;}
