/* CSS Document */
/********************/
/*     GENERAL      */
/********************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#a16c44;
	margin : 0;
	padding : 0;
	color: #000;
/*IE fix pour centrage de la page*/
	text-align:center;
}

p { margin : 1em 0; text-align:justify;}
img { border : none; margin:0; }


/********************/
/* STYLES GENERAUX  */
/********************/


/*headers*/
h1 { font-size : 1.6em; margin : 0.67em 0; color :#a16c44 ;}
h2 { font-size : 1.4em; margin : 0.83em 0; color :#a16c44 ;}
h3 { font-size : 1.17em; margin : 1em 0;}
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

/*styles de lien*/
a
{
font-weight:bold
}

a:link {
color: #a16c44;
text-decoration: none;
}
a:visited {
color: #a39d71;
text-decoration: underline;
}
a:link:hover {
text-decoration: underline;
}

/********************/
/*       MAIN       */
/********************/
#main
{
width:740px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding:0;
background-color:#fbfdd6;
}

#corpsdepage
{
text-align:justify;
padding:15px;
}
/********************/
/* NAVIGATION       */
/********************/

#menu {
padding-left:64px;
padding-top:10px;
}


#menu a
{
display: block; /* pour transformer la balise en balise de type bloc*/
width: 102px;
background-repeat: no-repeat;
float:left;
text-align: center;
 }

#menu a span { display: none; }

#menu ul {
list-style:none;
padding:0;
margin:0;
}

.navinterne
{
font-size:0.9em;
text-align:right;
}

.navinterne a
{
font-weight:normal;
}


/*MENU DES RUBRIQUES*/

li.accueil {
	background: url(pix_tdg/navig_text_accueil.png) 0 -40px no-repeat;
}

li.accueil a
{
background: url(pix_tdg/navig_text_accueil.png) no-repeat;
}

li.origines {
	background: url(pix_tdg/navig_text_origines.png) 0 -40px no-repeat;
}

li.origines a
{
background: url(pix_tdg/navig_text_origines.png) no-repeat;
}

li.agro {
	background: url(pix_tdg/navig_text_agro.png) 0 -40px no-repeat;
}

li.agro a
{
background: url(pix_tdg/navig_text_agro.png) no-repeat;
}

li.terroir {
	background: url(pix_tdg/navig_text_terroirs.png) 0 -40px no-repeat;
}

li.terroir a
{
background: url(pix_tdg/navig_text_terroirs.png) no-repeat;
}

li.vins {
	background: url(pix_tdg/navig_text_vins.png) 0 -40px no-repeat;
}

li.vins a
{
background: url(pix_tdg/navig_text_vins.png) no-repeat;
}

li.contact {
	background: url(pix_tdg/navig_text_contact.png) 0 -40px no-repeat;
}

li.contact a
{
background: url(pix_tdg/navig_text_contact.png) no-repeat;
}

/*background des images par thèmes - IE 5.5 PC fix*/
/*IE mac fix: changer le nom des classes pour qu'elles n'aient pas les mêmes noms que d'autres, IE mac s'arrête à la première classe dont le nom correspond, même sans espace !*/
li.pixaccueil {
	background: url(pix_tdg/navig_accueil.jpg) no-repeat;
}


li.pixorigines {
	background: url(pix_tdg/navig_origines.jpg) no-repeat;
}

li.pixagro {
	background: url(pix_tdg/navig_agro.jpg) no-repeat;
}

li.pixterroir {
	background: url(pix_tdg/navig_terroirs.jpg) no-repeat;
}

li.pixvins {
	background: url(pix_tdg/navig_vins.jpg) no-repeat;
}

li.pixcontact {
	background: url(pix_tdg/navig_contact.jpg) no-repeat;
}

#menu ul li.showpix  {
	float: left;
	width: 102px; height: 33px;
	margin: 0;
	}


/*pixy rollover*/


#menu ul li.outer  {
	float: left;
	width: 102px; height: 33px;
	margin: 0;
	}

#menu ul li.outer a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	}

#menu ul li.outer a:hover {
	background-image: none;
	}


/********************/
/* ACTUALITES       */
/********************/

#corpsdenews
{
padding:15px;
text-align:justify;
}

#corpsdenews img
{
padding:0 0 0 10px;
}

#actus
{
background:#c0b069;
padding:10px;
margin:20px 35px;
}

#actus h1
{
font-size:1.3em;
}

#actus h2
{
font-size:1.1em;
margin : 0.4em 0 0.2em 0;
}
#actus p
{
margin : 0;
}


#actus a:visited
{
color: #a16c44;
}



.newsteaser img
{
float: right;
}

.news img
{
float: right;
}

/*news styles*/
.ndate
{display:none;}


/********************/
/*  PAGE   VINS     */
/********************/

#vintext img
{
float:right;
padding: 0px 0px 0px 20px;
background-color: #fbfdd6;
text-align:center;
}

#corpsdepagevins
{
/*width:520px;*/
margin:0;
padding:20px;
}

#corpsdepagevins h1
{
text-align:left;
padding-bottom:20px;
}

.text
{
text-align:justify;
}

.label {
	font-weight: bold;
}

/********************/
/*CONTACT & FORM    */
/********************/

#blocadresse ul
{
list-style:none
}

 form.formulaire fieldset
  {
  padding: 1em;
  }
form.formulaire label
  {
  display: inline;
  float: left;
  width: 110px;
  }


 input, select, textarea {
	background-color: white;
	border: none;
	border: 1px solid #999999;

}
 input[type="submit"], input[type="reset"] {
	background-color: white;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
}

input.bouton {
border:1px outset #CCCCCC;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:CCCCCC;
color:#333333;
}

input.bouton:active {
border:1px inset #CCCCCC;
background-color:#999999;
color:white;
}


/***********************/
/*       FOOT          */
/***********************/

#footer
{
clear:both;
padding:10px;
text-align: center;
}

/********************/
/*     IMAGES       */
/********************/

.left {
float:left;
}
.center {
text-align:center;}

.left img, .left span
{
display:block;
padding: 0px 8px 0px 0px;
}

.right {
float:right;
}

.right img, .right span {
display:block;
padding: 0px 0px 0px 8px;
}

.right span, .left span{
font-size:50%;
font-weight:bold;
text-align:center;
}


/***********************/
/*       DIVERS        */
/***********************/

/*.signature
{
text-align:right;
}*/

div.clear
 {
 clear:both;
 }

