
body {
  text-align: center;
  font-family: sans-serif;
  width: 60em;
  margin: 2ex auto;
  border: #313C72 5px solid;
}

h1 a {
  text-decoration: none;
  color: black;
  border-bottom: #313C72 1px dotted;
}

#content1 {
  padding: 0 4em;
}

#content {
  padding: 0 4em;
  background: url('picnat.png') no-repeat;
  background-position: bottom left;
}

#upload {
  width: 25em;
  margin: 5ex auto;
}

#upload table {
  width: 100%;
}

#upload .config {
  font-size: smaller;
}

#upload .info {
  text-align: left;
  font-size: smaller;
  border-bottom: #313C72 1px dashed;
}

#upload .more {
  cursor: pointer;
}

#upload .more:after {
  content: ' ▼';
}

#upload .activation {
  text-align: left;
  font-style: italic;
}

#upload .label {
  text-align: left;
  vertical-align: top;
  font-size: smaller;
}

#upload .field {
  text-align: right;
  vertical-align: bottom;
}

#upload p {
  margin: 0.8ex 0;
}

#moreoptions p {
  text-align: left;
}

#copyright {
  font-size: smaller;
}

.error, .message {
  width: 50em;
  margin: 5ex auto;
}

.error {
  padding-bottom: 1ex;
  border: red 2px solid;
  background-color: #FBB;
}

.error p:before {
  content: url('error.png');
  padding-right: 1ex;
}

.message {
  padding: 1ex;
  border: green 2px solid;
  background-color: #BFB;
}

.message p:before {
  content: url('ok.png');
  padding-right: 1ex;
}

#install {
  width: 40em;
  margin: 5ex auto;
}

#install table {
  width: 100%;
}

#install label {
  font-style: italic;
}

#install .info {
  text-align: justify;
  padding-bottom: 1ex;
}

#install .label {
  text-align: justify;
  vertical-align: top;
}

#install .field {
  text-align: right;
  vertical-align: bottom;
}

#install .nav {
  padding-top: 2em;
}

#install .next {
  text-align: right;
}

#install .previous {
  text-align: left;
}

#install .navright { 
  float: right;
}

#install .navleft {
  float: left;
}


#bandeau {
 width:100%;
 height:13px !important;
 background: url('picnat-mini.png') no-repeat 4px center #111111;
 font-family: sans-serif;
 font-size: 9px !important;
 color:#FFF;
 padding-top: 3px;
 position: absolute;
 top: 0px;
 left: 0px;  
}

#bandeau .home {
 float:left;
 text-align:left;
 display:block;
 padding: 0px 0px 0px 16px;
}

#bandeau .links {
 float: right;
 text-align:right;
 display: block;
 padding: 0px 3px 0px 0px;
}

#bandeau a,
#bandeau a:link,    
#bandeau a:active,  
#bandeau a:visited {
 color:#FFF;
 text-decoration:none;
}

#bandeau a:hover {
 color:#F4520A;
}
