body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#FFFFFF;	
}

.cadre_blanc {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.cadre_noir {
	border: 1px solid #000000;
}


.fonf {
	background: url(img/fondu.jpg) no-repeat;
}
.cadremenu {
	border: 1px dashed #FFCC99;
	background: #FAAC5B;
}
.textemenu {
	font: italic bold normal 12px Arial, Helvetica, sans-serif;
}

.image_max2 {
	max-width: 180px;
	width:expression(document.body.clientWidth > 180 ? "180px": "auto" );
	max-height: 150px;
	height:expression(document.body.clientHeight > 150 ? "150px": "auto" );
}

.image_max {
	max-width: 500px;
	max-height: 400px;
}
