/*..... main style .....................*/
body {
	margin:0px;
    background-color:#f3e5b2;
    background-image:url(/style/images/bg.jpg);
    background-position:top center;
}

p, td, span, div, a {
   font-family:verdana;font-size:12px;
}

a {
	text-decoration:none;color:#000086;
}

a:hover {
	text-decoration:none;color:#FF6600;
}

table
{
    border-collapse: collapse;
}
td
{
    vertical-align: top;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.head{
   font-size:17px;
   padding-bottom: 6px;
}

td.liste{
   padding:3px 6px;
   border: 1px solid #4c3e2a;
}

td.listeHead{
   border: 1px solid #4c3e2a;
   background-color: #f3e5b2;
   padding:3px;
   color:#4c3e2a;
}
/***************************************************
*** Layout *****************************************/

.container {
    padding-left: 20px;
    padding-right: 20px;
}


.Row
{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.WhiteBg
{
    background-color: #FFFFFF;
}

.BlackBorderTopBottom
{
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
}

.Content
{
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    min-height: 600px;
}


.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
}

.onecol {
width: 4.85%;
}

.twocol {
width: 13.5%;
}

.threecol {
width: 22.15%;
}

.fourcol {
width: 30.8%;
}

.fivecol {
width: 39.45%;
}

.sixcol {
width: 48.1%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 65.4%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82.7%;
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

.CompanyAddress
{
    margin-top: 35px;
    background-color: #d6bf7b;
    padding: 20px 20px 5px 220px;
    color: #4c3e2a;
    border-bottom: 3px solid white;
}

#Logo
{
    height: 142px;
    width: 203px;
    background-image: url(/style/images/logo.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

