@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fondMenu {
	position: relative;
	background-color: #222222;
	width: 15em;
	color: #66ffcc;
}

.jaune {
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: #ffff00;
}


.menufixe {
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #000000;
	/*position: absolute;*/
	z-index: 2;
	text-align: left;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	position: relative;
	background-color: #222222;
	width: 15em;
	color: #66ffcc;
}
html>body .menufixe {
  position: fixed
}

.content {
	z-index: 1;
	padding-top: 3em;
	width: 100%;
	height: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
}




/* hide from ie on mac (photospace)\*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
