/* CSS Document */
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#vignerons a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
#vignerons a:hover {
background: none; /* correction d'un bug IE */
}
#vignerons a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
#vignerons a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 710px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 350px;
width: 300px;
height: 100px;
background: white;
text-align: center;
color: #990000;
}

#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left: 10px;
	}
#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #990000;
	}
#content h3 a {
  	color: #990000;
  	margin-left : 50px;
  	font-size: 0.9em;
  	font-weight : normal;
}

#sidebar h3 {
	color: #990000;
	font-variant: small-caps;
	}
#footer {
  	border-top: 1px solid #990000;
  	color: #990000;
	  font-size:0.8em;
	  text-align:center;
/*	padding:0.8em;
//	font-size:0.8em;
//	text-align:center; */
  }
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
a {
	color: #990000;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
#header {
	position: relative;
	}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
#center h2 {
  color: #990000;
  }

