html { height: 100%;}

body {
  font-family: "Verdana", sans-serif;
  font-size: 10pt;
  color: black; background-color: #374550;
  text-align: center;
  margin: 0px; padding: 0px;
}

table { padding: 0px; border: none; border-collapse: collapse;}
td { padding: 0px; margin: 0px; font-family: "Verdana", sans-serif; font-size: 10pt; } 

img { border: none; margin: 0px; }
img.with { border: 1px solid #AD0000 ; }

p { text-align: justify; margin: 10px; }

a { text-decoration: none; font-weight: bolder; color: #DB903F; }
a:hover { color: #53799D;}

h1 { font-size: 14pt; color: #E68C2B; font-style: italic; margin: 0px; }
h2 { font-size: 11pt; color: #D60000 ; margin: 5px; }
h5 { font-size: 8pt; font-weight: normal; }
h6 { color: #BBC2CA; margin: 0px; font-size: 7pt; font-weight: normal;  text-align: center;}
hr { height: 2px; color: #DB903F; }
h6 a { text-decoration: none; color: #BBC2CA; }

#global { height: 100%; width: 800px; margin-right: auto; margin-left: auto; text-align: left; 
          border-right: 3px solid #DB903F; border-left: 3px solid #DB903F;}

#menu { border: 3px solid #DB903F; margin: 10px; width: 170px; background-color: white;  font-size: 9pt; }
#menu a { display: block; margin: 3px; height: 20px;}
#menu a:hover { display: block; color: #53799D; background: #CCDCEC url('menutopbg.jpg'); }

#tglobal { height: 100%; width: 100%;} 
#tdtop { height: 212px;}

#tdmenu{
  background-color: #CCDCEC;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("menubg.jpg"); width: 197px;
  vertical-align: top; 
}

#tdmain { background-color: white;  width: 603px; vertical-align: top;}

#tddesign { background: #EBF1F8 url('designbg.jpg'); vertical-align: bottom; } 
#tddesign h6 { color: #FEFEFF; } 
#tddesign a { color: white; } 
#tddesign a:hover { color: #DB903F; } 

.texte { margin: 20px; } 
.movable { position: absolute; top: -3000px; left: -3000px; }
