/*
Theme Name: Domaine confrérie
Theme URI: http://www.domaine-pauchard.fr
Description: Thème wordpress du site internet du Domaine de la confrérie.
Version: 0.1
Author: Ludovic CAILLOT
 
Creation Theme by  Ludovic CAILLOT
 
*/


/******** 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: 60px;
}

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 ;
  width: 600px;	
	height: 70px;
	background: url(img/bg_menu-v3.jpg) no-repeat;	
}

#menu li {display: inline ;}
#menu li a { display: block; float: left;}

#menu li#blog a {width:126px; _width:125px; height: 70px;}
#menu li#blog a:hover{background: url(img/bg_menu-v3.jpg) no-repeat 0 -70px;}
#menu li#blog a:active, #menu li#blog a.select {background: url(img/bg_menu-v3.jpg) no-repeat 0 -140px; outline: none;}
#menu li#blog a:visited {outline: none;}

#menu li#domaine a {width:175px; _width:174px; height: 70px;}
#menu li#domaine a:hover{background: url(img/bg_menu-v3.jpg) no-repeat -126px -70px;}
#menu li#domaine a:active, #menu li#domaine a.select {background: url(img/bg_menu-v3.jpg) no-repeat -126px -140px; outline: none;}
#menu li#domaine a:visited {outline: none;}

#menu li#vins a {width:137px; _width:136px; height: 70px;}
#menu li#vins a:hover{background: url(img/bg_menu-v3.jpg) no-repeat -301px -70px;}
#menu li#vins a:active, #menu li#vins a.select {background: url(img/bg_menu-v3.jpg) no-repeat -301px -140px; outline: none;}
#menu li#vins a:visited {outline: none;}

#menu li#contacts a {width:162px; _width:161px; height: 70px;}
#menu li#contacts a:hover{background: url(img/bg_menu-v3.jpg) no-repeat -438px -70px;}
#menu li#contacts a:active, #menu li#contacts a.select {background: url(img/bg_menu-v3.jpg) no-repeat -438px -140px; outline: none;}
#menu li#contacts a:visited {outline: none;}

/******  SOUS MENU (CATÉGORIES BLOG) ********/
#sousMenu {
  color:#534d33;
  background: url('img/bg_categories.gif') repeat-x top left;
  line-height: 36px;
  clear: both;
  margin: 0 0 30px 0;
  height: 36px;
}
#sousMenu .g {
  float: left;
  display: block;
  background: url('img/bg_categories-gauche.gif') no-repeat top left;
  width: 41px;
  height: 36px;
}
#sousMenu .d {
  float: right;
  display: block;
  background: url('img/bg_categories-droite.gif') no-repeat top right;
  width: 12px;
  height: 30px;
  margin: 6px 0 ;
}

#sousMenu div {
  float: left;
  padding: 4px 5px 0 10px;
  margin-left: -35px;
}
#sousMenu ul{
  /*background-color: #f7f7eb;*/
  display: inline;
  margin: 0 ;
	padding: 0 ;
	list-style: none;
}

#sousMenu li {
  display: inline;
  border-right: 1px solid #cbcbba;
  padding: 2px 6px;
}

#sousMenu li a{color:#534d33;}
#sousMenu li.current-cat a {
  color:#0066b1;
  text-decoration: none;
}




/******************************/
/*		    COMMENTAIRES BLOG	  */
/******************************/

#commentform input[type='text'] {
  background-image: url(img/bgInput.gif);
  background-repeat: repeat-x;
  border: 1px solid #d7d7d7;
  padding: 3px;
  width: 210px;
}

#commentform input[type='text']:focus {
  border: 1px solid #a2a064;
}

#commentform em {color: red;}
#commentform label {
  display: inline;
  float: left;
  width: 65px;
} 

#respond {
  background-color:#f7f7eb; 
  padding: 10px;
  margin: 40px 0 20px 0;  
}
#comment {
  width: 500px;
}

.commentairesPanel h3 {
  font-size: 16px;
  border-bottom: 1px solid #d7d7d7;
  margin: 5px 0 30px 0;
}

ol.commentlist li {
  margin: 0 0 30px 0;
}

ol.commentlist li p {
  margin-top: 5px;
}

ol.commentlist .commentmetadata {
  /*background-color: #fafaeb;*/
  border-bottom: 1px solid #f7f7eb;
}

/******************************/
/*		    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;
}

/******  BLOG  ********/
.billet {
  margin: 10px 10px 50px 10px;
  color: #7f7f7f;
}

.page {
  margin: 20px 10px 10px 10px;
  color: #7f7f7f;
}
.billet h1, .page h1  {font-size: 22px; margin: 5px 0;}
.billet .datePub {color: #a6cae4; font-size: 11px; margin: 0;}
.billet .infoBillet {color: #bbbbb0; font-size: 11px; margin: 8px 0;}
.billet .infoBillet a {color: #c3c3b8;}

.billetSeparateur {width: 485px; height: 20px; margin: 0 auto 0 auto; background: url('img/separateur.jpg') no-repeat center center;}
.presse {margin-bottom: 10px;}

/*
.pageSuivPrec a {
  display: block;
  width: 150px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  padding: 8px;
  background-color: #f2f7fb;
}*/
/* Pagination */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#f2f7fb; margin:0 4px; padding:6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#bcd4ea; color:#000;}
.wp-paginate .title {color:#555; margin:0 4px;}
.wp-paginate .gap {color:#999; margin:0 4px;}
.wp-paginate .current {color:#fff; background:#0066b1; margin:0 4px; padding:6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/******  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;
}

.clearBoth {
  clear: both;
}

.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;
}

#contact .cpDiv {
  width: 58px;
}
/* hack CSS : IE7 seulement 
*+html #contact .inputMoyen {
  width: 130px;
}*/

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;
}

.resultMail {
	background-color: #f7f7eb;
	padding: 10px;
	margin: 0 0 40px 0;
}


