/* @override 
	http://www.sfcvh.com/themes/halallook-v2/1_halalVert.icsFastCss/start.php
*/

/* @group Global */

/* Fond */

body {
	margin: 0;
	padding: 0;
	background: #68b275 url(images/fond/fond.jpg) repeat-x center top;
	color: white;
	font: 11pt/1.2em Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
	text-align: center;
}

/* Init */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

img {
  vertical-align: bottom;
  border-style: none;
  border-width: 0;
}

/* Bloc Principal */

#header {
	display: block;
	width: 950px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
}

#header #logoEntete  {
	display: block;
	width: 950px;
	height: 130px;
	background-image: url(images/entete/logo_sfcvh.png);
	overflow: hidden;
}

#header #logoEntete .texte {
	text-indent: -1000px;
	letter-spacing: -20px;
	text-align: left;
}

#main {
	width: 950px;
	padding: 1px 0;
	margin: 0 auto;
	display: table;
}

#contenu {
	display: table;
	padding: 0;
	margin: 0;
	width: 762px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	display: block;
	padding: 5px 0 1px 25px;
	font-size: 0.8em;
	font-style: italic;
	color: #c9fed0;
	text-shadow: green -1px -1px 2px;
}

#footer .zoneArticle {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#footer a {
	color: #feebd4;
}

#footer a:hover {
	color: #fff;
}

/* Menu */

#menu {
	display: block;
	background-image: url(images/menu/menu_fond.png);
	width: 180px;
	height: 597px;
	float: left;
	margin-left: 8px;
	padding-top: 30px;
	font-size: 1.1em;
}

#menu li {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
	background: url(images/menu/menu_separation.png) no-repeat center bottom;
	list-style-type: none;
}

#menu li:first-child {
	padding-top: 24px;
	background-image: none;
	padding-bottom: 48px;
	font-size: 1.2em;
}

#menu li a {
	color: #006a25;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	text-shadow: #b36e27 1px 1px 3px;
}

#menu li a:hover {
	color: #9bff78;
}

#menu li a:active {
	color: black;
}

#menu li.actif a {
	opacity: 1;
	color: white;
}



/* @end */

/* @group Articles */

/* @group Elements de bases */

/* bases */

a {
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	color: orange;
}

a:hover {
	color: white;
}

h1 {
	padding: 0;
	text-shadow: black 1px 1px 6px;
	margin: 0.8em 10px;
	font-size: 1.6em;
}

h2 {
	padding: 0;
	text-shadow: black 1px 1px 6px;
	margin: 1em 10px;
	font-size: 1.5em;
}

h3 {
	padding: 0;
	text-shadow: #0f3116 1px 1px 6px;
	font-size: 1.3em;
	margin: 0.8em 10px;
}

h4 {
	font-size: 1.3em;
	margin: 1em 10px;
}

p {
	text-shadow: #2e2e2e 1px 1px 3px;
	text-align: left;
	margin: 0.9em 15px;
}

p.centre {
	text-align: center;
}

p.justif {
	text-align: justify;
}

p.droite {
	text-align: right;
}

p.standardCentre {
	text-align: center;
}

p.standardJustifie {
	text-align: justify;
}

p.standardDroite {
	text-align: right;
}

p.chapeau {
	font-size: 1.2em;
}

p.accroche {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fcd56e;
}

p.citation {
	font-style: italic;
	display: block;
	background-color: #6fc07e;
	padding: 15px;
}

p.alerte {
	color: yellow;
	font-size: 1.2em;
}

p.encadre {
	background-color: #da8c15;
	padding: 15px;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 
  	
  	background: -webkit-gradient(linear, left top, left bottom, from(#da8c15), to(#e16d0d));
	border: 1px solid #fcc07a;
}

p.encadre a {
	color: #51ea6e;
}

p.encadre a:hover {
	color: white;
}

p.legende {
	font-size: 0.9em;
	font-style: italic;
}

p.note {
	background-color: yellow;
	color: black;
	text-shadow: #fcec14 0 0 0;
	padding: 10px;
	
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 

}

p.note a:hover {
	color: #257a2f;
}

/* Bouton Lien */

a.bouton {
	padding: 0 15px 0 0;
	margin: 0;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat right 0;
	height: 32px;
	text-decoration: none;
	color: white;
}

a.bouton .texte {
	color: white;
	padding: 6px 0 0 15px;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat 0 0;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #661e33 1px 1px 1px;
	height: 25px;
}

a.bouton:hover {
	background-position: right -51px;
}

a.bouton:hover .texte {
	background-position: left -51px;
	text-shadow: #661e33 1px 1px 1px;
	color: #fefffe;
}

a.bouton:active {
	background-position: right -101px;
}

a.bouton:active .texte {
	background-position: left -101px;
}

a.boutonValider {
	padding: 0 15px 0 0;
	margin: 0;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat right 0;
	height: 32px;
	text-decoration: none;
	color: white;
}

a.boutonValider .texte {
	color: white;
	padding: 6px 0 0 15px;
	display: inline-block;
	background: url(images/articles/bouton_simple.png) no-repeat 0 0;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #661e33 1px 1px 1px;
	height: 25px;
}

a.boutonValider:hover {
	background-position: right -51px;
}

a.boutonValider:hover .texte {
	background-position: left -51px;
	text-shadow: #661e33 1px 1px 1px;
	color: #fefffe;
}

a.boutonValider:active {
	background-position: right -101px;
}

a.boutonValider:active .texte {
	background-position: left -101px;
}

/* Separation */

.hr {
	display: block;
	height: 10px;
	background: url(images/articles/separation.png) no-repeat center center;
	margin-top: 12px;
	margin-bottom: 9px;
}

.hr hr {
	display: none;
}

/* Hyperlien */

.hyperlien_standard {
	text-align: left;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.hyperlien_standard a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
}

.hyperlien_standard a:hover {
	text-decoration: none;
	background-color: rgba(217,254,193,0.1);
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
}

.hyperlien_standard a .nom {
	font-weight: bold;
	text-decoration: underline;
}

.hyperlien_standard span.commentaire {
	font-style: italic;
	font-size: 0.9em;
	display: block;
	color: #fad587;
}

/* Telechargement */

.lienDeTelechargement.standard {
	text-align: left;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.lienDeTelechargement.standard a {
	display: block;
}

.lienDeTelechargement.standard span.commentaire {
	font-style: italic;
	font-size: 0.9em;
}

/* Bloc Image */

.blocImage,
.lienImage,
.lienImageZoom {
	margin: 7px 10px 5px;
	display: inline-block;
}

.msie .blocImage,
.msie .lienImage,
.msie .lienImageZoom {
	display: inline;
}

.blocImage h5,
.lienImage h5,
.lienImageZoom h5 {
	font-size: 1em;
}

.blocImage .legende,
.lienImage .legende,
.lienImageZoom .legende{
	font-style: italic;
	font-size: 0.9em;
}

.blocImage.gauche,
.lienImage.gauche,
.lienImageZoom.gauche {
	text-align: left;
	display: block;
}

.blocImage.droite,
.lienImage.droite,
.lienImageZoom.droite {
	display: block;
	text-align: right;
}

.blocImage.gaucheavectexte,
.lienImage.gaucheavectexte,
.lienImageZoom.gaucheavectexte{
	float: left;
	margin-top: 0;
}

.blocImage.droiteavectexte,
.lienImage.droiteavectexte,
.lienImageZoom.droiteavectexte {
	float: right;
	margin-top: 0;
}

.blocImage.standardserre,
.lienImage.standardserre,
.lienImageZoom.standardserre {
	margin: 0 auto;
}

/* Diaporama */

.diaporama {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	position: relative;
	
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;

}

.diaporama .masqueSurDiaporama {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	z-index: 1;
	position: absolute;
}

.diaporama .zonetexte {
	background-color: rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.0)), to(rgba(0,0,0,1)));
  background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: white;
	z-index: 2;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;

}

.diaporama .zonetexte h3 {
	text-align: left;
	text-shadow: black 1px 1px 5px;
	font-size: 1.3em;
}

.diaporama .zonetexte h3 a {
	text-decoration: none;
	color: white;
	text-align: left;
}

.diaporama .zonetexte h4 {
	text-align: left;
	text-shadow: black 1px 1px 5px;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 3px;
}

.diaporama .zonetexte h4 a {
	text-decoration: none;
	color: white;
}

.diaporama .zonetexte p.lien {
	display: block;
	right: 0;
	bottom: 0;
	text-shadow: black 1px 1px 2px;
	font-style: italic;
	position: absolute;
}

.diaporama .zonetexte p.lien a {
	color: white;
}

.diaporama .zonetexte p.lien a:hover {
	color: #cacaca;
}

/* Formulaire */

.formulaireAuto_marge {
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin: 20px auto 30px;
}

.formulaireAuto p {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.formulaireAuto p.zoneBoutonValidation {
	text-align: right;
	width: 400px;
}

.formulaireAuto label {
	width: 200px;
	display: inline-table;
	text-align: right;
	margin-right: 4px;
	vertical-align: -4px;
}

.formulaireAuto textarea, .formulaireAuto input  {
	vertical-align: text-top;
	width: 282px;
}

.formulaireAuto #champObligatoire  {
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 10px;
	font-style: italic;
	float: left;
	display: inline;
	width: 120px;
	color: white;
	margin-left: 210px;
}

.formulaireAuto a.bouton {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.formulaireAuto a.bouton:hover {
	color: #f9100f;
	font-weight: bold;
	text-decoration: none;
}

/* Lien apparenté */

.lienNavigationParent {
	display: block;
	text-align: left;
	background-color: #31a849;
	font-size: 0.8em;
	margin-right: 15px;
	margin-left: 15px;
	
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
	margin: 1em 15px;
	
	oo-webkit-box-shadow: 1px 1px 4px #ffffff;
	oo-moz-box-shadow: 1px 1px 3px #2c6731;  
  	oo-box-shadow: 1px 1px 3px #2c6731;
	padding: 2px 6px;
	color: #4fe971;
	font-style: italic;
}

.lienNavigationParent a {
	color: #4fe96f;
}

.lienNavigationParent a:hover {
	color: white;
}



/* @end */

/* @group Produits */

/* Categories */

.produits_listecategories {
	margin: 1em 15px;
}

.produit_categorie_vignette {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

.produit_categorie_vignette a {
	text-decoration: none;
}

.produit_categorie_vignette b {
	display: block;
	text-decoration: underline;
}

/* Liste produits */

.produit_liste_vignette {
	display: block;
	text-align: left;
	background-color: #4fe971;
	padding: 10px;
	
		-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
	margin: 1em 15px;
	
		-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731;
	border: 1px solid #96f3ac;
	position: relative;
}

.produit_liste_vignette a {
		color: #007a0c;	
}

.produit_liste_vignette a:hover {
	color: white;
}

.produit_liste_vignette_marge {
	display: table;
}

.produit_liste_vignette .image_vignette {
	float: left;
	margin-right: 10px;
	
		-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731;

}

.produit_liste_vignette a.vignette {
	text-decoration: none;
	color: white;
}

.produit_liste_vignette .vignette b {
	font-size: 1.2em;
}

.produit_liste_vignette .zoneBouton_court {
	display: none;
}

.produit_liste_vignette .zoneBouton_long {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* Fiche produit */

.produits_fiche .blocBaseProduit {
		display: block;
	text-align: left;
	background-color: #4fe971;
	padding: 10px;
	
		-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-border-radius: 8px;
	margin: 1em 15px;
	
		-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731;
	border: 1px solid #96f3ac;

}

.produits_fiche .blocBaseProduit_marge {
	display: table;
	width: 100%;
}

.produits_fiche .blocTitre h3 {
	display: none;
}

.produits_fiche .zonePhoto {
	float: right;
}

.produits_fiche .zonePhoto {
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731;

}

.produits_fiche .zonePhoto .zoneBouton {
	display: none;
}



/* @end */

/* @group Zone Article */

div.zoneArticle {
	display: table;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}

#contenuseul div.zoneArticle {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}

#colonnedroite div.zoneArticle {
	margin-left: 180px;
	margin-right: 0;
}





/* @group Bloc Couverture */

.article.couverture {
	background: url(images/articles/couverture/couverture.jpg) no-repeat;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 230px;
	height: 534px;
	padding-left: 0;
}

.article.couverture .hyperlien_standard {
	text-align: center;
}

/* @end */

/* @group Bloc Bloc */

.article.bloc {
	background-color: #89e88f;
	color: #2e701e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.article.bloc h2 {
	padding-top: 15px;
	text-shadow: #fff 0 0 1px;
}

.article.bloc p {
	text-shadow: #999 0 0 1px;
}

.article.bloc #champObligatoire {
	color: #459f2d;
	text-shadow: #555 0 0 1px;
}

/* @end */

/* @group Colonne de droite */

div.margedroite {
	float: right;
	display: block;
	width: 190px;
}

div.margedroite .article {
	padding: 41px 0 0;
	position: relative;
	display: block;
	background: url(images/colonne_droite/colonne_droite_1.png) no-repeat center top;
	margin: 10px 0 0;
	color: #008432;
	font-size: 12px;
	line-height: 15px;
}

div.margedroite .article .article_esp1 {
	display: block;
	background: url(images/colonne_droite/colonne_droite_3.png) no-repeat center bottom;
	padding: 0 0 30px;
	margin: 0;
}

div.margedroite .article .article_esp2 {
	display: block;
	background: url(images/colonne_droite/colonne_droite_2.png) repeat-y center top;
	padding: 1px 9px 1px 6px;
	margin: 0;
}

div.margedroite .article a {
	color: #007a0c;	
}

div.margedroite .article a:hover {
	color: white;
}

div.margedroite .article h2 {
	position: absolute;
	top: 10px;
	left: 9px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 170px;
	letter-spacing: 2px;
	color: white;
	margin: 5px 0 0;
}

div.margedroite .article p {
	text-shadow: silver 0 0 0;
	margin: 10px;
}

div.margedroite .article p:last-child {
	margin-bottom: 2px;
}

div.margedroite .article .hr {
	background-image: url(images/colonne_droite/colonne_droite_sep.png);
	height: 4px;
}

div.margedroite .article .blocImage {
	-webkit-transition: -webkit-transform 0.2s linear;

}

div.margedroite .article .blocImage img {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 
  	-webkit-transform: rotate(0deg);
}

div.margedroite .article .blocImage.gaucheavectexte {
	margin-right: 8px;
	margin-top: 10px;
}

div.margedroite .article .blocImage.droiteavectexte {
	margin-left: 8px;
	margin-top: 10px;
}

div.margedroite .article .lienImage {
	-webkit-transition: -webkit-transform 0.2s linear;

}

div.margedroite .article .lienImage img {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px #2c6731;
	-moz-box-shadow: 1px 1px 3px #2c6731;  
  	box-shadow: 1px 1px 3px #2c6731; 
  	-webkit-transform: rotate(0deg);
}

div.margedroite .article .lienImage:hover {
	-webkit-transform: rotate(5deg);
}

div.margedroite .article .lienImage.gaucheavectexte {
	margin-right: 8px;
	margin-top: 10px;
}

div.margedroite .article .lienImage.droiteavectexte {
	margin-left: 8px;
	margin-top: 10px;
}



/* @end */



/* @end */

