* {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
}

body {
	width: 100%;
	background-image: url(../images/fond_texture.jpg);
	font-size: 0.8em;
}

#general {
	position: absolute;
	width: 940px;
	top: 35px;
	left: 50%;
	margin-left: -470px;
	background-color: #FFFFFF;
	/* coins arrondis */
	-moz-border-radius: 15px; /* sur Gecko (Mozilla Firefox)  */
	-webkit-border-radius: 15px; /* sur Webkit (Safari, Chrome) */
	border-radius: 15px; /* standard */
	/* ombre portée */
	-moz-box-shadow: 1px 1px 20px #777777; /* sur Gecko (Mozilla Firefox)  */
	-webkit-box-shadow: 1px 1px 20px #777777; /* sur Webkit (Safari, Chrome) */
	box-shadow: 1px 1px 20px #777777; /* standard */
}

#middle {
	float: left;
	width: 940px;
	background-image: url(../images/menu_fond.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-top: -13px;
	padding-top: 25px;
}

a {
	color: #2E8C2A;
}
a:hover {
	color: #1A4E17;
}

strong {
	font-weight: bold;
}




/* BANDEAU */
#bandeau_image {
	width: 910px;
	margin: 15px 15px 0 15px;
}
#bandeau_vert {
	width: 960px;
	margin-left: -10px;
}
#etiquette_npb {
	position: absolute;
	width: 286px;
	height: 330px;
	top: 0;
	margin-top: -35px;
	left: 560px;
}




/* FOOTER */
#footer {
	float: left;
	width: 900px;
	border-top: #D0D0D1 solid thin;
	padding: 15px 0 20px 0;
	margin: 0 20px 0 20px;
}
#footer a {
	color: #929394;
}
#footer a:hover {
	color: #646567;
}
#footer a.select { /* Le lien sélectionné devient vert: à développer en PHP */
	color: #2E8C2A;
}
#footer p#copyright {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: 0.9em;
	color: #929394;
}
#footer p#sitemap {
	float: left;
	width: 680px;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #929394;
}




/* MENU */
#menu {
	float: left;
	width: 230px;
	margin-left: -10px;
	background: none;
}

#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
	width: 230px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	background: none;
}
#navigation a, #navigation span {
	display: block;
	height: 50px;
	padding: 0 0 0 26px;
	margin-bottom: -5px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/menu_fond_normal.png) left bottom no-repeat;
}


#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background-image: url(../images/menu_fond_normal.png);
}
#navigation .selected_menu a, #navigation .selected_menu span, #navigation a.selected_menu {
	background-image: url(../images/menu_fond_select.png);
}

#navigation .open a, #navigation .open span {
	background-image: url(../images/menu_fond_normal.png);
}
#navigation a:hover {
	background-image: url(../images/menu_fond_over.png);
}
#navigation a:active, #navigation a:focus{
	background-image: url(../images/menu_fond_select.png);
}
#navigation .subMenu {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#navigation ul.subMenu a {
	background: none;
	margin: 3px 0 0 10px;
	padding: 0 0 0 16px;
	color: #646567;
	border-bottom: 1px solid #D0D0D1;
	height: 40px;
}
#navigation ul.subMenu a:hover, #navigation ul.subMenu .selected_submenu {
	color: #2E8C2A;
}
#navigation ul.subMenu a:active, #navigation ul.subMenu a:focus {
	color: #2E8C2A;
}




/* CONTENU */
#contenu {
	float: left;
	width: 680px;
	background: none;
	padding: 0 20px 0 20px;
	/* ombre portée */
	/* -moz-box-shadow: -10px -10px 20px #999999; /* sur Gecko (Mozilla Firefox)  */
	/* -webkit-box-shadow: 1px 1px 20px #777777; /* sur Webkit (Safari, Chrome) */
	/* box-shadow: 1px 1px 20px #777777; /* standard */
}

#contenu_2col_gauche { /* Utilise ces 2 styles quand le contenu est sur 2 colonnes */
	float: left;
	width: 460px;
	margin-right: 18px;
}

.bloc_200px { /* bloc de 200px de large qui fonctionne autant sur 2 colonnes à droite, qu'en 3 colonnes de 200px */
	float: left;
	width: 180px;
	border: 1px solid #D0D0D1;
	padding: 10px;
	/* ombre portée */
	-moz-box-shadow: -5px 5px 10px #ECECEC; /* sur Gecko (Mozilla Firefox)  */
	-webkit-box-shadow: -5px 5px 10px #ECECEC; /* sur Webkit (Safari, Chrome) */
	box-shadow: -5px 5px 10px #ECECEC; /* standard */
}

.spacer_bloc_200px {
	float: left;
	width: 37px;
}

.bloc_460px { /* bloc de 460px de large qui forme la colonne de gauche en mode 2 colonnes */
	float: left;
	width: 440px;
	border: 1px solid #D0D0D1;
	padding: 10px;
	margin-bottom: 15px;
	/* ombre portée */
	-moz-box-shadow: -5px 5px 10px #ECECEC; /* sur Gecko (Mozilla Firefox)  */
	-webkit-box-shadow: -5px 5px 10px #ECECEC; /* sur Webkit (Safari, Chrome) */
	box-shadow: -5px 5px 10px #ECECEC; /* standard */
}

h3 { /* Titres de contenu les plus importants */
	clear: both; /* force le h3 a se mettre d'office à la ligne */
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 10px;
	margin-bottom: 15px;
	color: #646567;
	border-bottom: 1px solid #D0D0D1;
}

h4 { /* Sous-titres de contenu */
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 8px;
	color: #646567;
}


.hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D0D0D1;
}

.bloc_200px h4 {
	margin-bottom: 13px;
}
.bloc_200px p, .bloc_460px p {
	padding: 5px 0 5px 0;
}
.bloc_200px hr {
	border: none;
	border-bottom: 1px solid #D0D0D1;
	margin: 0 -10px 10px -10px;
}

.bloc_460px h4 {
	margin-bottom: 4px;
}

p, ul, ol {
	line-height: 1.5em;
	color: #646567;
	padding-bottom: 15px;
}

input, select, textarea {
	color: #646567;
}

ul {
	list-style: outside disc;
	padding-left: 15px;
}
ol{
	padding-left: 15px;
	list-style: decimal;
}
span.vert { /* applique du vert au textes */
	color: #2E8C2A;
}

#fil_arianne {
	color: #929394;
	font-size: 0.9em;
	text-align: right;
	margin-top: -10px;
}
#fil_arianne a {
	color: #929394;
}
#fil_arianne a:hover {
	color: #646567;
}
#fil_arianne a.select { /* Le lien sélectionné devient vert: à développer en PHP */
	color: #2E8C2A;
}

#etiquette_inscription {
	position: absolute;
	width: 229px;
	height: 220px;
	margin-top: 10px;
	left: 721px;
	background-image: url(../images/etiquette_inscription_normal.png);
}
#etiquette_inscription:hover {
	background-image: url(../images/etiquette_inscription_over.png);
}




/* LIENS DIRECTS */
#lien_direct_01, #lien_direct_02, #lien_direct_03, #lien_direct_04 {
	display: block;
	position: absolute;
	height: 36px;
	top: -20px;
	padding-left: 7px;
	line-height: 1.4em;
	background-repeat: no-repeat;
}
#lien_direct_01 a, #lien_direct_02 a, #lien_direct_03 a, #lien_direct_04 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#lien_direct_01 {
	width: 73px;
	background-image: url(../images/lien_direct_normal_01.png);
	left: 15px;
}
#lien_direct_02 {
	width: 81px;
	background-image: url(../images/lien_direct_normal_02.png);
	left: 88px;
}
#lien_direct_03 {
	width: 64px;
	background-image: url(../images/lien_direct_normal_03.png);
	left: 169px;
}
#lien_direct_04 {
	width: 152px;
	background-image: url(../images/lien_direct_normal_04.png);
	left: 233px;
}
#lien_direct_01:hover {
	background-image: url(../images/lien_direct_over_01.png);
}
#lien_direct_02:hover {
	background-image: url(../images/lien_direct_over_02.png);
}
#lien_direct_03:hover {
	background-image: url(../images/lien_direct_over_03.png);
}
#lien_direct_04:hover {
	background-image: url(../images/lien_direct_over_04.png);
}
#lien_direct_01:select { /* l'image change quand le lien est sélectionné: à développer en PHP */
	background-image: url(../images/lien_direct_select_01.png);
}
#lien_direct_02:select {
	background-image: url(../images/lien_direct_select_02.png);
}
#lien_direct_03:select {
	background-image: url(../images/lien_direct_select_03.png);
}
#lien_direct_04:select {
	background-image: url(../images/lien_direct_select_04.png);
}

/* LANGUES */
#langue_01, #langue_02 {
	display: block;
	position: absolute;
	height: 36px;
	top: -20px;
	padding-left: 12px;
	line-height: 1.4em;
	background-repeat: no-repeat;
}
#langue_01 a, #langue_02 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#langue_01 {
	width: 40px;
	background-image: url(../images/langue_normal_01.png);
	left: 850px;
	padding-left: 16px;
}
#langue_02 {
	width: 40px;
	background-image: url(../images/langue_normal_02.png);
	left: 890px;
}
#langue_01:hover {
	background-image: url(../images/langue_over_01.png);
}
#langue_02:hover {
	background-image: url(../images/langue_over_02.png);
}
#langue_01.select { /* l'image change quand la langue est sélectionnée: à développer en PHP */
	background-image: url(../images/langue_select_01.png);
}
#langue_02.select {
	background-image: url(../images/langue_select_02.png);
}

/* IMPRESSUM */
#impressum {
	display: block;
	position: absolute;
	width: 89px;
	height: 35px;
	margin-top: 22px;
	left: 832px;
	background-image: url(../images/impressum_normal.png);
	padding-left: 17px;
	line-height: 3.5em;
	background-repeat: no-repeat;
}
#impressum a, #impressum a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#impressum:hover {
	background-image: url(../images/impressum_select.png);
}
#impressum.select { /* l'image change quand la langue est sélectionnée: à développer en PHP */
	background-image: url(../images/impressum_select.png);
}




/* ETIQUETTES "EN SAVOIR PLUS", "RETOUR", "PLUS D'INFOS", ETC. */
a.etiquette_verte_droite, a.etiquette_verte_gauche {
	color: #FFFFFF;
	height: 22px;
	line-height: 1.5em;
	background: #2E8C2A url(../images/fleche_blanche_droite.gif) no-repeat;
	padding: 1px 10px 2px 19px;
	font-weight: bold;
	text-decoration: none;
	/* coins arrondis */
	-moz-border-radius: 5px; /* sur Gecko (Mozilla Firefox)  */
	-webkit-border-radius: 5px; /* sur Webkit (Safari, Chrome) */
	border-radius: 5px; /* standard */
	white-space: nowrap;
}
a.etiquette_verte_gauche {
	background: #2E8C2A url(../images/fleche_blanche_gauche.gif) no-repeat;
}
a.etiquette_verte_droite:hover, a.etiquette_verte_gauche:hover {
	color: #FFFFFF;
	background-color: #1A4E17;
}
h4 a.etiquette_verte_droite, h4 a.etiquette_verte_gauche {
	font-size: 0.7em;
	vertical-align: 2px;
}
h3 a.etiquette_verte_droite, h3 a.etiquette_verte_gauche {
	font-size: 0.55em;
	vertical-align: 4px;
}


.tbl_galerie td{
	margin:13px
}

.tbl_pt_distrib{
	color: #646567;
	line-height: 1.5em;
	border-collapse:collapse;
}
.tbl_pt_distrib td{
	padding-left:5px;
	padding-right:5px;
}
.tbl_pt_distrib th{
    padding-left:5px;
    padding-right:5px;
    font-weight: bold;
}

.tbl_produits{
	color: #646567;
	line-height: 1.5em;
	border-collapse:collapse;
}
.tbl_produits td.prod{
	padding-left:5px;
	padding-right:5px;
	
	border: 1px solid #D0D0D1;
	
}

.form_inscription label{
	display:inline-block;
	min-width:200px;
}

.form_inscription input{
	width:200px;
}

.form_inscription h4{
}
label.error{
	color: red;
	font-size: 0.9em;
	padding-left: 4px;
}

.coordonnees{
	/* coins arrondis */
	-moz-border-radius:  5px 0 0 5px ; /* sur Gecko (Mozilla Firefox)  */
	-webkit-border-radius: 5px 0 0 5px; /* sur Webkit (Safari, Chrome) */
	border-radius:  5px 0 0 5px/* standard */
}
.validation{
	/* coins arrondis */
	-moz-border-radius: 0 5px 5px 0; /* sur Gecko (Mozilla Firefox)  */
	-webkit-border-radius: 0 5px 5px 0; /* sur Webkit (Safari, Chrome) */
	border-radius: 0 5px 5px 0/* standard */
}
.coordonnees, .panier, .validation{
	color: #FFFFFF;
	height: 22px;
	line-height: 1.5em;
	margin: 1px;
	padding-left:10px;
	padding-top:5px;
	font-weight: bold;
	white-space: nowrap;
	width:185px;
	float:left;
}
.actif{
	background: #2E8C2A;
}

.inactif{
	background: lightgrey;
}

.form_inscription select{
	min-width: 200px;
}

.panier_gourmet{
    display:none;
}

.panier_standard{

}

[disabled~=disabled]{
    background: #ccc;
}
[readonly~=readonly] {
    background: #ccc;
}

#body_iframe {
	width: 100%;
	/*background-image: url(../images/fond_texture.jpg);*/
	font-size: 0.8em;
}

#general_iframe {
	position: absolute;
	width: 940px;
	top: 35px;
	left: 50%;
	margin-left: -470px;
	background-color: #FFFFFF;
	/* coins arrondis */
	-moz-border-radius: 15px; /* sur Gecko (Mozilla Firefox)  */
	-webkit-border-radius: 15px; /* sur Webkit (Safari, Chrome) */
	border-radius: 15px; /* standard */
	/* ombre portée */
	-moz-box-shadow: 1px 1px 20px #777777; /* sur Gecko (Mozilla Firefox)  */
	-webkit-box-shadow: 1px 1px 20px #777777; /* sur Webkit (Safari, Chrome) */
	box-shadow: 1px 1px 20px #777777; /* standard */
}

#middle_iframe {
	float: left;
	width: 940px;
	/*background-image: url(../images/menu_fond.png);*/
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-top: -13px;
	padding-top: 25px;
}

#contenu_iframe {
	float: left;
	width: 680px;
	background: none;
	padding: 0 20px 0 20px;
	/* ombre portée */
	/* -moz-box-shadow: -10px -10px 20px #999999; /* sur Gecko (Mozilla Firefox)  */
	/* -webkit-box-shadow: 1px 1px 20px #777777; /* sur Webkit (Safari, Chrome) */
	/* box-shadow: 1px 1px 20px #777777; /* standard */
}