/******** Gabarit de la page *********/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #5f0005 url(../img/bg.jpg) repeat-x;
	color: #5a5a5a;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	/*font-size: 85%;*/
	font-size: 12px;	
}

#ombre {
	width: 614px;
	margin-left: 140px;
	/*margin-left: auto;
	margin-right: auto;*/
	background: url(../img/bg-ombre.jpg) no-repeat;
}

#global {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: White;
	text-align: center;
}

#piedDePage {
	width: 600px;
	height: 109px;
	background: url(../img/pied-page.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 70px;
}

img {
	margin-bottom: -3px;
	border: 0;
}

#english {
   position: absolute;
	left: 780px;
	background-image: url(../img/bg-english.jpg);
	background-repeat: no-repeat;
	width: 133px;
	height: 24px;
	text-align: center;
	padding-top: 2px;
}

#english a {
	color: #c89e9d;
	font-size: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #a05959;
}

#english a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.btnTop {
  float: right;
}

/****** MENU ******/

#menu {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;	
	height: 48px;
	background: url(../img/bg-menu.gif) repeat-x;	
	font-size: 14px;
}

#menu li {
	display: inline ;
	margin-right: 1px ;
	padding: 0px 15px;  	/* Espacement entre chaque item du menu */
}

#menu li, #menu a {
	line-height: 1em;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	color: #535233;
	/*text-decoration: none;*/
}

#menu a {
	text-decoration: none;
	border-bottom: 1px #cccbae solid;		
}

#menu a:hover {
	text-decoration: none;
	color: #842726;
	border-bottom: 1px #842726 solid;
}

#menu a.select {
	text-decoration: none;
	color: #842726;
	border-bottom: 0px;	
}

#menu a.select:hover {
	border-bottom: 0px;	
}

#selecteur {
	width: 11px;
	height: 12px;
	background: url(../img/selecteur-menu.gif) no-repeat;
	margin-top: -12px;
} 

.selecteur1 {
	margin-left: 42px;
	_margin-left: -515px;	
} 

.selecteur2 {
	margin-left: 135px;
	_margin-left: -320px;	
} 

.selecteur3 {
	margin-left: 225px;
	_margin-left: -142px;	
} 

.selecteur4 {
	margin-left: 305px;
	_margin-left: 15px;	
} 

.selecteur5 {
	margin-left: 410px;
	_margin-left: 225px;	
} 

.selecteur6 {
	margin-left: 543px;
	_margin-left: 493px;	
} 


/******************************/
/*		    Contenu 		  */
/******************************/

a {color: #3f85c3;}
a:hover {color: #bbba9f; text-decoration: none;}

#contenu {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	line-height: 22px;
}

.infos {
	background-color: #e5eff7;
	padding: 5px;
	float: right;
	width: 190px;
	margin-left: 15px;
	font-style: italic;
}

.infos2 {
	background-color: #f4f8fc;
	padding: 5px;
	float: right;
	width: 250px;
	margin-left: 15px;
	font-style: italic;
}

/******  DIV Actualités  ********/

#actualites {
	background-color: #f5f9fc;
	padding: 5px;
	text-align:left;
	margin-bottom: 28px;
	color: #626465;
	}
	#actualites span {
		float: right;
		width: 375px;
		margin: 0;
	}
	#actualites p {
		margin: 0;
		padding: 0;
	}


.bouteille {
	float: left;
}

.retourLigne {
	clear: both;
}

h1 {
	color: #025eb0;
	font-size: 16px;
	font-style: italic;
}

h2 {
	color: #842726;
	font-size: 15px;
	font-style: italic;
}

.vin {
  margin-left: 85px;
  margin-bottom: 35px;
}

.sansBottomMargin {
	margin-bottom: 0px;
	_margin-bottom: -5px;
}

hr {
	color: #cccbae;
	background-color: #cccbae;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

.vinMacaron {
  background-image: url(../img/macaron.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 85px;
  margin-bottom: 35px;
}

.vin .temperature {
  background-color: #faf9ea;
  padding: 3px;
}

/***** Galerie Photos *****/

.galeriePhoto {
	float: left;
	width: 85px;
	height: 57px;	
	background-color: #FFFFFF;
	margin-right: 12px;
	margin-top: 12px;	
	padding: 4px;
	border: 1px solid #e0dfb1;
	text-align:center;
}

a.galeriePhoto:hover {
	border: 1px solid #9d9c86;
}

.galeriePhoto img {
	margin: 0;
	padding: 0;
}

/***** Formulaire de contact *****/

#contact p {
  margin-top: 0px;
}

#contact #textInput input {
  background-image: url(../img/bgInput.gif);
  background-repeat: repeat-x;
  border: 1px solid #d7d7d7;
  padding: 3px;
}

#contact .inputCourt {
  width: 50px;
}

#contact .inputNormal {
  width: 220px;
}

#contact .inputMoyen {
  width: 147px;
}

textarea {
  background-image: url(../img/bgInput.gif);
  background-repeat: repeat-x;
  border: 1px solid #d7d7d7;
  padding: 3px;
  font-family: Arial;
  font-size: 13px;
}

#contact #textInput input:focus, textarea:focus {
  border: 1px solid #a2a064;
}

#contact label  {
  display: block;
}

#contact label em, #contact .chmpsOblig {
  color: red;
  font-style: italic;
  font-size: 10px;
}

#contact .submitBtn {
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}

