/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F5F8D6;
	background-image:url(images/paille.jpg);
}
h1{
	font-size:18px;
	color:#006600;
}
#bandeau{
	width:900px;
	height:129px;
	margin:auto;
	margin-bottom:0px;
	margin-top:0px;
	background-image:url(images/bandeau.jpg);
}
#page{
	width:900px;
	margin:auto;
	margin-top:0px;
	padding-top:20px;
	background-color:#ffffff;
	min-height:450px;
	height:100%;
	overflow:hidden;
}
#contenu{
	width:675px;
	padding:5px;
	height:100%;
	border-left-color:#006600;
	border-left-style:solid;
	border-left-width:1px;
	float:left;
}
#menu{
	width:180px;
	float:left;
	text-align:center;
	color:#006600;
	height:100%;
	padding:10px;
	font-weight:bold;
}
#contour{
	border-bottom-color:#006600;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	width:160px;
	margin-bottom:10px;
	padding:7px;
}
#menu a{
	padding:5px;
	color:#006600;
	text-decoration:none;
}
#menu a:hover{
	background-color:#006600;
	color:#ffffff;
}
#footer{
	
	color:#006600;
	font-size:11px;
	width:900px;
	margin:auto;
	text-align:center;
	background-color:#ffffff;
	border-top-color:#006600;
	border-top-style:solid;
	border-top-width:1px;
}
#tableau { text-align:center; font-size:14px; font-weight:bold; }

