
body, body > *, table > *, *
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0;
 }

/* EMAIL BODY */

body#email
{
  background-color: #ffffff !important;
  margin: 10px;
  }

table tr
{ 
  vertical-align: top;
 }

a
{ 
  color: #56a3ff;
 }
a:hover
{ 
  text-decoration: none;
 }

a img
{ 
  border: none;
 }

h1
{ 
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  color: #56a3ff;
  border-bottom: solid 1px #56a3ff;
  margin-bottom: 8px;
  padding-bottom: 4px;
 }

h2
{ 
  text-transform: uppercase;
  color: #444444;
 }

h3
{ 
  color: #666666;
}

p, li, table tr td 
{ 
  color: #222222;
  text-align: justify;
 }


ul
{
  margin-left: 10px;
  list-style-type: square;
  }

ol
{
  margin-left: 16px;
  list-style-type: arabic;
  }

li
{ 
  list-style-image: url(../pic/skel/bg-li.png);
  margin-left: 8px;
 }


/* TINYMCE */

body#tinymce
{ 
  background-color: #ffffff;
  margin: 8px;
 }


/* FRONT OFFICE STYLES */

a.button-blue, a.button-green, a.button-orange, a.button-pink
{ 
  display: inline-block;
  text-align: center;
  width: 131px;
  height: 28px;
  color: #ffffff;
  letter-spacing: -0.005em;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  background-image: url(../pic/skel/ata/bt/bg-button-blue.png);
  background-repeat: no-repeat;
 }
a.button-green
{ 
  background-image: url(../pic/skel/ata/bt/bg-button-green.png);
 }
a.button-orange
{ 
  background-image: url(../pic/skel/ata/bt/bg-button-orange.png);
 }
a.button-pink
{  
  background-image: url(../pic/skel/ata/bt/bg-button-pink.png);
 }


/* LAYOUT 2 COLUMNS */

table.layout-2-cols
{ 
  border-spacing: 0px;
  border-collapse: separate; 
  width: 934px;
 }

table.layout-2-cols tr td
{  
  padding: 0px;
  }

table.layout-2-cols tr td.col-0
{ 
  width: 227px;
 }

table.layout-2-cols tr td.col-1
{ 
  padding-left: 8px;
 }

/* HOME LAYOUT */

table.home-layout
{ 
  border-spacing: 0px;
  border-collapse: separate; 
  width: 934px;
 }

table.home-layout tr td
{ 
  vertical-align: top;
  padding: 0px;
 }
table.home-layout tr td.col-0,
table.home-layout tr td.col-3
{ 
  width: 168px;
 }

table.home-layout tr td.col-0
{ 
  padding-right: 8px;
  }

table.home-layout tr td.col-1
{ 
  width: 592px;
  padding-left: 4px;
  padding-right: 4px;
  }

table.home-layout tr td.col-2
{ 
  padding-left: 8px;
 }

table.home-layout tr td.col-1-2
{ 
  width: 692px;
 }

.question
{ 
  padding-left: 8px;
  padding: 8px;
  background-color: #e5bb89;
  border: solid 1px #edb36e;
 }
.reponse
{ 
  padding: 8px;
  background-color: #89c2ea;
  border: solid 1px #66abdc;
 }

/* ADDITIONAL LAYOUT */

img.frame-right
{ 
  float: right;
  background-color: #949494;
  padding: 6px;
  margin-left: 8px;
  margin-bottom: 8px;
 }

img.banner
{
  border-top: solid 1px #949494;	
  border-bottom: solid 1px #949494;	
}