/* --------------------------------------------
Château Lafaurie-Peyraguey
Feuille de style principale pour écran
2008-06-09
----------------------------------------------- */

/* Layout général */
body {
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: tahoma, sans-serif;
  font-size: 0.76em;
  }
  
#container {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 685px;
  position: relative;
  }

#header {
  margin: 0;
  padding-top: 74px; /*85- marge de 11 dans le flash*/
  }

#deco {
  width: 184px;
  float: left;
  }
  #deco img {
    float: left;
    padding: 0;
	margin: 0 9px 9px 0;
	
	}
#mainContent {
  margin-left: 184px;
  
  }

.alt {
  display:none;
  }
  
#homeLink  {
  margin: 30px 0 49px 0;
  text-align: right;
  display: block;
  }
  
#footer {
  clear: both;
  }
#footer  p {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  clear: both;
  margin-bottom: 8px;
  }
#footer #realisation {
  color: #222;
  }
  #footer #realisation a{
    color: #222;
    }
    #footer #realisation a:hover, #footer #realisation a:active {
      color: #EBC23A;
      }

/* Liens */
a, a:link  {
  color: #A5A7A9;
  }
  a img {
    border: 0;
    }
  #container a:hover, #container  a:active, .selected a {
    color: #EBC23A;
    }
  #container a:hover, #container  a:active {
    text-decoration: underline;
    }
	
/* Lien de langue */  
#lang {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  text-indent: -9999px;
  background: url(/img/titles/EnglishVersion.gif) no-repeat;
  width: 113px;
  height: 8px;
  }
	
/* Menu principal */
#mainMenu {
  font-size: 0.76em;
  list-style-type: none;
  text-decoration: none;
  margin: 18px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  }
  #mainMenu li {
    display: inline;
	border-left: 1px solid #A5A7A9;
	padding: 0 3px;
	margin: 0;
    display: inline;
    }
  #mainMenu .first{
    border-left: 0;
    }
  #mainMenu a {
    text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 3px 0 4px;
    }

/* Général */
h1 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 0.8em 0;
  }
h2 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 1.5em 0 0.5em 0;
  }
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --------------------------------------------
     - Accueil - */
.home #header {
  padding-top: 178px;
  margin: 0;
  }
.home h1 {
  margin: 0;
  text-indent: 0;
  text-align: center;
  }

.home #deco {
  float: none;
  margin: 32px -10px;
  text-align: center;
  width: auto;
  }
  .home #deco img {
    float: none;
    margin: 0 5px;
    padding: 0;
    }
.home #mainContent {
    margin-left: 0;
	}
.home #footer {
  margin-top: 150px;
  }

/* --------------------------------------------
     - Histoire - */
.history #deco {
  margin-top: 77px;
  }
  
/* --------------------------------------------
     - Vignoble - */
.vineyard #deco {
  margin-top: 52px;
  }
.vineyard #deco img{
	margin: 0 7px 7px 0;
  }
 
/* --------------------------------------------
     - Contact - */
.contact #deco {
  margin-top: 92px;
  }
  
/* --------------------------------------------
     - Presse - */
.media #deco {
  margin-top: 113px;
  width: 141px;
  }
.media #mainContent {
  margin-left: 141px;
  }
  
/* --------------------------------------------
     - Vins - */
.wines #deco {
  margin-top: 7px;
  }
  
/* --------------------------------------------
     - Photothèque - */
.gallery h1 {
  text-indent: -9999px;
  background: url(/img/titles/Phototheque.gif) no-repeat;
  width: 148px;
  height: 20px;
  }
.gallery #mainContent {
  margin-left: 40px;
  }
.gallery #mainContent #phototheque{
  margin-left: 0;
  }
.gallery #mainContent img{
  float: left;
  margin: 0 12px 12px 0;
  }
 
 /* --------------------------------------------
     - Newsletter - */
.newsletter #deco, .newsletterThanks #deco {
  margin-top: 75px;
  margin-bottom: 24px;
  }
.newsletter #mainMenu, .newsletterThanks #mainMenu {
  margin-top: 18px;
  }
.newsletter #mainContent {
  padding-top: 169px;
  }
.newsletter #flashContent {
  background: url(/img/texts/newsletter.gif) no-repeat;
  width: 500px;
  height: 80px;
  text-indent: -9999px;
  }
.newsletter form {
  margin-left: 7px;
  }
.newsletter #email {
  width: 220px;
  margin-right: 6px;
  }
.newsletter #submit {
  margin-top: 7px;
  }
label.error {
  color: red;
  font-size: 0.9em;
  }
  

.newsletterThanks h1 {
  background: url(/img/titles/newsletter.gif) no-repeat;
  width: 129px;
  height: 14px;
  text-indent: -9999px;
  margin-bottom: 26px;
  }
.newsletterThanks #mainContent {
  padding-top: 179px;
  margin-left: 191px;
  }
  .newsletterThanks #mainContent p {
    font-size: 0.9em;
	line-height: 0.4em;
    }
  


