@CHARSET "ISO-8859-1";

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color: rgb(145,200,11);
	background-image: url('images/fourchettes.png');
	font-family: "Tahoma", Arial, Sans serif;
	font-size: .8em;
	color:  #333;
	
}

img {
	border: 0;
	margin: 0;
	
}

#footer {
	position: absolute;
	top: 100%;
	height:20px;
	color: white;
	font-size: 0.8em;
}
#footer a {
	color: white;
	text-decoration: none;
}


a {
	color: #333;
}	


#container {
	position: absolute;
	z-index: 1;
	width: 650px;
	top:  55px;
	left: 60%;
	margin-left: -400px;
	background-color: white;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border:0;
}

#leftcol {
	width: 320px;
	font-size: .9em;
	padding-left: 20px;
}
#centercol {
	margin-top:80px;	
	width: 60%;
	font-size: .9em;
	margin-left: 25%;
}
#container #header {
	height : 100px;
	padding: 10px;
}

h2{
font-size: 1em;
font-weight: bold;
margin-bottom:0;
}
#bordertop{
position: absolute; top:0; left:0; margin-top:-16px;
}
#borderbottom{
position: absolute; top:100%; left:0;
}

#apropos{
font-size: .8em;
color: #333;
padding-left: 20px;
}

#login {
	position: absolute; top:100%; left:0;
	width: 100%;
	margin-top: -20px;
	text-align: right;
	font-size: .8em;
}

#login a{
	padding-right: 20px;
	
	color: black;
}

input[type=text]{
	border:1px solid #DDDDDD;
	font-size:100%;
	font-family:Trebuchet MS;
	width : 200px;
	
}
textarea{
	width:250px;
	height:200px;
	font-size:90%;
	font-family:Trebuchet MS;
	border:1px solid rgb(145,200,11);
}
h3{
color:rgb(145,200,11);
}
#menuJours td{
font-weight:bold;
}