﻿/*
	layout.css
	
	Copyright (C) 2009, Aliénor
*/
html {
	background: #E5E3D8 url(../img/bgd-repeat.jpg) repeat-x;
}
body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background: url(../img/bgd.jpg) no-repeat center top;
	color: #666;
}

a:link, a:visited {
	text-decoration: underline;
	color: #B07404;
}
a:hover, a:active {
	text-decoration: none;
	color: #B07404;
}
h1, h2, h3, h4, h5, h6 {
	overflow:hidden;
}
h2 {
	height: 45px;
	margin: 0 0 20px;
	padding-left: 20px;
	background: url(../img/h2_bg.gif) no-repeat;
	line-height: 45px;
	color: #472D04;
}
h3 {
	margin: 20px 0 10px 0;
	padding: 0 10px;
	border-bottom: 1px dotted #619D03;
	color: #619D03;
}
h3 a:link, h3 a:visited {
	color: #619D03;
}
.tx-anetcebcatalogue-pi2 h4, .tx-anetcebselection-pi1 h4{
	border-bottom:1px solid #EEE;
	padding: 5px 20px;
	margin:25px 0 0 10px;
}
h4 {
	margin: 0;
}
h5 {
	margin: 20px 0 10px 0;
	padding: 0 10px;
	border-bottom: 1px dotted #B2052F;
	color: #B2052F;
	line-height: 2em;
}
h5 a:link, h5 a:visited {
	color: #B2052F;
}
.csc-text h4, #news_details h4{
	margin:15px 0;
}
.csc-text h5 {
	border:none;
	padding:0;
	margin:20px 0 0 0;
}
hr {
	background-color: #DBDBDB;
	color: #DBDBDB;
}

ul li {
	list-style-image: url(../img/list.gif);
}
#main li {
	list-style-position: outside;
	padding-left:5px;
	margin-left:20px;
}

.couleur-or {
	color: #B07404;
}
.couleur-verte {
	color: #619D03;
}
.couleur-rouge{ 
	color: #B2052F; 
}
.couleur-gris{
	color: #666666;
}
.block_header  {
	height: 38px;
}
.block_header h3 {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	line-height: 38px;
	font-size: 1.25em;
	color: #FFF;
}
.block_content  {
	padding-top: 10px;
}
.block_content h3  {
	padding: 0;
}
.block_footer  {
	height: 10px;
}

.box_header  {
	height: 38px;
}
.box_header h3 {
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	line-height: 39px;
	font-size: 1.25em;
	color: #FFF;
}
.box_content  {
	padding: 10px 20px 0 20px;
}
.box_content h3  {
	padding: 0;
}
.box_content p  {
	font-size: 0.9166em;
}
.box_footer  {
	height: 10px;
}

#box_pub {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #EFEDE4;
	text-align: center;
}


/* ------------------------------
/* COMMON
/* ------------------------------ */

.out { position: absolute; left: -9999px; }
.hide { display: none; }
.invisible { visibility: hidden;}
.clear { clear: both; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }

.indent {padding-left: 25px;}
.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}

.img-left { display: inline; clear: both; float: left; }
.img-right { display: inline; clear: both; float: right; }
.img-center { display: block; clear: both; float: none; }
.img-block { display: block; }

.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }


.quiet { color: #666; }
.loud  { color: #000; }
.highlight { background: #FFC; }


.added { background: #060; color: #FFF; }
.removed { background: #900; color: #FFF; }

.error, .notice, .success, .csc-mailform-header-error, .csc-mailform-header-success  { border: 2px solid; padding:10px 20px; font-weight:normal !important; color:black !important;}
.error, .csc-mailform-header-error { background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success, .csc-mailform-header-success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8A1F11; }
.notice a { color: #514721; }
.success a { color: #264409; }


/* ------------------------------
/* TOP-MENU-WRAP
/* ------------------------------ */
#top-menu-wrap {
	height: 24px;
	background: #000 url(../img/top-menu_bgd.gif) repeat-x;
}
#top-menu {
	width: 1000px;
	margin: 0 auto;
}
#top-menu ul {
	display: block;
	margin: 0 0 0 180px;
	padding: 0;
}
#top-menu li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #FFF;
	list-style: none;
	font-size: 0.8333em;
	color: #FFF;
}
#top-menu li.last {
	border: none;
}
#top-menu li a {
	text-decoration: none;
	color: #FFF;
}
#top-menu li a:hover {
	text-decoration: underline;
}


/* ------------------------------
/* WRAP
/* ------------------------------ */
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
}

/* ------------------------------
/* HEADER
/* ------------------------------ */
#header {
	position: relative;
	height: 288px;
}
h1 {
	float: left;
	width: 250px;
	height: 240px;
	margin: 0;
}

/*** SIFEL ***/
#sifel {
	position: absolute;
	top: -24px;
	width: 152px;
	height: 107px;
}
#sifel img {
	border: none;
}

/*** FLAGS ***/
#flags {
	position: absolute;
	top: -1px;
	left: 260px;
	width: 141px;
	height: 38px;
	padding-top: 5px;
	background: url(../img/flags_bg.png) no-repeat;
	text-align: center;
}
#flags ul {
	display: block;
	margin: 0;
	padding: 0;
}
#flags ul li {
	display: inline;
	margin: 0 5px;
	list-style: none;
	list-style-image: none;
}

/*** VINITECH ***/
#vinitech_america_latina {
	position: absolute;
	top: -18px;
	right: 147px;
}
#vinitech_china {
	position: absolute;
	top: -18px;
	right: 10px;
}

/*** PUB ***/
#pub {
	float: left;
	width: 728px;
	height: 90px;
	margin-top: 47px;
	padding: 7px;
	background: url(../img/pub_bg.png) no-repeat;
}

/*** PERIOD ***/
#period {
	float: right;
	width: 232px;
	height: 87px;
	margin: 5px 0 0 0;
}

/*** MENU-WRAP ***/
#menu-wrap-home {
	height: 35px;
	margin-top: 2px;
	border-bottom: 8px solid #D9D7CD;
}
#menu-wrap {
	height: 35px;
	margin-top: 2px;
	border-bottom: 8px solid #AE042E;
}


/** MENU **/
#menu {
	float: left;
	width: 760px;
	height: 35px;
	margin-left: 10px;
}
#menu ul {
	display: inline-block;
	width: 760px;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline-block;
	float: left;
	height: 35px;
	list-style: none;
	list-style-image: none;
}
#menu ul li.menu1 {
	margin-right: 10px;
	background: url(../img/menu1_right.gif) no-repeat right top;
}
#menu ul li.menu2 {
	float: right;
	margin-right: 5px;
	background: url(../img/menu2_right.gif) no-repeat right top;
}
#menu ul li.menu1_on {
	margin-right: 10px;
	background: url(../img/menu_on_right.gif) no-repeat right top;
}
#menu ul li.menu2_on {
	float: right;
	margin-right: 5px;
	background: url(../img/menu_on_right.gif) no-repeat right top;
}
#menu ul li a {
	display: inline-block;
	height: 35px;
	padding: 0 15px;
	color: #FFF;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li.menu1 a {
	background: url(../img/menu1_left.gif) no-repeat left top;
}
#menu ul li.menu2 a {
	background: url(../img/menu2_left.gif) no-repeat left top;
}
#menu ul li.menu1_on a, #menu ul li.menu2_on a {
	background: url(../img/menu_on_left.gif) no-repeat left top;
}
#menu ul li a:hover {}

/** SEARCH **/
#search {
	display: block;
	float: right;
	width: 220px;
	height: 35px;
	margin-right: 10px;
	background: url(../img/search_bg.gif) no-repeat;
}
#search form {
	background: url(../img/search_img.gif) no-repeat 15px 10px;
}
#search input {
	width: 120px;
	height: 16px;
	margin: 10px 0 0 35px;
	border: 1px solid #FFF;
}
#search button {
	width: 39px;
	height: 24px;
	margin: 7px 0 0 5px;
	border: none;
	background: url(../img/search_submit.gif) no-repeat;
	color: #FFF;
	font-size: 0.9166em;
	font-weight: bold;
	cursor: pointer;
}

/* ------------------------------
/* BREADCRUMB
/* ------------------------------ */
#breadcrumb {
	width: 1000px;
	height: 28px;
	line-height: 28px;
	font-size: 0.9166em;
}
#breadcrumb .bc1 {
	padding-left: 10px;
}
#breadcrumb .bc2 {
	font-weight: normal;
}
#breadcrumb .bc2 a {
	color: #000;
}
#breadcrumb .bc2 a:hover {
	text-decoration: underline;
}
#breadcrumb .bc3 {
	font-weight: bold;
}
#breadcrumb .bc3 a {
	text-decoration: none;
	color: #000;
}
#breadcrumb .bc3 a:hover {
	text-decoration: none;
}


/* ------------------------------
/* SALON
/* ------------------------------ */
#salon {
	position: relative;
	width: 980px;
	margin: 4px 10px 10px 10px;
}
#salon_header {
	overflow: hidden;
	height: 10px;
	background: url(../img/salon_header.gif) no-repeat;
}
#salon_content {
	background: #623d22 url(../img/salon_content.jpg) no-repeat;
	min-height: 275px;
}
#salon h3 {
	position: absolute;
	top: -4px;
	left: -5px;
	width: 209px;
	height: 43px;
	margin: 0;
	padding: 0;
	border: none;
}
#salon_footer {
	overflow: hidden;
	height: 10px;
	background: url(../img/salon_footer.gif) no-repeat;
}

/*** POLES ***/
#poles {
	float: left;
	width: 218px;
	padding-top: 30px;
	margin-left: -7px;
}
#poles ul {
	margin: 0;
	padding: 0;
}
#poles ul li {
	width: 218px;
	list-style: none;
	list-style-image: none;
	height: 36px;
	padding-top: 12px;
	background: url(../img/pole_fruits.png) no-repeat;
}
#poles li.fruits {
	background: url(../img/pole_fruits.png) no-repeat;
}
.l_es #poles li.fruits {
	height: 44px;
	padding-top: 6px;
}
#poles li.vigne {
	height: 44px;
	padding-top: 6px;
	background: url(../img/pole_vigne.png) no-repeat;
}
#poles li.vinicole {
	background: url(../img/pole_vinicole.png) no-repeat;
}
#poles li.conditionnement {
	height: 44px;
	padding-top: 6px;
	background: url(../img/pole_conditionnement.png) no-repeat;
}
.l_en #poles li.conditionnement {
	height: 36px;
	padding-top: 6px;
	background: url(../img/pole_conditionnement.png) no-repeat;
}
#poles li.services {
	background: url(../img/pole_services.png) no-repeat;
}
#poles ul li h4 {
	margin: 0 0 0 60px;
	font-size: 1em;
	line-height: 1.2em;
}
#poles ul li h4 a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
}
#poles ul li h4 a:hover {
	text-decoration: underline;
}

/*** THEMES / INNOVATIONS / FORUM ***/
#themes, #innovations, #forum {
	float: left;
	margin: 28px 0 8px 0;
}
#themes h4, #innovations h4, #forum h4 {
	margin: 0;
	padding-left: 50px;
	color: #472d04;
	line-height: 33px;
	font-size: 1em;
}
#innovations h4 {
	margin-bottom: 10px;
}
#themes ul, #forum ul {
	margin: 0;
	padding: 0;
}
#themes ul li {
	list-style: none;
	list-style-image: none;
}
#forum ul li {
	list-style: none;
	list-style-image: none;
	background: url(../img/list_arrow.gif) no-repeat left center;
}
#forum li a {
	display: block;
	margin-left: 15px;
	padding: 8px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0.9166em;
	color: #000;
	text-decoration: none;
}
#forum li.last a {
	border: none;
}
#forum li a:hover {
	text-decoration: underline;
}

#themes {
	width: 228px;
	margin-left: 12px;
}
#themes_header {
	overflow: hidden;
	height: 10px;
	background: url(../img/themes_header.png) no-repeat;
}
#themes_content {
	padding: 0 14px;
	background: url(../img/themes_content.png) repeat-y;
}
#themes h4 {
	background: url(../img/poles_thematiques.gif) no-repeat;
}
#themes_footer {
	overflow: hidden;
	height: 10px;
	background: url(../img/themes_footer.png) no-repeat;
}

#innovations p.titre-trophee{
	font-weight:bold;
	font-size: 14px;
	color:black;
	margin-bottom:0px;
}
#innovations p.couleur-or {
	color: #B07404;
	margin-bottom:0px;
	font-size:0.9166em;
	padding-top:8px;
}

#innovations {
	width: 268px;
	margin-left: 25px;
}
#innovations_header {
	overflow: hidden;
	height: 10px;
	background: url(../img/innovations_header.png) no-repeat;
}
#innovations_content {
	padding: 0 14px;
	background: url(../img/innovations_content.png) repeat-y;
}
#innovations h4 {
	background: url(../img/trophees_innovations.gif) no-repeat;
}
#innovations .bodytext {
	font-size: 0.9166em;
	color: #000;
}
#innovations .more {
	padding: 10px 10px 0 0;
	background: url(../img/more_arrow.gif) no-repeat right 16px;
	border-top: 1px solid #dbdbdb;
	text-align: right;
	font-size: 0.9166em;
}
#innovations .more a {
	color: #000;
	text-decoration: none;
}
#innovations .more a:hover {
	text-decoration: underline;
}
#innovations_footer {
	overflow: hidden;
	height: 10px;
	background: url(../img/innovations_footer.png) no-repeat;
}
#innovations h5 {
	border-bottom:1px solid #DBDBDB;
	color:#000000;
	line-height:1.3333em;
	font-size:0.9166em;
	font-weight:normal;
	margin:0px;
	padding:0 0 10px 0;
}
#innovations #bodytext {
	padding:10px 0 18px 0;
}
#forum {
	width: 208px;
	margin-left: 12px;
}
#forum_header {
	overflow: hidden;
	height: 10px;
	background: url(../img/forum_header.png) no-repeat;
}
#forum_content {
	padding: 0 14px;
	background: url(../img/forum_content.png) repeat-y;
}
#forum h4 {
	background: url(../img/forum_idees.gif) no-repeat;
}
#forum_footer {
	overflow: hidden;
	height: 10px;
	background: url(../img/forum_footer.png) no-repeat;
}

/* ------------------------------
/* CONTENT
/* ------------------------------ */
#content {
	padding-bottom: 20px;
}
#news_listing {
	padding:10px 0px;
}
#news_listing .events-part {

	padding:15px 0 12px;
	border-bottom:1px dotted #B2052F;
}
#news_listing .date {
	font-size:0.9166em;
}
#news_listing  h3 {
	margin:0 0 10px;
	padding:0;
	border:none;
	line-height:1.429em;
	font-size:1.1666em;
}
#news_listing .thumbnail{
	float:left;
	border:1px solid #E5E3D8;
	margin-right:15px;
}
/* ------------------------------
/* COL-LEFT
/* ------------------------------ */
#col-left {
	float: left;
	width: 220px;
	margin: 0 20px 0 10px;
}

/*** CONTEXTE MENU ***/
#cmenu {
	margin-bottom: 20px;
	border-top: 8px solid #AE042E;
	border-bottom: 8px solid #AE042E;
}
#cmenu ul {
	margin: 0;
	padding: 0;
}
#cmenu ul li {
	list-style: none;
	list-style-image: none;
}
#cmenu ul li a {
	display: block;
	padding: 7px 10px 7px 20px;
	border-bottom: 1px solid #E1E1E1;
	background: #F4F3ED url(../img/cmenu_bg.gif) repeat-x;
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
}
#cmenu ul li a:hover {
	text-decoration: underline;
}
#cmenu ul li.on a {
	border-bottom: none;
	background: #B8860D none;
	color: #FFF;
}
#cmenu ul li.on ul {
	margin-left: 20px;
}
#cmenu ul li.on ul li a {
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #E1E1E1;
	background: transparent none;
	color: #B8860D;
	font-weight: normal;
}
#cmenu ul li.on ul li.on a {
	background: url(../img/cmenu_arrow.gif) no-repeat left center;
}

/*** POLES ***/
#box_poles{
	position: relative;
	margin-bottom: 20px;
}
#box_poles .box_header {
	height: 10px;
	background: url(../img/poles_header.gif) no-repeat;
}
#box_poles  .box_content {
	padding: 0;
	background: #623D22 url(../img/poles_content.gif) no-repeat;
}
#box_poles  .box_content h3 {
	position: absolute;
	top: -4px;
	left: -5px;
	width: 209px;
	height: 43px;
	margin: 0;
	border: none;
}
#box_poles  .box_content #poles {
	float: none;
}
#box_poles .box_footer {
	background: url(../img/poles_footer.gif) no-repeat;
}

/*** EXPOSANT LEFT ***/
#col-left #box_exposant {
	margin-bottom: 20px;
}
#col-left #box_exposant .box_header {
	background: url(../img/search2_header.gif) no-repeat;
}
#col-left #box_exposant .box_header h3 {
	color: #472d04;
}
#col-left #box_exposant .box_content {
	background-color: #E5E3D8;
}
#col-left #box_exposant .box_content label {
	display: block;
	color: #472d04;
	text-align: left;
}
#col-left #box_exposant .box_content select {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 180px;
}
#col-left #box_exposant .box_content input {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 170px;
}
#col-left #box_exposant button {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#col-left #box_exposant button span {
	position: relative; 
    float: left; 
	background: url(../img/button_green-grey_right.gif) no-repeat right top;
}
#col-left #box_exposant button span span {
	padding: 0 10px;
	background: url(../img/button_green-grey_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#col-left #box_exposant .box_footer {
	background: url(../img/search2_footer.gif) no-repeat;
}

/*** NEWSLETTER ***/
#box_newsletter {
	margin-bottom: 20px;
}
#box_newsletter .box_header {
	background: url(../img/newsletter_header.gif) no-repeat;
}
#box_newsletter .box_header h3 {
	color: #472d04;
}
#box_newsletter .box_content {
	background-color: #E5E3D8;
	color: #000;
}
#box_newsletter p {
	margin: 0;
	padding-bottom: 20px;
	background: url(../img/box_shadow_grey.gif) no-repeat center bottom;
}
#box_newsletter label {
	font-size: 0.9166em;
	font-weight: normal;
}
#box_newsletter input#anet_newsletter-email {
	width: 170px;
	height: 16px;
	margin: 5px 0;
	border: 1px solid #FFF;
}
#box_newsletter button.csc-mailform-submit {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#box_newsletter button.csc-mailform-submit span {
	position: relative; 
    float: left; 
	background: url(../img/button_green-grey_right.gif) no-repeat right top;
	font-weight: bold;
}
#box_newsletter button.csc-mailform-submit span span {
	padding: 0 10px;
	background: url(../img/button_green-grey_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#box_newsletter .box_footer {
	background: url(../img/newsletter_footer.gif) no-repeat;
}

/*** INFOS ***/
#col-left #infos_pratiques {
	margin-bottom: 20px;
}
#col-left #infos_pratiques .box_header {
	background: url(../img/infos_header.gif) no-repeat;
}
#col-left #infos_pratiques .box_header h3 {
	color: #FFF;
}
#col-left #infos_pratiques .box_content {
	background: url(../img/infos_content.gif) repeat-y;
}
#col-left #infos_pratiques .box_content ul {
	margin: 0;
	padding: 0;
}
#col-left #infos_pratiques .box_content ul li {
	padding-bottom: 5px;
	background: url(../img/infos_separator.gif) no-repeat left bottom;
	list-style: none;
	list-style-image: none;
	font-size: 0.9166em;
}
#col-left #infos_pratiques .box_content ul li a {
	display: block;
	padding-left: 15px;
	background: url(../img/infos_arrow.gif) no-repeat left center;
	color: #FFF;
	text-decoration: none;
}
#col-left #infos_pratiques .box_content ul li a:hover {
	text-decoration: underline;
}
#col-left #infos_pratiques .box_footer {
	background: url(../img/infos_footer.gif) no-repeat;
}

/*** Tag ***/
#box_tag {
	margin-bottom: 20px;
}
#box_tag .box_header {
	background: url(../img/tag_header.gif) no-repeat;
}
#box_tag .box_header h3 {
	color: #472d04;
}
#box_tag .box_content {
	border-left: 1px solid #F5F4EE;
	border-right: 1px solid #F5F4EE;
	line-height: 20px;
}
#box_tag .box_content a {
	display: inline-block;
	background: url(../img/tag_right.gif) no-repeat right top;
	color: #472d04;
	text-decoration: none;
	vertical-align: bottom;
}
#box_tag .box_content a:hover {
	text-decoration: underline;
}
#box_tag .box_content a span {
	display: inline-block;
	padding: 0 4px;
	background: url(../img/tag_left.gif) no-repeat;
}
#box_tag .box_content .tag0 {
	font-size: 0.8333em;
}
#box_tag .box_content .tag1 {
	font-size: 0.9166em;
}
#box_tag .box_content .tag2 {
	font-size: 0.9166em;
	font-weight: bold;
}
#box_tag .box_footer {
	background: url(../img/tag_footer.gif) no-repeat;
}


/* ------------------------------
/* MAIN
/* ------------------------------ */
#main {
	float: left;
	width: 740px;
	padding-bottom:75px;
}

/*** BLOCK EXPOSANT ***/
#block_exposant {
	margin: 20px 0;
}
#block_exposant .block_header {
	background: url(../img/search3_header.gif) no-repeat;
}
#block_exposant .block_header h3 {
	color: #472D04;
}
#block_exposant .block_content {
	padding: 10px 20px 0 20px;
	background-color: #E5E3D8;
}
#block_exposant .exposant_1, #block_exposant .exposant_2, #block_exposant .exposant_3, #block_exposant .exposant_4 {
	float: left;
	margin-right: 10px;
}
#block_exposant .exposant_3 {
	padding-top: 5px;
}
#block_exposant .block_content label {
	display: block;
	color: #472d04;
}
#block_exposant .block_content select {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 160px;
}
#block_exposant .block_content input {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 150px;
}
#block_exposant .block_content button {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#block_exposant .block_content button span {
	position: relative; 
    float: left; 
	background: url(../img/button_green-grey_right.gif) no-repeat right top;
}
#block_exposant .block_content button span span {
	padding: 0 10px;
	background: url(../img/button_green-grey_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#block_exposant .block_footer {
	background: url(../img/search3_footer.gif) no-repeat;
}

/*** RESULT ***/
#result {
	height: 22px;
	padding: 10px 20px;
	background-color: #F5F3EE;
	border-top: 1px solid #AE042E;
	color: #000;
}
#result h4 {
	margin-top: 5px;
}
#result button {
	float: right;
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#result button span {
	position: relative; 
    float: left; 
	background: url(../img/button_orange-grey_right.gif) no-repeat right top;
}
#result button span span {
	padding: 0 10px;
	background: url(../img/button_orange-grey_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}

/*** EXPOSANT ***/
.exposant {
	margin-top: 20px;
}
.exposant_left {
	float: left;
	width: 140px;
}
.exposant_left img {
	border: 1px solid #E5E3D8;
}
.exposant_right {
	float: left;
	width: 600px;
}
.exp_vinitech {
	background: url(../img/logos/logo-vinitech.gif) no-repeat right 50px;
	min-height: 121px;
}
.exp_sifel {
	background: url(../img/logos/logo-sifel.gif) no-repeat right 50px;
}
.exposant_right h3 {
	margin-top: 0;
}
.exposant_right p {
	padding-left: 10px;
}
.exposant_content {
	margin-right: 100px;
}
.exposant_right .more {
	float: left;
	margin-top: 5px;
	padding-left: 10px;
	background: url(../img/more2_arrow.gif) no-repeat left center;
	font-size: 0.9166em;
	font-weight: bold;
}
.exposant_right .more a {
	color: #B8860D;
	text-decoration: none;
}
.exposant_right .more a:hover {
	text-decoration: underline;
}
.exposant_right .button {
	float: left;
	display: inline-block;
	height: 26px;
	margin-left: 40px;
	border: none;
	background: url(../img/button_orange-white_right.gif) no-repeat right top;
	font-size: 0.9166em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.exposant_right .button span {
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	background: url(../img/button_orange-white_left.gif) no-repeat left top;
	line-height: 26px;
	color: #FFF;
}

/*#main button {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#main button span {
	position: relative; 
    float: left; 
	background: url(../img/button_orange-white_right.gif) no-repeat right top;
}
#main button span span {
	padding: 0 10px;
	background: url(../img/button_orange-white_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}*/

/*** ONGLET ***/
#sort {
	height: 24px;
	margin-top: 30px;
	padding: 0 20px;
	border-bottom: 3px solid #2C4702;
}
#sort ul {
	margin: 0;
	padding: 0;
}
#sort ul li {
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
}
#sort .tab {
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	background: url(../img/tab_right.gif) no-repeat right top;
	font-weight: bold;
	text-decoration: none;
}
#sort .tab span {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	background: url(../img/tab_left.gif) no-repeat left top;
	line-height: 24px;
	color: #000;
}
#sort .tab_on {
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	background: url(../img/tab_right_on.gif) no-repeat right top;
	font-weight: bold;
	text-decoration: none;
}
#sort .tab_on span {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	background: url(../img/tab_left_on.gif) no-repeat left top;
	line-height: 24px;
	color: #FFF;
}

.les-photos .une-photo, .gal-image  {
	float : left;
	text-align: center;
	width : 120px;
	padding: 10px;
	margin : 0 0 22px 22px;
	background: #FAFAFA url(../img/background-prodexp-img.gif) repeat-x left bottom;
}
.gal-image {
	width : 220px;
}

.autres-exposants {
	margin : 0px 0px 20px 20px;
}

.autres-exposants .titre {
	margin : 5px;
}

.autres-exposants ul li a {
	text-decoration : underline;
}

/* ------------------------------
/* Edition de fiche exposant
/* ------------------------------ */
.p_agree {
	margin : 15px 0;
}

.p_agree label {
	float : none;
}
.cgu {
	margin : 10px 0;
	border: 1px solid #808080;
	padding: 5px;
	overflow: auto;
	height: 300px;
}

/* ------------------------------
/* COL-CENTER
/* ------------------------------ */
/*** selection d'exposants***/
.tx-anetcebselection-pi1 .selection-submit {
	border:none !important;
	background-color:transparent;
	color:#B07404;
	margin:15px 0px;
}
.tx-anetcebselection-pi1 .liens {
}
/*** ***/
.tx-anetcebmodules-pi2 .back button {
	border:none !important;
	background-color:transparent;
	color:#B07404;
	margin-top:15px;
}
.tx-anetcebsearch-pi1 .sresult {
	padding:10px 0px;
	border-bottom:1px dotted #B2052F;
}
.tx-anetcebsearch-pi1 .title {
	padding-bottom:7px;
}
.tx-anetcebsearch-pi1 .internal {
}
#pagination {
	margin:15px 25px;
}
.tx-anetcebsearch-pi1 .info-results {
	margin-top:15px;
}
.tx-anetcebsearch-pi1 #pagination ul {
	display:inline;
	padding:0 20px;
}
.tx-anetcebsearch-pi1 #pagination li {
	display:inline;
	font-size:110%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.tx-anetcebsearch-pi1 #pagination li.current {
	font-weight:bold;
	margin:5px 10px;
	text-decoration:underline;
}
#pagination a, #pagination a.next, #pagination a.previous, #pagination a.last, #pagination a.first {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #E3E3E3;
	color:#000000;
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
}
.tx-anetcebsearch-pi1 #pagination a:hover {
	background:#66A300 none repeat scroll 0 0;
	color:#FFFFFF;
}

#col-center {
	float: left;
	width: 500px;
}
#box_pub_article {
	float:right;
	margin-left:15px;
}

/*** ACTUALITES ***/
#block_actus, #block_prog {
	margin-bottom: 20px;
}
#block_actus .block_header, #block_prog .block_header {
	background: url(../img/actus_header.gif) no-repeat;
	color: #FFF;
}
#block_actus .block_content, #block_prog .block_content {
	border-left: 1px solid #D1CDB2;
	border-right: 1px solid #D1CDB2;
}
#block_actus .block_content .date, #block_prog .block_content .date {
	font-size: 0.9166em;
}
#block_actus .block_content .event-focus, #block_prog .block_content .event-focus {
	margin-bottom: 10px;
	padding: 0 20px 10px 20px;
	background: url(../img/events_bg.gif) repeat-x left bottom;
}
#block_actus .block_content h4, #block_prog .block_content h4 {
	margin: 0 0 10px 0;
}
#block_actus .block_content h4 a, #block_prog .block_content h4 a {
	color: #B07404;
	text-decoration: none;
}
#block_actus .block_content h4 a:hover, #block_prog .block_content h4 a:hover {
	text-decoration: underline;
}
#block_actus .block_content .event-focus img {
	float: left;
	margin-right: 15px;
	border: 1px solid #E5E3D8;
}
#block_actus .block_content .event, #block_prog .block_content .event {
	margin-bottom: 10px;
	padding: 0 20px 10px 20px;
	background: url(../img/events_bg.gif) repeat-x left bottom;
}
#block_actus .block_content h5, #block_prog .block_content h5 {
	margin: 0;
	border: none;
}
#block_actus .block_content h5 a, #block_prog .block_content h5 a {
	color: #B07404;
	text-decoration: none;
}
#block_actus .block_content h5 a:hover, #block_prog .block_content h5 a:hover {
	text-decoration: underline;
}
#block_actus .more, #block_prog .more {
	margin-right: 10px;
	padding-right: 10px;
	background: url(../img/more_arrow.gif) no-repeat right center;
	text-align: right;
	font-size: 0.9166em;
}
#block_actus .more a, #block_prog .more a {
	color: #000;
	text-decoration: none;
}
#block_actus .more a:hover, #block_prog .more a:hover {
	text-decoration: underline;
}
#block_actus .block_footer, #block_prog .block_footer {
	background: url(../img/actus_footer.gif) no-repeat;
}

/*** VIDEO ***/
#block_video {
	margin-bottom: 20px;
}
#block_video .block_header {
	background: url(../img/video_header.gif) no-repeat;
}
#block_video .block_header h3 {
	color: #472D04;
}
#block_video .block_content {
	overflow: hidden;
	padding-top: 10px;
	border-left: 1px solid #F5F4EE;
	border-right: 1px solid #F5F4EE;
	background-color: #E5E3D8;
	text-align: center;
}
#block_video .block_footer {
	background: url(../img/video_footer.gif) no-repeat;
}

/*** form ***/
input.csc-mailform-submit {
	border: 1px solid #B07404;
	background-color:transparent;
	color:#619D03;
	padding:0px 10px;
}

fieldset, .csc-mailform {
	border: none;
	margin: 0 25px;
}
.csc-mailform-header-error {
	color: #B80106;
	font-weight: bold;
	text-align: center;
}
.csc-mailform-header-success {
	color: #0C8A03;
	font-weight: bold;
	text-align: center;
}
fieldset div, .csc-mailform .csc-mailform-field {
	clear: both;
	margin : 4px 0;
}
label, .csc-mailform label {
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.csc-mailform.inscription-vini label, .csc-mailform.inscription-vini .csc-mailform-label {
	float: left;
	width: 270px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.csc-mailform.inscription-vini .choix_contact div.choix {
	/*margin-left: 290px; */
	float:left;
	clear: none;
	margin: 0 0 10px 0;
	width: 360px;
}
.csc-mailform.inscription-vini .choix_contact .csc-mailform-field-error-message {
	margin-left:0;
}
.csc-mailform.inscription-vini .choix_contact label {
	float: none;
	width: auto;
	font-weight: normal;
}
.gender label {
	float: none;
	width: auto;
}
.csc-mailform textarea{
	width: 233px;
	border:1px solid black;
}
.csc-mailform .csc-mailform-field-error-message {
	display: block;
	color: #B80106;
	font-weight: bold;
	margin-left: 175px;
}
.csc-mailform .csc-mailform-field-error label {
	color: #B80106;
	font-style: italic;
}
.csc-mailform .csc-mailform-field-error input, 
.csc-mailform-field-error select, 
.csc-mailform-field-error textarea {
	background: #FBE3E4;
	border-color: #B80106;
}

.csc-mailform-fieldname-captcha{
	padding-top: 20px;
}
.csc-mailform .csc-mailform-fieldname-captcha label {
	display: block;
	width: 365px;
	font-weight: normal;
}
.csc-mailform .csc-mailform-fieldname-captcha input {
	width: 50px;
	margin-left: 20px;
}
.csc-mailform .csc-mailform-fieldname-captcha .csc-mailform-field-error-message {
	display: inline-block;
	margin-left: 20px;
}
/*
.csc-mailform input.csc-mailform-submit {
	width: auto;
	margin-left: 335px;
	margin-top: 20px;
}*/
input.csc-mailform-submit {
	width: auto;
	margin-left: 175px;
	margin-top: 10px;
}
input.csc-mailform-submit.nomarge {
	margin-left: 50px;
}


/* ------------------------------
/* COL-RIGHT
/* ------------------------------ */
#col-right {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

/*** EXPOSANT RIGHT ***/
#col-right #box_exposant {
	margin-bottom: 20px;
}
#col-right #box_exposant .box_header {
	background: url(../img/search_header.gif) no-repeat;
}
#col-right #box_exposant .box_header h3 {
	color: #FFF;
}
#col-right #box_exposant .box_content {
	background-color: #5c371e;
}
#col-right #box_exposant .box_content label {
	display: block;
	color: #FFF;
	text-align: left;
}
#col-right #box_exposant .box_content select {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 180px;
}
#col-right #box_exposant .box_content input {
	margin-bottom: 10px;
	border: 1px solid #FFF;
	width: 170px;
}
#col-right #box_exposant button {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#col-right #box_exposant button span {
	position: relative; 
    float: left; 
	background: url(../img/button_orange-brown_right.gif) no-repeat right top;
}
#col-right #box_exposant button span span {
	padding: 0 10px;
	background: url(../img/button_orange-brown_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#col-right #box_exposant .box_footer {
	background: url(../img/search_footer.gif) no-repeat;
}

/*** PARTENAIRES ***/
#box_partenaires {
	margin-bottom: 20px;
}
#box_partenaires .box_header {
	background: url(../img/tag_header.gif) no-repeat;
}
#box_partenaires .box_header h3 {
	color: #472d04;
}
#box_partenaires .box_content {
	overflow: hidden;
	height: 220px;
	padding: 0;
	border-left: 1px solid #F5F4EE;
	border-right: 1px solid #F5F4EE;
}
#box_partenaires .box_content img {
	margin-top: 10px;
}
#box_partenaires .box_footer {
	background: url(../img/tag_footer.gif) no-repeat;
}

/* ------------------------------
/* BOTTOM
/* ------------------------------ */
#bottom {
	padding: 15px 0;
	background-color: #F5F4EF;
	border-top: 1px solid #E8E4DC;
	color: #000;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #000;
}

/*** BOTTOM INFOS ***/
#bottom_infos {
	float: left;
	width: 220px;
	margin-left: 10px;
}

/** INFOS **/
#bottom #infos_pratiques {
	margin-bottom: 0;
}
#bottom #infos_pratiques .box_header {
	background: url(../img/infos2_header.gif) no-repeat;
}
#bottom #infos_pratiques .box_header h3 {
	color: #FFF;
}
#bottom #infos_pratiques .box_content {
	background: #FFF none;
}
#bottom #infos_pratiques .box_content ul {
	margin: 0;
	padding: 0;
}
#bottom #infos_pratiques .box_content ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #E8E4DC;
	list-style: none;
	list-style-image: none;
	font-size: 0.9166em;
}
#bottom #infos_pratiques .box_content ul li a {
	display: block;
	padding-left: 15px;
	background: url(../img/infos2_arrow.gif) no-repeat left center;
	color: #000;
	text-decoration: none;
}
#bottom #infos_pratiques .box_content ul li a:hover {
	text-decoration: underline;
}
#bottom #infos_pratiques .box_footer {
	background: url(../img/infos2_footer.gif) no-repeat;
}

/*** BOTTOM NEWSLETTER ***/
#bottom_newsletter {
	float: left;
	width: 420px;
	margin-left: 20px;
}

/** NEWSLETTER **/
#bottom #box_newsletter {
	margin-bottom: 0;
}
#bottom #box_newsletter .box_header {
	background: url(../img/newsletter2_header.gif) no-repeat;
}
#bottom #box_newsletter .box_header h3 {
	color: #FFF;
}
#bottom #box_newsletter .box_content {
	background-color: #FFF;
}
#bottom #box_newsletter p {
	margin: 0;
	padding-bottom: 20px;
	background: url(../img/box_shadow_white.gif) no-repeat center bottom;
}
#bottom #box_newsletter #anet_newsletter-register {
	margin-top: 10px;
}
#bottom #box_newsletter label {
	font-size: 0.9166em;
	font-weight: normal;
}
#bottom #box_newsletter input#anet_newsletter-email {
	width: 170px;
	height: 16px;
	margin: 0;
	border: 1px solid #E8E4DC;
}
/*#bottom #box_newsletter button.csc-mailform-submit, .tx-anetnewsletter-pi2 button.csc-mailform-submit {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#bottom #box_newsletter button.csc-mailform-submit span, .tx-anetnewsletter-pi2 button.csc-mailform-submit span {
	position: relative; 
    float: left; 
	background: url(../img/button_green-white_right.gif) no-repeat right top;
}
#bottom #box_newsletter button.csc-mailform-submit span span, .tx-anetnewsletter-pi2 button.csc-mailform-submit span span  {
	padding: 0 10px;
	background: url(../img/button_green-white_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}*/
#bottom #box_newsletter button {
	display: inline-block;
	height: 26px;
	margin: -1px -3px 0 -3px;
	padding: 0;
	border: none;
	background: none;
}
#bottom #box_newsletter button span {
	position: relative; 
    float: left; 
	background: url(../img/button_green-white_right.gif) no-repeat right top;
}
#bottom #box_newsletter button span span {
	padding: 0 10px;
	background: url(../img/button_green-white_left.gif) no-repeat left top;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#bottom #box_newsletter .box_footer {
	background: url(../img/newsletter2_footer.gif) no-repeat;
}


/*** BOTTOM VIDEO ***/
#bottom_video {
	float: left;
	width: 300px;
	margin-left: 20px;	
}

/** VIDEO **/
#bottom #box_video {
	margin-bottom: 0;
}
#bottom #box_video .box_header {
	background: url(../img/video2_header.gif) no-repeat;
	color: #FFF;
}
#bottom #box_video .box_content {
	background-color: #FFF;
}
#bottom #box_video .button {
	display: inline-block;
	height: 26px;
	border: none;
	background: url(../img/button_orange-white_right.gif) no-repeat right top;
	font-size: 0.9166em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#bottom #box_video .button span {
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	background: url(../img/button_orange-white_left.gif) no-repeat left top;
	line-height: 26px;
	color: #FFF;
}
#bottom #box_video .box_footer {
	background: url(../img/video2_footer.gif) no-repeat;
}

/* ------------------------------
/* BOTTOM-MENU
/* ------------------------------ */
#bottom-menu {
	height: 31px;
	background-color: #5c371e;
	text-align: center;
}
#bottom-menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 31px;
}
#bottom-menu li {
	display: inline;
	padding: 0 5px 0 10px;
	border-right: 1px solid #FFF;
	list-style: none;
}
#bottom-menu .last{
	border-right:none;
}
#bottom-menu li.last{
	margin-right: 5px;
	border: none;
}
#bottom-menu li a {
	text-decoration: none;
	color: #FFF;
}
#bottom-menu li a:hover {
	text-decoration: underline;
}

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer {
	color: #000;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
}

/*** CEB-WRAP ***/
#ceb-wrap {
	overflow: hidden;
	width: 900px;
	margin: 10px auto;
}
#logo-ceb {
	float: left;
	margin: 9px 8px 0 0;
}
#ceb {
	float: left;
	height: 25px;
	font-size: 0.9166em;
}
#ceb-left, #ceb-center, #ceb-right {
	float: left;
	height: 35px;
	margin-right: 4px;
	padding-top: 35px;
}
#ceb-left {
	width: 247px;
	background: url(../img/ceb-left_bgd.jpg) no-repeat;
}
#ceb-center {
	width: 282px;
	background: url(../img/ceb-center_bgd.jpg) no-repeat;
}
#ceb-right {
	width: 262px;
	background: url(../img/ceb-right_bgd.jpg) no-repeat;
}
#ceb-left p, #ceb-center p, #ceb-right p {
	padding: 0 0 5px 10px;
	border-left: 1px solid #888;
	font-size: 0.9166em;
}

/*** LEGALS ***/
#legals {
	clear: both;
	height: 21px;
	padding: 3px 8px;
	background: url(../img/legales_bgd.gif) repeat-x;
	font-size: 0.9166em;
	color: #FFF;
}
#copy {
	float: left;
}
#crea {
	float: right;
}
#crea a:link {
	color: #FFF;
}

/*** FOOTER-TXT ***/
#footer-txt {
	padding: 20px 10px;
	font-size: 0.9166em;
	background: url(../img/footer-txt_bgd.gif) no-repeat center top;
}
#footer-txt a:link, #footer-txt a:active, #footer-txt a:visited  {
	color:#000;
	font-weight:bold;
}

/* ------------------------------
/* LOGOS-WRAP
/* ------------------------------ */
#logos-wrap {
	height: 126px;
	margin: -20px 0 10px 0;
	padding-top: 30px;
	background: #000 url(../img/logos-wrap_bgd.gif) repeat-x;
}
#logos {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-right: 65px;
	padding-top: 30px;
}
#logos-center {
	float: left;
	width: 260px;
	margin-right: 25px;
}
#logos-right {
	float: left;
	width: 200px;
}
#logos-center p, #logos-right p {
	display: block;
	height: 30px;
	width: 100%;
	margin: 0;
	font-size: 0.9166em;
	color: #FFF;
}
#logos-center img, #logos-right img {
	margin-right: 20px;
}
.csc-textpic-image {
	margin-bottom:0 !important;
	padding-bottom:10px;
}

/* ---------------------------------
/* HOME CAROUSEL
/* --------------------------------- */

#themes_content {
	position: relative;
}
#themes .carousellite li {
	list-style-image: none;
	background: none;
}
.carousellite_controls {
	position: absolute;
	/* bottom: -23px; */
	right: 20px;
	z-index: 999;
}
.carousellite_controls div {
	cursor: pointer;
}
.carousellite_prev {
	display: inline;
}
.carousellite_next {
	display: inline;
}

/* ---------------------------------
/* Hébergement
/* --------------------------------- */

.h3-hebergement-cgu {
	line-height: 1.2em;
	text-align: center;
	border-bottom: none;
	margin-top: 30px;
}
.csc-mailform-fieldname-hebergement_cg label {
	float: right;
	width: auto;
	margin-right: 230px;
}
.csc-mailform-fieldname-hebergement_cg .csc-mailform-field-error-message {
	margin-left: 0px;
}


/* ---------------------------------
/* Compte perso
/* --------------------------------- */

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash  {
	margin-top: 2em;
	font-size: 90%;
}
.tx-felogin-pi1 .username {
	font-weight: bold;
	color: #472D04;
}