.dialog {
 margin:0px auto;
 color:#ff6d00;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
}

.dialog .ft .c {
 height:7px;
}

.dialog .hd {
 background:transparent url(/Images/Boites/jq/tl.png) no-repeat 0px 0px;
 height:7px;
}

.dialog .hd .c {
 background:transparent url(/Images/Boites/jq/tr.png) no-repeat right 0px;
 height:7px;
}

.dialog .bd {
 background:transparent url(/Images/Boites/jq/ml.png) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(/Images/Boites/jq/mr.png) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 5px 0px 5px;
}

.dialog .ft {
 background:transparent url(/Images/Boites/jq/bl.png) no-repeat 0px 0px;
 height:15px;
}

.dialog .ft .c {
 background:transparent url(/Images/Boites/jq/br.png) no-repeat right 0px;
 height:15px;
}

.dialog h1 {
 /* header */
 font-size:15px;
 margin:0px;
 padding:0px;
 margin-top:0px;
}

.dialog p {
 margin:0px 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}

.dialog div.roundbox
{
}

.roundbox h1 {
 /* header */
 color:#ff6d00;
 font-size:15px;
 margin:0px;
 padding:0px;
 margin-top:0px;
 text-align:center;
}

a.jqbouton
{
  color:#FF6D00;
  text-decoration:none;
}

table.jqbouton
{
  height:29px; 
  cursor:pointer;
  margin-bottom:1px;
  margin-right:1px;
  cursor:pointer;
}

table.jqbouton td.centre
{
  background:url('/Images/Boutons/bt_g_off.png');
  background-position:top left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  padding-left:15px;
  color:#FF6D00;
}

table.jqbouton td.droite
{
  background:url('/Images/Boutons/bt_d_off.png');
  background-position:top right;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
}

table.jqbouton td.droite div
{
  width:15px;
}


table.jqboutonON
{
  height:29px;
  margin-top:1px;
  margin-left:1px;
  cursor:pointer;
  margin-bottom:0px;
  margin-right:0px;
}

table.jqboutonON td.centre
{
  background:url('/Images/Boutons/bt_g_on.png');
  background-position:top left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  padding-left:15px;
  color:#FF6D00;
}

table.jqboutonON td.droite
{
  background:url('/Images/Boutons/bt_d_on.png');
  background-position:top right;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
}

table.jqboutonON td.droite div
{
  width:15px;
}
