html, body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #565656;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #78951d; }
a:hover { color: #444; }
a:active { color: #444; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#container{
	height: auto;
	width: 800px;
	margin: 0 auto;
}

#top{
	height: 20px;
	width: 800px;
	float: left;
	margin-top: 10px;
	background: url("../img/bg_top.jpg") no-repeat;
}

#content{
	height: auto;
	width: 760px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: url("../img/bg_middle.jpg") repeat-y;
}

#bottom{
	height: 20px;
	width: 800px;
	float: left;
	background: url("../img/bg_bottom.jpg") no-repeat;
}

#nav{
	height: 40px;
	width: 760px;
	float: left;
}

#menu{
	width: 760px;
	float: left;
	background: #cde494;
}

#menu ul{
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu ul li {
	list-style: none;
	float: left;
	width: auto;
}

#menu ul li a {
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #013300;
	background: #cde494;
	text-align: center;
	border-right: 1px solid #fff;
}

#menu a:hover{
	color: #fff;
	background: #013300;
}

#menu .active{
	color: #fff;
	background: #013300;
}

#slider{
	height: 318px;
	width: 760px;
	float: left;
	background: url("../img/slider.jpg") no-repeat;
}

#logo{
	height: 180px;
	width: 226px;
	float: left;
	margin-right: 3px;
	background: url("../img/bg_logo.jpg") no-repeat;
}

#libelles{
	height: 202px;
	width: 202px;
	position: absolute;
	z-index: 1000;
	background: url("../img/libelles.png") no-repeat;
	margin-left: 50px;
	margin-top: -150px;
}

#intro{
	height: 130px;
	width: 481px;
	float: left;
	padding: 25px;
	background: url("../img/bg_intro.jpg") no-repeat;
}

#title{
	width: 481px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #013300;
	margin-bottom: 5px;
}

#text{
	width: 481px;
	float: left;
	color: #333;
}

#output{
	height: auto;
	width: 760px;
	float: left;
	margin-top: 20px;
}

.box{
	height: auto;
	width: 190px;
	float: left;
}

.img{
	height: 75px;
	width: 75px;
	float: left;
}


.title{
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	color: #013300;
}

.text{
	width: 65px;
	float: left;
}

#left{
	height: auto;
	width: 226px;
	float: left;
	margin-right: 3px;
}

#leftitem{
	width: 226px;
	float: left;
	margin-bottom: 5px;
}

#imgsmall{
	width: 75px;
	float: left;
}

#titlesmall{
	width: 136px;
	float: left;
	color: #013300;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 27px;
}

#center{
	height: auto;
	width: 760px;
	float: left;
	margin-top: 25px;
}

#right{
	height: auto;
	width: 531px;
	float: left;
}

#right_title{
	width: 481px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	color: #013300;
	font-weight: bold;
	font-size: 14px;
}

#right_text{
	width: 481px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#right_album{
	width: 481px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#right_album img{
	float: left;
}

#right_form{
	width: 481px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#weblinks{
	width: 481px;
	float: left;
	margin-bottom: 10px;
}



#footer{
	width: 740px;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	color: #fff;
}

#footer a{
	color: #78951d;
}

#footer a:hover{
	color: #dadada;
}
