body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:94A8CD;
}

a:link {
	color:#000066;
}
a:visited {
	color:#000066;
}
a:hover {
	color:#000066;
}
a:active {
	color:#000066;
}

.cadre_noir {
	border: 1px solid #000000;
}

.cadre_rouge {
	border: 2px solid #FF0000;
}

.fond {
	background: #6882BF url(img/fond2.gif) repeat-x;
}

.fondpage {
	background: #6882BF url(img/capitol.jpg) no-repeat 50px 80px;
}

.baspage {
	border-top: 1px #6882BF;
	border-right: 1px #6882BF;
	border-bottom: 1px solid #6882BF;
	border-left: 1px #6882BF;
}

.menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #FFFF00;
	border: 1px solid #000000;
}

.image_max {
	max-height: 450px;
	width:expression(document.body.clientHeight > 300 ? "300px": "auto" );
	max-width: 300px;
}

#menulocation {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #EDA400;	
	border: 1px solid #696969;
	text-align:left;
	background: #FFFF00;
	/*width:150px;*/
	top:70px;
}

#menuvente {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #EDA400;	
	border: 1px solid #696969;
	text-align:left;
	background: #FFFF00;
	/*width:150px;*/
	top:70px;
}
