	@import url("/css/element.css");

	/* Général */
	*
	{
		margin:0;
		padding:0;
	}

	body
	{
		font-family: tahoma,arial,helvetica,sans-serif;
	}

	img
	{
		border:0;
	}

	a:link, a:visited, a:hover,a:active
	{
		text-decoration:underline;
		/*color: #82AA31;*/
		color: #739F1D;
	}


	/* Architecture */
	#page
	{
		width:780px;
		margin: 3px auto;
		text-align:center;
	}

	#colright
	{
		width:480px;
		float:right;
		text-align:left;
		margin-left:29px;
		position:relative;
	}

	hr.separateur, #colright hr.separateur_p
	{
		width:98%;
		height:1px;
		margin:12px 0;
		padding:0;
		border:0;
		background-color:#D3DFB6;
		color:#D3DFB6;
	}
	
	#colright hr.separateur_p
	{
		margin:23px 0 12px 0;
	}

	#colright div.hauteurmini	/* Pour définir une hauteur minimale*/
	{
		min-height:500px;
		height:500px;
	}

	#colright div[class=fix_min_height]	/*Hack pour faire fonctionner min-height sous IE qui ne sais pas interpréter les selecteurs d'attribut*/
	{
	   height:auto;
	}


	/* Menu */
	#blocmenu
	{
		margin:0;
		padding:45px 0 0 0;
		width:480px;
		background-color:#82AA30;
	}

	#menu
	{
		height:30px;
		padding:0;
		margin:0 0 0 1px;
		font:bold 13px Tahoma,Hevetica,sans-serif;

	}

	#menu li
	{
		list-style-type:none;
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:94px;
		height:100%;
		border-right:2px solid #FFF;
		text-align:center;

	}

	#menu li a
	{
		color:#EEF4E4;
		text-decoration:none;
		width:100%;
		padding:7px 0;
		display:block;
	}

	#menu li a:hover, #menu li a.current
	{
		color:#82AA30;
		background-color:#fff;
	}


	/* Pied de page*/
	#pied2page
	{
		background-color:#82AA30;
		vertical-align : middle;
		text-align : center;
		height:28px;
		padding-top:11px;
		margin:20px 0;
		color: #ffffff;
		font-size: 11px;
	}

	#pied2page a:link, #pied2page a:visited, #pied2page a:hover,a:active
	{
		text-decoration:none;
		color: #fff;
	}


	/* Polices */
	#colright p, #colright p.intro, ul.text, #bloc_recherche p, #avantage_prod p, .Home-Third-Line p
	{
		color: #707070;
		/*font-size: 11px;*/
		/*font-family: Tahoma,Helvetica,sans-serif;*/
		font-size: 12px;
		font-family: Arial,Tahoma,Helvetica,sans-serif;
		margin:11px 0;
	}

	#colright p.intro	{font-weight:bold;}
	#avantage_prod p {text-align: justify;}

	#colright h2, #colLeft h3, #avantage_prod h3, .Home-Third-Line h2
	{
		/*color: #82AA31;*/
		color: #af4840;
		font-size: 16px;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: bold;
		margin:20px 0 10px;
	}


	#colright h4
	{
		color: #82AA31;
		font-size: 11px;
		font-family: Tahoma,Arial,Helvetica,sans-serif;
		font-weight: bold;
		text-transform:uppercase;
		margin:0;
	}

	#colright h3, #bloc_recherche h3, #colLeft label
	{
		color: #af4840;
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: bold;
		margin-bottom:3px;
		margin-top:13px;
		margin-left:2px;
	}
	
	#colLeft label {font-size:13px;}

	#avantage_prod ul {
		color: #606060;
		font-size: 12px;
		font-family: Arial,Helvetica,sans-serif;
		padding-left: 15px;
	}
	#avantage_prod ul li{
		margin:7px 0;
	}
	
	
	.degrade
	{
		border:0;
		width:100%;
		height:4px;
		background:#FFF url("http://cave-a-vins.net/images/deg_gris.gif") top left repeat-x;
	}
	
	.txt_default
	{
		color: #808080;
		font-size: 11px;
		font-family: Tahoma,Helvetica,sans-serif;
		text-align:left;
	}

	.alphabet
	{
		color: #787878;
		font-size: 11px;
		font-family: Tahoma;
		font-weight:bold;
	}
	
	#formcontact .libelle
	{
			color: #808080;
			font-size: 11px;
			font-family: Tahoma,Arial,Helvetica,sans-serif;
	}
	
	
	table.data
	{
		background-color:#FFFFFF;
		border : 1px solid #82AA30;
		color:#787878;
		margin:0;
		padding:0;
	}

	table.data th 
	{
		background-color:#82AA30;
		color:#FFFFFF;
		vertical-align : middle;
		text-align:center;
		padding:5px 7px;
		font-size: 12px;
	}

	table.data td
	{
		color: #808080;
		font-size: 11px;
		text-align:center;
		padding:5px 7px;
	}
	
	.input_selected 
	{
		border:1px solid #82AA30;
		width:25px;
		background:#fff;
		color:#808080;
		font-size:11px;
		padding:0 3px;
	}

	.input_defaut
	{
		border:1px solid transparent;
		width:25px;
		background:transparent;
		color:#808080;
		font-size:11px;
		padding:0 3px;
	}
	
	/*onglet*/
	ul#onglet 
	{
		font: bold 11px Tahoma,Hevetica,sans-serif;
		list-style-type:none;
		position:relative;
	}

	ul#onglet li
	{
		height:26px;
		float:left;
		margin:0 5px;
		text-align:center;
	}


	ul#onglet li a
	{
		display:block;
		color:#808080;
		text-decoration:none;
		line-height:26px;
		background:#fff url(/images/fiche_onglet.gif) bottom left no-repeat;

	}

	ul#onglet li a:hover, ul#onglet li a.onglet_selected
	{
		color:#fff;
		line-height:26px;
		background:#fff url(/images/fiche_onglet.gif) top left no-repeat;

	}

	.nouveau-onglet {
		width:82px;
		height:28px;
		position: absolute;
		top:263px;
		left:148px;
		background:transparent url(/images/mac-nouveau.png) top left no-repeat;
		text-indent: -9999px;
	}
		
	/*Nuage*/
	#nuage
	{
		line-height:20px;
	}

	#nuage a
	{
		text-decoration : none;
	}

	#nuage a:hover
	{
		background-color:#82AA30;
		color:#EEF4E4;
	}
	
	/*Form login*/
	#form_ident, #form_ident input
	{
		color: #808080;
		font-size: 11px;
		font-family: Tahoma,Helvetica,sans-serif;
	}

	#form_ident
	{
		margin:0 13px;
	}

	#form_ident input
	{
		border:1px solid #707070;
		margin:3px 0;
	}
	
	/*Salon*/
	h2#titresalon {margin:30px 0 0; font-size: 18px;}
	h2#titresalon + p.intro {margin-top:0;}	
	
	#salon_tchat h5
	{
		background-color:#fff; 
		color:#82AA30; 
		font-size:12px; 
		font-weight:bold; 
		margin-top:21px; 
		position:relative;
	}
	
	#salon_tchat h5	+ p {font-size: 11px; margin: 0 0 0;}

	#salon_tchat a.modifier
	{
		display: block;
		float: left;
		margin-right: 7px;
		text-indent: -9999px;
		width: 16px;
		height: 16px;
		background: transparent url('/images/btn_edit.png') top left;
		outline: none;
	}
	
	#salon_tchat .msg_tchat {
		font:11px Arial; 
		padding:3px; 
		border-left:1px solid #82AA30; 
		margin:3px 0 11px 7px;
		padding: 4px 3px 3px;
	}
	
	/* Prix */
	.part {
		width:90px;
	}
	
	.livraison {
		float: right; 
		margin-top: -2px; 
		margin-left: 7px;	
	}
	
	.notabene {
		font-size: 9px;
	}	
	.grisf {background-color: #eaeaea;}
	.grisc {background-color: #f4f4f4;}

	/* Tchat Feed */
	#list_subject {
		overflow:hidden;
		height:309px;
		list-style:none;
		padding:3px;
		font:Arial;
	}
		
	#list_subject li {
		height:100px;
		margin:2px 0;
		padding: 2px 7px;
		overflow:hidden;
		background-color:#efefef;
	}
		
	#list_subject li h3 {
		margin:0;
		color: #82AA30;
		font-size: 12px;
		font-weight: bold;
	}

	#list_subject li p {
		margin:0;
		color: #707070;
		font-size: 12px;
		font-weight: normal;
	}


	.otherwine_prod {  margin-left:10px; margin-top:11px; }	
	.otherwine_prod li:first-child{ margin-right:21px; }	
	.otherwine_prod li {width:216px; float:left;}
	/* Représentation de la couleur des vins */
	.carre_1,.carre_2,.carre_3,.carre_4,.carre_5{
		display:block;
		width:8px;
		height:8px;
		border:1px solid #000;
		float:left;
		margin:2px 4px 0 0;
	}
	
	.carre_1 {background-color:maroon;}
	.carre_2 {background-color:#F9FF9D;}	
	.carre_3 {background-color:#FF6666;}
	.carre_4 {background-color:#F9FF36;}
	.carre_5 {background-color:#F9FF36;}
	
	#list_subject li:hover {background-color:rgb(255, 252, 223); cursor:pointer;}
	
	/*--- Coordonnées producteurs ----*/
	.prodvcard {
		float:left;
		background-color: #F8F6F2;
		border: 1px solid #C8BA9D;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		-moz-box-shadow: 2px 2px 5px #C8BA9D;
		-webkit-box-shadow: 2px 2px 5px #C8BA9D;
		box-shadow: 2px 2px 5px #C8BA9D;
		line-height:1.3;
		min-height: 150px;
		_height:150px;
		padding: 10px;
		width: 220px;
		margin:22px 0 15px 29px;
		_margin:22px 0 15px 19px;
		color:#938469;
		font-size:11px;
		text-align:left;
		
	}
	
	.prodvcard h4{
	    background-color: #8CBF4A;
		border-radius: 5px 5px 5px 5px;
		color: #E8F1DB;
		font-size: 14px;
		margin-bottom: 7px;
		padding: 3px 3px 3px 7px;
		text-align: center;
	}
	
	.prodvcard span {display:block; padding-left:5px;}
	.prodvcard #vcard-soc {font-weight:bold;}
	.prodvcard #vcard-tel, .prodvcard #vcard-fax {height:17px;}
	
	
	/*--- Avatar ---*/
	.avatar_picture {
		margin:0 auto;
		text-align:center;
		background-color: #FFFFFF;
		border: 1px solid #82AA30;
		padding:5px;
		-moz-box-shadow: 1px 1px 2px #999999;
		-webkit-box-shadow: 1px 1px 2px #999999;
		-ie-box-shadow: 1px 1px 2px #999999;
		box-shadow: 1px 1px 2px #999999;
	}
	
	/*---- Note ----*/
	.noteLeftOn, .noteLeftOff, .noteRightOn, .noteRightOff { 
		display:block;
		height: 16px;
		width: 8px;	
		float:left;
		text-indent:-9999px;
		background: url("/images/starRating/star.gif") no-repeat scroll 0 0 transparent; 
	}
	
	.noteLeftOn {background-position: 0 -16px !important;}
	.noteLeftOff {background-position: 0 0 !important;}
	.noteRightOn {background-position: -8px -16px !important;}
	.noteRightOff {background-position: -8px 0 !important;}	
