html, body {
	height: 100%;
	padding:0;
	margin: 0;
	background-color:#f8b133;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#principal {
	min-height: 100%;
	width:1000px;
	margin:0 auto;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-y;
	position:relative;
	top:0;
	font-size:0.75em;
}
#signature{
	position:absolute;
	top:0;
	left:0;
	width:133px;
	height:571px;
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	margin-top:-220px;
	padding-top:110px;
	padding-bottom: 25px;  
	overflow:auto;
	z-index:20;
}

div#footer {
	position: absolute;
	width: 990px;
	padding-left:10px;
	font-size:0.8em;
	bottom: 0;
	height:20px; /* height:25px; */
	padding-top:5px;
}

#footer a{
	color:#336633;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	text-decoration:underline;
	font-weight:normal;
}

div#content {
	margin-left:148px;
	float: left;
	width: 595px;/*615*/
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	padding-bottom:25px; 
	padding-top:110px;
	background-image: url(./images/raisin02.jpg); 
	background-repeat: no-repeat;	
}
#menu{
	font-size:0.95em;
	margin-left:0;
	float:left;
	width:192px;/*237*/
	padding-left:25px;
	padding-right:20px;
	background-image: url(./images/raisin01.jpg); 
	background-repeat: no-repeat;
	padding-bottom:25px;
	margin-top:0px;
	padding-top:110px;
	color:#3b240b;
	font-weight:bold;
}

div#header {
	color:#3b240b;
	height:85px; /* height=100*/
	text-align:right;
	margin-right:10px;
	position:relative;
	z-index:20;
	margin-top:0px; /*-413 */
	padding-top:25px;
}

h1{
	font-size:2em;
	padding:0;
	margin:0;
}

.cache {
	display:none;
}

#menu li{
	list-style-type:none;
	margin-left:-20px;
	margin-bottom:5px;
}

#menu a{
	color:#3b240b;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}

h2{
	color: #3b240b;
	border-bottom:1px solid #3b240b;
	font-size:1.5em;
}

h3{
	font-size:1.25em;
}

th{
	background-color:#e84e1b;
}

a{
	color:#3b240b;
	font-weight:bold;
}

#content li{
	margin-bottom:5px;
}
