/* CSS Document */
body {
	margin:0 0 0 0;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color:#000;
	/*background-image:url(images/carton.jpg);*/
	background-color: #fff;
	text-align: center;
}
.input {
	font-family:"Courier New", Courier, mono;
	margin-bottom:6px;
	padding:0 2px 0 2px;
	font-size:11px;
	/*line-height:25px;
	border:1px solid #aaa;*/
	border: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}
.red {
	color:#CC0000
}
.inputred {
	font-family:"Courier New", Courier, mono;
	margin-bottom:6px;
	padding:0 2px 0 2px;
	font-size:11px;
	border:1px solid #CC0000;
}
#commentaire { width:300px }
#lieu { font-style:italic; color:#222222; }
.nav
  {
  position:absolute;top:50%;margin-top:-255px;
  height:25px;
  width: 90%;
  left:15px;
  margin-left:0;
  text-align:left;
  /*margin-right:auto;*/
  z-index: 10;
}
.nav a, .nav a:active, .nav a:focus {
    color: /*#2082B7;*/  #09f;
    text-decoration:none;
/*  background-color: #fff;*/
    padding:2px 8px 2px 8px;
	line-height:20px;
    outline:none;
}
.nav a:hover, 
.selected {
    color:#fff;
    background-color:#09f;
}
.nav a:focus { cursor:default }
.content
  {
  position: absolute;
  top: 0; left: 0px; z-index: 0;
  }
.text
  {
	position:relative;
	z-index:10;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height:15px;
	color: #000;
	width:490px;
  }
.center {text-align:center; width:auto}
li {
	list-style: url(images/bluedot.gif) 5px;
	padding-bottom:10px;
}
.text a {padding: 0px 1px 2px 1px; color: #2082B7}
.text a:hover, .text a:active, .text a:focus {color:white; background-color: #09f}

.small {font-size: 11px}
.titre
{ font-size:18px;
font-weight:bold;
color:black;
}
.id
{ font-size:36px;
font-weight:bold;
color:#aaa;
}
.frame
{
	width: 100%;
	height:450px;
	background-color: white;
	overflow:hidden;
	position:absolute;top:50%;margin-top:-220px;left:0
}
.landscape {
	background-image:url(images/fond7large2.jpg)
}
.textframe {
  position: relative;
  z-index:10;
  top:0px;
  margin-left:auto;
  margin-right:auto;
  width: 980px;
  height:450px;
/*  margin-left:auto;
  margin-right:auto;*/
  overflow:hidden;
}
.loading
  {
  position: absolute;
  z-index:100;
  width: 200px;
  height:200px;
  margin-left:auto;
  margin-right:auto;
}
.status, .status a {
	background-image:url(pictos/spacer.gif);
	text-align:center;
    padding: 2px;
    color:#000;
    background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}
/*.piclink a:link {border:1px solid #ffffff}*/
.piclink a:hover {background-color:transparent}
.statusframe {
	border: 1px solid #eee;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: auto;
	position:absolute;top:50%;margin-top:0px;margin-left:0px;left:50%;
	z-index: 15;
	display: none;
}
.polaroid {
	border:1px solid #eee;
	background-color:#FFFFFF;
	color:#999;
	padding:4px;
	margin-bottom:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
}
.copyright {
	position:absolute;
	width:99%;
	height:25px;
	top:50%;
	margin-top:230px;
	left:0;
	color:#ccc;
	font-size: 8px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright a {color:#ccc}
.copyright a:hover {color:#fff; background-color:#09f}
