body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	color:#46418A;
}
a:visited {
	color:#46418A;
}
a:hover {
	color:#46418A;
}
a:active {
	color:#46418A;
}

.cadre_noir {
	border: 1px solid #000000;
}

.cadre_rouge {
	border: 2px solid #FF0000;
}

.menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #FF3014;
	border: 1px solid #FFFFFF;
}

.image_max {
	max-height: 450px;
	width:expression(document.body.clientHeight > 400 ? "400px": "auto" );
	max-width: 400px;
}

#menulocation {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #EDA400;	
	border: 1px solid #FF3014;
	text-align:left;
	background: #FFFFFF;
	/*width:150px;*/
	top:180px;
}

#menuvente {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #EDA400;	
	border: 1px solid #FF3014;
	text-align:left;
	background: #FFFFFF;
	/*width:150px;*/
	top:180px;
}
