/*
 * Feuille de style de la homepage
 * Ormes de Cambras ( CASTEL VINS )
 * Cree par Joel GAUJARD le 19/02/2007
 */


/*****************
***** LAYOUT *****
******************/
div#mainFrame div#header
{
  height: 206px;
  background: #8A9019 url(../images/home_bottle_top.jpg) no-repeat 65px bottom;
}

div#mainFrame div#header img#logo
{
  float: right;
  margin-right: 100px;
}

div#mainFrame div#content
{
  height: 270px;
  background: #FFFFFF url(../images/home_bottle_bottom.jpg) no-repeat 65px 0px;
}

div#mainFrame div#content div#animation,
div#mainFrame div#content div#text
{
  display: inline;
  height: 220px;
  float: left;
  padding-top: 13px;
}
div#mainFrame div#content div#animation
{
  margin-left: 200px;
  width: 305px;
}

div#mainFrame div#content div#text
{
  margin-left: 5px;
  padding-left: 20px;
  width: 340px;
  background: url(../images/home_vertical_bar.gif) no-repeat 0px 10px;
}
div#mainFrame div#content div#text p
{
  width: 200px;
  font-size: 13px;
  line-height: 18px;
}

div#mainFrame div#content img#title
{
  clear: both;
  margin-left: 63px;
}


/*div#mainFrame * { border: 1px solid red; }*/