/* DEBUT BALISE HTML */
*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
}
body, html{
	margin: 0;
	padding: 0;
	top : 0;
	left : 0;
	font-family: Arial, helvetica;
	color: #3e3d40;
	font-size: 11px;
	background-color: #76ad1c;
}
p{
	font-size: 11px;
	margin: 0 0 5px 0;
}
img{
	border: 0 none;
}
img.cadre{
	border: 1px solid #99a49c;
}
div{
	border: 0 none;
	padding: 0;
}
a{
	color: #99a49c;
	text-decoration: none;
}
a:hover{
	color: black;
}
a.noir_vert{
	color: black;;
}
a.noir_vert:hover{
	color: #76ad1c;;
}
sup{
	line-height: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	vertical-align: top;
	text-align: left;
	border: 0 none;
}
h1, h2, h3, h4{
	font-family: Arial, helvetica;
	font-weight: bold;
}
h1{
	font-size: 18px;
	color: #76ad1c;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: normal;
}
h2{
	font-size: 14px;
	color: #76ad1c;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: normal;
}
h3{
	font-size: 12px;
	margin-bottom: 2px;
	color: black;
}
ul{
	color: black;
	font-size: 12px;
	margin-left: 15px;
}
ol{
	color: black;
	font-size: 12px;
	margin-left: 20px;
}
ol li{
	margin-bottom: 5px;
}
li.lien{
	list-style-image: url(../img/li_puce.gif);
	padding-bottom: 8px;
}
/* FIN BALISE HTML */

/*DEBUT POSITIONNEMENT*/
div#centre{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 1000px;
}
div#outils{
	margin: 0 auto;
	margin-top: 20px;
	width: 980px;
	text-align: right;
	font-size: 10px;
}
div#outils a{
	font-size: 10px;
	color: #535955;
}
div#outils a:hover{
	font-size: 10px;
	color: black;
}
div#site{
	margin: 0 auto;
	margin-top: 3px;
	border: 1px solid white;
	min-height: 500px;
	width: 980px;
	color: rgb(153,164,156);
	background-color: white;
	background-image: url(../img/chasselas_b.gif);
	background-repeat: no-repeat;
	background-position: -130px 183px;
}
div#entete{
	position: relative;
	width: 100%;
	height: 190px;
	background: url(../img/entete/raisins.jpg) no-repeat left top;
}
div#logo{
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 10px;
}
div#menu{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#menu table{
	height: 100%;
}
div#menu table tr td.rubrique{
	height: 15px;
	background-color: #76ad1c;
	border-right: 1px solid white;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	vertical-align: middle;
}
div#menu table tr td.rubrique:hover{
	color: #76ad1c;
	background-color: #e8f1d9;
}
div#menu table tr td.rubrique-sel{
	height: 15px;
	background-color: #e8f1d9;
	border-right: 1px solid white;
	text-transform: uppercase;
	color: #76ad1c;
	cursor: pointer;
	vertical-align: middle;
}
div.sous-rubrique{
	position: relative;
	height: 175px;
	margin-right: 1px;
}
table.sous-rubrique-cont{
	background: url(../img/fond-menu.png) no-repeat center center;
	width: 100%;
	height: inherit;
}
table.sous-rubrique-cont td{
vertical-align: bottom;
}

table.sous-rubrique-cont div{
	padding: 0 5px 8px 12px;
}
table.sous-rubrique-cont a{
	font-size: 12px;
	color: #778079;
}
table.sous-rubrique-cont a:hover{
	color: #76ad1c;
}
table.sous-rubrique-cont div.sel{
	background-image: url(../img/puce-sousr.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	color: #76ad1c;
}
table.sous-rubrique-cont div.sel a{
	color: #76ad1c;
}
div#smenu{
	width: 100%;
	height: 50px;
}
div#smenu a{
	padding-right: 10px;
	font-size: 10px;
}
div#smenu a:hover{
	color: black;
	padding-right: 10px;
	font-size: 10px;
}
div#smenu a.sel{
	color: black;
}
div#contenu{
	
}
table.t_contenu{
	width: 100%;
	height: 100%;
}
td.col_gauche{
	width: 122px;
	text-align: right;
}
td.col_contenu{
	text-align: left;
}
td.col_media{
	width: 122px;
	background-color: #ebf3dd;
}
div.col_media_box{
	margin: 50px 5px 10px 10px;
}
td.col_info{
	vertical-align: bottom;
}
div#chasselas{
	position: absolute;
	z-index: 1;
	top: 220px;
	left: 50%;
	margin-left: -620px;
	width: 360px;
	height: 380px;
	background-image: url(../img/chasselas_v.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#chasselas_zone{
	position: absolute;
	z-index: 10;
	top: 350px;
	left: 50%;
	margin-left: -490px;
	width: 100px;
	height: 190px;
	cursor: pointer;
}
div#credits{
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	color: #5f6661;
}

div#credits a{
	color: #5f6661;
}
/*FIN POSITIONNEMENT*/

/* MISE EN FORME UTILISATEUR */
div.stl_user h1{
font-family: Arial, helvetica;
font-size: 13px;
font-weight: bold;
color: #3e3d40;
margin: 10px 0 5px 0;
padding-top: -5px;
}
div.stl_user h2{
font-family: Arial, helvetica;
font-size: 12px;
font-weight: bold;
color: #3e3d40;
margin: 5px 0 5px 0;
}
div.stl_user h3{
font-family: Arial, helvetica;
font-size: 11px;
font-weight: bold;
color: #3e3d40;
margin: 5px 0 5px 0;
}
div.stl_user p{
font-size: inherit;
}
/* FIN MISE EN FORME UTILISATEUR */

/*DEBUT MISE EN FORME*/

div#contenu_box p{
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin: 0 0 2px 0;
}
div#contenu_box p.marge{
	font-size: 12px;
	line-height: 16px;
	color: black;
	margin: 0 0 8px 0;
}
div#contenu_box .petit{
	font-size: 11px;
}
div#contenu_box p.petit{
	font-size: 11px;
}
div.horaires{
	font-size: 11px;
	margin-right: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #99a49c;
	text-align: right;
	line-height: normal;
}
.vert{
	color: #76ad1c;
}
div#contenu_box .vert{
	color: #76ad1c;
}
.gris{
	color: #99a49c;
}
div#contenu_box .gris{
	color: #99a49c;
}
a.lnk_plus{
	color: #76ad1c;
}

a.lnk_out{
	color: #76ad1c;
	padding-left: 10px;
	background-image: url(../img/fl_out.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

td.tab-label{
	color: white;
	background-color: #76ad1c;
	padding: 10px;
	border-bottom: 1px solid white;
	width: 100px;
}
td.tab-value{
	background-color: #ebf3dd;
	padding: 10px;
	border-bottom: 1px solid white;
	font-size: 12px;
}
td.tab-value p{
	font-size: inherit;
}
td.tab-value a{
	color: #99a49c;
}
td.tab-value a:hover{
	color: black;
}
td.contenu_gauche{
	width: 323px;
	border-right: 1px solid #99a49c;
}
.img-leg{
	color: #000000;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	margin-bottom: 2px;
	margin-top: 3px;
}
.img-copy{
	color: #99a49c;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	margin-top: 5px;
}
/*FIN MISE EN FORME*/
/*FENETRE*/
div.fenetre{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
div.fenetre-fond{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity:0.83;
	cursor: pointer; 
}
div.fenetre-contenu{
	position: relative;
	z-index: 2;
	width: 900px;
	min-height: 550px;
	background-color: white;
	border: 1px solid #99a49c;
	margin: 0 auto;
	margin-top: 50px;
	overflow: auto;
	text-align: left;
}
/*FIN FENETRE*/