/*pour toute la page :

texte centré, */

body {
/*background-color:	#e37133;*/
background-image:url(images/Grenache-4x3.jpg);
text-align: center;/* pour centrer le cadre dans IE */ 
}

/*couleur et taille des titres*/

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
border-style: none;
color:brown;
text-align:center;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
margin: 30px;
text-align:center;
}


/* paragraphes classiques*/

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-align: justify;
	margin: 10px;
	padding: 10px;
}

pc {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:100;
color: #000000;
text-align: center;
margin: 5px 5px;
}

pg {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:100;
color: #000000;
text-align: left;
margin: 5px 5px;
}

/* positionnement */
/*TRAVAIL AVEC LES BLOCS*/
/*CONTENEUR*/

div#principal {
	background-color:#FF9;
	margin: 10px auto;
	width:800px;
	height: auto;
	text-align: left;
}

/*cadre generique de travail n°1 - page entière*/

.cadredeux {
	background-color:#FF9;
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width: 800px;
}

/*cadre 1/2page cote a cote - centrée - index */
.cadretrois {
	background-color:#FF9;
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width:250px;
	height:600px;
}

.cadrequatre {
	background-color:#FF9;
	position: relative;
	float: left;
	top:0px;
	left:0px;
	width:550px;
	height:600px;
}

/*cadre 1/2page cote a cote - centrée - autres */
.cadretroisbis {
		background-color:#FF9;
	position: relative;
	float:left;
	top:0px;
	left:0px;
	width:250px;
	height: auto;
}

.cadrequatrebis {
	background-color:#FF9;
	position: relative;
	float: left;
	top:0px;
	left:0px;
	width:550px;
	height: auto;
}

/*cadre 1/3page cote a cote - centrée*/

.cadretiergauche {
background-color:#FF9;
position: relative;
float:left;
top:0px;
left:0px;
width:266px;
height: 350px;
border-right: 1px solid #FF9;
}

.cadretiercentre {
background-color:#FF9;
position: relative;
float:left;
top:0px;
left:0px;
width:266px;
height: 350px;
border-right: 1px solid #FF9;
}

.cadretierdroit {
background-color:#FF9;
position: relative;
float:left;
top:0px;
left:0px;
width:266px;
height: 350px;
}

/* la prochaine boite doit intégrer la commande [clear : left] pour annuler  l'effet côte-à-côte dû à la propriété flottante de la boîte précédente, 

et permettre de s'assurer que cette dernière boîte vient se glisser en-dessous de la plus haute boîte qui la précède.*/

/* barre de navigation horizontale colorée principale */

.navlist ul {position : absolute;top: -36px;width: 800px;left: 1px;}
.navlist li {display:inline; list-style-type: none;}
.navlist a	{padding: 5px ; }
.navlist a:link, #navlist a:visited {color: white;background-color: orange; text-decoration: none;}
.navlist a:hover {color: orange; background-color: yellow;text-decoration: none;}

/* barre de navigation horizontale colorée tertiaire - fond de page vins */

.navlistter ul {position: relative;width: 795px;height: 20px;}
.ulnavlistter { margin-left: 0; padding-left: 0; white-space: none;}
.navlistter li {display: inline;  list-style-type: none;}
.navlistter a	{padding: 3px 5px; font: 10px Georgia, "Times New Roman", Times, serif; color: #FF6666}
.navlistter a:link, #navlistter a:visited {color: black;background-color: orange; text-decoration: none;}
.navlistter a:hover {color:black; background-color: #FFFFCC;text-decoration: none;}

/*galerie d'images*/

.galerie {
	position: absolute;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:20px;
	width:auto;
	height: auto;
	border:1px solid;
	left: 150px;
	top: 564px;
}

.galerie-vignes {
	position: absolute;
	margin:20px;
	width:575px;
	height: auto;
	border:1px solid;
	left: 98px;
	top: -199px;
}

