/* Article content */

div.art-article table.table-content 
{
  width: 100%;
  cellpadding: 0;
  cellspacing: 0;
}

div.art-article table.table-content td.first-col
{
  text-align: center;
  width: 170px;
}

div.art-article table.table-content td.first-col-portfolio
{
  width: 300px;
  text-align: center;
}

div.art-article .domain
{
  text-align: center;
  color: #53851e;
}

div.art-article table.table-content span.contact
{
  font-family: trebuchet MS;
  font-size: 1.5em;
  font-weight: bold;  
}

div.art-article li
{
  line-height: 120%;
  color: #333333;
}

div.art-article span.important
{
  font-weight: bold;
  color: #333333;
}

div.art-article p.question
{
  color: #9f2a25;
  font-size: 1.3em;
  font-family: trebuchet MS, arial;
  text-align: left;
  width: 400px;
  margin-left: 40px;
}

div.art-article p.reponse
{
  color: #585854;
  font-size: 1.3em;
  font-family: trebuchet MS, arial;
  text-align: right;
  width: 400px;
  margin-left: 200px;
}

/* Form controls */

input.lowercase
{
  text-transform: lowercase;
}

input.normalcase
{
  text-transform: none;
}

textarea.normalcase
{
  text-transform: none;
}

art-button
{
  padding-right: 25px ! important;
  padding-left: 25px ! important;
  text-align: center;
  text-decoration: none ! important;
  color: #1b3404 ! important;
  text-transform: uppercase;
  position: relative;
  top: 0pt;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  height: 27px;
  cursor: pointer;
}
