/*** GENERAL ***/

* 
  {
  margin: 0;
  }

html, body
  {
  height: 100%;
  color: #000;
  font: Verdana, Arial, sans-serif;
  }

.wrapper {
  	padding: 10px 10px 0 10px;
  }

/*** BANNER ***/

.banner
  {
  height: 140px;
  width: 700px;
  background-image: url(banner.png);
  background-repeat: no-repeat;
  padding: 0 0 0 150px;
  color: white;
  }

.title
  {
  font: small-caps 900 40px arial;
  }

.subtitle
  {
  font: small-caps 900 20px arial;
  }

/*** CONTENT BOX ***/

.content
  {
  margin: 0 16px 0 16px;
  width: 670px;
  height: 300px;
  background-color: #b8c6d8;
  border-left: 1px solid #c8d6e8;
  border-right: 1px solid #999;
  }

html>body .content
  {
  width: 668px;
  min-height: 300px;
  height: auto !important;
  }

/* remplacement artisanal du min height

.out-min-height {
  padding-top:400px;
  min-height: 1px;
  }
.in-min-height {  
  margin-top: -400px;
  }

*/

/*** CONTENT MENU ***/

.content-top
  {
  padding: 0 5px 5px 10px;
  font: small-caps 500 .8em arial;
  }

.content-menu-previous
  {
  display: inline;
  padding: 2px;
  margin: 0 1px;
  color: green;
  }

.content-menu-current
  {
  display: inline;
  padding: 2px;
  margin: 0 1px;
  }

.content-menu-next
  {
  display: inline;
  padding: 2px;
  margin: 0 1px;
  display: none;
  }

/*** FOOTER ***/

html>body .ffblank
  {
  height: 100px;
  }

.footer
  {
  position: relative;
  left:10px;
  bottom:0px;
  border-color: #999;
  border-style: solid solid none solid;
  border-width: 1px;
  height: 50px;
  padding: 10px;
  background-color: #b8c6d8;
  width: 700;
  margin-top: 20px;
  color: blue;
  font: arial;
  }

html>body .footer
  {
  position: fixed;
  -moz-border-radius: 10px 10px 0 0;
  width: 680px;
  }

.footer a,
.footer a:visited
  {
  color: blue;
  text-decoration:none;
  font-weight: bold;
  font: small-caps .8em arial;
  }

.footer a:hover
  {
  color: blue;
  text-decoration:underline;
  font-weight: bold;
  font: small-caps .8em arial;
  }

.right
  {
  float: right;
  }

/*** RAISED BOX ***/
/* Visit http://www.cssplay.co.uk/boxes/krazy.html for more boxes */

.raised { background: transparent; width:671px; margin: 0 16px 0 15px; }
html>body .raised {background: transparent; width:671px; margin: 0 16px 0 15px;}

.raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#b8c6d8; border-left:1px solid #c8d6e8; border-right:1px solid #eee;}
.raised .b3 {background:#b8c6d8; border-left:1px solid #c8d6e8; border-right:1px solid #ddd;}
.raised .b4 {background:#b8c6d8; border-left:1px solid #c8d6e8; border-right:1px solid #aaa;}
.raised .b4b {background:#b8c6d8; border-left:1px solid #eee; border-right:1px solid #999;}
.raised .b3b {background:#b8c6d8; border-left:1px solid #ddd; border-right:1px solid #999;}
.raised .b2b {background:#b8c6d8; border-left:1px solid #aaa; border-right:1px solid #999;}


.raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3b {margin:0 2px;}
.raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}

/*** INCLUDES STYLE ***/

/*** warning ***/

.warning-box
  {
  padding: 20px;
  }

.warning li
  {
  color: #55a;
  background-color: #aaf;
  padding: 5px;
  text-align: justify;
  }

.warning-title
  {
  padding: 20px;
  text-align: justify;
  } 

.warning-title h3
  {
  color: #fff;
  }

.warning-title h5
  {
  color: #55a;
  }

.warning-cheer
  {
  padding: 20px;
  color: #55a;
  text-align: center;
  }

.warning a,
.warning a:visited
  {
  color: #55a;
  text-decoration:underline;
  font: 900 .8em arial;
  }

.warning a:hover
  {
  color: blue;
  text-decoration:underline;
  font:  900 .8em arial;
  }

.submit input
  {
  color: blue;
  background-color: white;
  border: 1px blue solid;
  padding: 3px;
  -moz-border-radius: 3px;
  }

/*** name  ***/

.name-box
  {
  padding: 20px;
  text-align: center;
  }

.name-line
  {
  margin-bottom: 5px;
  width: 450px;
  color: #55a;
  background-color: #aaf;
  padding: 5px;
  }


.name-line input
  {
  color: blue;
  border: 1px blue solid;
  padding: 1px;
  width: 250px;
  }

.name-line select
  {
  color: blue;
  border: 1px blue solid;
  padding: 1px;
  width: 40px;
  margin-left: 90px;
  }

#error
  {
  width: 444px;
  margin-bottom: 5px;
  color: red;
  font-weight: bold;
  background-color: white;
  padding: 5px;
  border: medium red double;
  }
 
/*** list ***/

.request-box
  {
  padding: 20px;
  text-align: center;
  }

.list
  {
  margin-top: 20px;
  }

.list select
  {
  width:450px;
  color: blue;
  border: 1px blue solid;
  padding: 1px;
  }

.list table
  {
  text-align: center;
  align: center;
  }

.list input
  {
  color: blue;
  background-color: white;
  border: 1px blue solid;
  padding: 3px;
  -moz-border-radius: 3px;
  }

.list table
  {
  color: blue;
  align: center;
  }

.list-title
  {
  color: #55a;
  background-color: #aaf;
  padding: 5px;
  }

/*** confirm ***/

.confirm-box
  {
  padding: 20px;
  text-align: center;
  }

.confirm, .confirm-title
  {
  color: #55a;
  background-color: #aaf;
  width: 450px;
  margin-bottom: 10px;
  }

.confirm-title
  {
  width: 500px;
  -moz-border-radius: 3px;
  }

.confirm input
  {
  background-color: transparent;
  color: #55a;
  border: none;
  font-weight: bold;
  }

#tenpxright
  {
  margin-right: 10px;
  }

.hidden center
{ display: none; }