body {
padding : 0;
margin : 0;
font : 75% tahoma, "Trebuchet MS", sans-serif;
line-height : 1.5em;
background : #c3d9c3 url(../images/bg.jpg) repeat-y top center;
color : #667;
}
#container {
width : 760px;
margin : 0 auto;
padding : 0;
border: 5px solid #fff;
}
			/*BANNER*/
#banner {
padding : 0;
margin-top : 0;
height : 130px;
background : #92cc8f url(../images/association_filiation.png) no-repeat center;
}
#banner h1 {
float : right;
margin-top : 0;
letter-spacing : 3px;
font-size : 110%;
padding : 50px 50px 0 0;
color : #ffffff;
}
			/*TOP NAV*/
#navbar ul {
float : left;
width : 760px;
padding : 0;
margin : 0;
list-style-type : none;
font-size : 120%;
text-align : left;
border-top : 5px solid #fff;
border-bottom : 5px solid #fff;
background : #5a8f57;
color : #c7d9c3;
letter-spacing : 2px;
text-align : center;
}
#navbar a {
float : left;
width : 6em;
text-decoration : none;
color : #ffffff;
background : #92cc8f url(../images/puce.gif) no-repeat left center;
padding : 0.5em 1em;
background : #5a8f57;
}
#navbar a:hover {
background : #5a8f57 url(../images/puce.gif) no-repeat left center;
color : #c3d9c3;
font-style : bold;
}
#navbar li {
display : inline;
}
			/*MAIN CONTENT*/
#content {
width : 650px;
padding : 1em;
margin-left : 50px;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 200px;
padding : 1em;
margin-top : 0;
}
			/*BOTTOM*/
#bottom {
clear : both;
height : 200px;
padding : 5px;
margin-top : 5px;
margin-bottom : 35px;
background : inherit;
}
			/*FOOTER*/
#footer h1 {
letter-spacing : 2px;
font-size : 110%;
margin-left : 40px;
color : #c7d9c3;
}
#footer p {
font-size : 90%;
padding : 0 0 0 10px;
color : #c7d9c3;
}
#footer {
padding : 5px;
margin-top : 5px;
border-top : 5px solid #fff;
background : #5a8f57;
}
#footer a, a:visited {
color : #333;
background : inherit;
text-decoration : underline;
}
#footer a:hover {
color : #92cc8f;
background : inherit;
text-decoration : none;
}
			/*FOOTER COLUMNS*/
.col3, .col3center {
float : left;
width : 33%;
margin-bottom : 20px;
}
.col3center {
margin : 0;
}
			/*LINKS*/
a:link, a:visited {
color : #5a8f57;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #143d55;
background : inherit;
text-decoration : none;
}
a img {
border: 0;
}
ul li {
list-style-type : none;
}
.navlist ul li {
list-style-image : url(../images/puce.gif);
padding-left : 5px;
margin-bottom : 0;
}
			/*TYPOGRAPHY*/
h2 {
letter-spacing : 3px;
font-size : 130%;
padding : 10px;
color : #5a8f57;
}
blockquote {
padding : 5px;
font-weight : bold;
font-style : italic;
font-size : 13px;
color : #5fafd4;
font : arial;
letter-spacing : 1px;
text-align : justify;
}
			/*CLASS*/
.imgleft {
float : left;
padding : 10px;
}
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
