/* 
 * Main body and table defenitions
 */
body {
    margin: 0px; 
}

/* 
 * Table and td defenitions
 */
table, tr, td {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
  margin: 0px;
}
 
img{
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}
 
table.structure {
  border: 0px #444444 solid;
  background: #000000;
}                            
 
td.structure {
  padding: 0px;
  background: #f9f9f9;
}

table.menu     { border:1px solid #006699; width: 195px; }
td.menu-header { font-weight:bold; letter-spacing:2px; text-align: left; background:#d9e2ec url(../images/cellpic1.gif); height:22px; }
td.menu-content{ padding: 4px; text-align: left; }
td.menu-footer { letter-spacing:1px; background:#d9e2ec; height:15px; }

fieldset.block, div.block  { border:1px solid #FFFFFF; text-align: left; }

legend.block    {
  color: #ffffff;
  vertical-align: top; 
  font-weight: bold; 
  font-size: 14px; 
  background-image: url(../images/label_ringtone.jpg);
  background-repeat: no-repeat;
}

span.block-header { font-weight:bold; font-size: 14px; margin-right: 5px; margin-left: 95px; line-height: 30px; }
div.block-content{ padding: 4px; }

table.module     { width: 100%; text-align: left; color: #000000}
td.module-header { padding: 0px; height: 27px; }
td.module-content{ padding: 4px; padding-top: 0px; height: 100%; vertical-align: top; }

div.content-inside { background: #fff; color: #000; padding: 20px; height: 100%; }
div.content-inside-no-height { background: #fff; color: #000; padding: 20px; }
*.content-inside a:active, *.content-inside-no-height a:active    { color: #000; }
*.content-inside a:visited, *.content-inside-no-height a:visited   { color: #000; }
*.content-inside a:link, *.content-inside-no-height a:link      { color: #000; }
*.content-inside a:hover, *.content-inside-no-height a:hover     { color: #ce3355; }

table.white      { width: 100%; text-align: left;}
*.white-content a:active    { color: #000; }
*.white-content a:visited   { color: #000; }
*.white-content a:link      { color: #000; }
*.white-content a:hover     { color: #ce3355; }
td.white-header { padding: 0px; background: #000000 }
td.white-content{ padding: 4px; padding-top: 0px; background: #FFFFFF; color : #000000}

div.dotted { width: 100%; height: 1px; border: 0px; background: url(../images/dotted.gif) repeat-x 0 0; line-height: 0px; font-size: 0px;}

div.comment-information {
  width: 98%;
}

div.comment-information td {
  font-size: 10px;
  color: #000;
}

div#enquete{ background: transparent; width: 100%; text-align: center; margin: 15px; }
div#enquete a{ color: #FFFFFF; font-weight:bolder; font-size: 25px; line-height: 25px; }
