

/* CSS Document - Gerstaecker.fr by Actweb.fr */

/***
*		STYLES PAR DEFAUT
*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/fr/interface/_bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top:  10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
}

img {border: 0;}

.imgselec {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.imgselec a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
}

.imgselec a:visited {
	text-decoration: none;
}

.imgselec a span {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-color: #C91300;
	color: #fff;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 3px;
	display: block;
	text-decoration: none !important;
}

form {
	margin: 0;
	padding: 0;
}

a			{ color: #C91300; text-decoration: underline;}
a:link 		{ color: #C91300; text-decoration: underline;}
a:hover 	{ color: #C91300; text-decoration: none;}
a:visited 	{ color: #7E7E7E; text-decoration: underline;}
a:visited:hover { color: #C91300; text-decoration: none;}

/***
*		STYLES DE TEXTE OU DE LIENS
*/
.text-infos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}

/***
*		STYLES DES MODULES
*/

/*		DESCRIPTION DANS RUB ET SOUS-RUB	*/
.text-descr-ref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	text-align: left;
	padding: 0 0 0 12px;
}

/*		LOGIN		*/
.login .field-txt {
	height: 17px;
	width: 107px;
	background-image: url(../images/fr/interface/field-txt.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #464646;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #696969;
	padding: 1px 0 0 2px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}

.login .field-ok {padding: 28px 0 0 0;}

.login .extra {
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.login a								{ color: #C91300; text-decoration: underline;}
.login a:link 						{ color: #C91300; text-decoration: underline;}
.login a:hover 					{ color: #C91300; text-decoration: none;}
.login a:visited 					{ color: #C91300; text-decoration: underline;}
.login a:visited:hover 			{ color: #C91300; text-decoration: none;}

/*		PANIER		*/
.panier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;

	padding: 5px 0 0 0;
}

.panier a							{ color: #282828; text-decoration: underline;}
.panier a:link 						{ color: #282828; text-decoration: underline;}
.panier a:hover 					{ color: #282828; text-decoration: none;}
.panier a:visited 					{ color: #282828; text-decoration: underline;}
.panier a:visited:hover 		{ color: #282828; text-decoration: none;}

/*		RECHERCHER		*/
.extra .rechercher {padding: 0 0 0 3px;}
.extra .field-txt {
	height: 17px;
	width: 107px;
	background-image: url(../images/fr/interface/field-txt.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #464646;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #696969;
	padding: 1px 0 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}
.extra .field-select {
	height: 17px;
	width: 145px;
	background-image: url(../images/fr/interface/field-txt.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #464646;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #696969;
	padding: 1px 0 0 2px;
	margin: 1px 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}
/*	STYLES DU MENU HORIZONTAL */
.cell-hotline {
	background-image: url(../images/fr/interface/menu_hor-off.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
	padding: 0 0 0 4px;
}
.cell1-off {
	background-image: url(../images/fr/interface/menu_hor-off.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
	padding: 0 0 0 4px;
	cursor: pointer;
}
.cell1-off a,.cell1-off a:link,.cell1-off a:visited,.cell1-off a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	text-decoration:none;
}
.cell1-on {
	background-image: url(../images/fr/interface/menu_hor-on.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
	padding: 0 0 0 4px;
	cursor: pointer;
}
.cell1-on a,.cell1-on a:link,.cell1-on a:visited,.cell1-on a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.cell2-off {
	background-image: url(../images/fr/interface/menu_hor2-off.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
	width: 5px;
}
.cell2-on {
	background-image: url(../images/fr/interface/menu_hor2-on.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 34px;
	width: 5px;
	cursor: pointer;
}
/*		STYLES DU SOS MENU		*/
.sousmenu .titre {
	background-image: url(../images/fr/interface/mod_smenu-0.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0 3px 12px;
}
.sousmenu .btnOff {
	background-image: url(../images/fr/interface/mod_smenu-1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	width : 150px;
	padding : 4px 0 3px 12px;
}
.sousmenu .btnOff a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	text-align: left;
	text-decoration:none;
	display:block;
}
.sousmenu .btnOn {
	background-image: url(../images/fr/interface/mod_smenu-1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	text-align: left;
	padding: 4px 0 3px 12px;
	cursor: pointer;
}
.sousmenu .btnOn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1100E;
	cursor: pointer;
	text-align: left;
	text-decoration:none;
	display:block;
}
/*		STYLES DU MENU		*/
.menu .btnOff {
	background-image: url(../images/fr/interface/mod_menu-1-off.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	text-align: left;
	padding: 0px 0 0px 15px; /* anciennement: 5px 0 3px 15px; */
}
.menu .btnOff a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	font-weight: bold;
	text-decoration:none;
}
.menu .btnOn {
	background-image: url(../images/fr/interface/mod_menu-1-on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	text-align: left;
	padding: 0px 0 0px 15px; /* anciennement: 5px 0 3px 15px; */
	cursor: pointer;
}
.menu .btnOn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1100E;
	font-weight: bold;
	text-decoration:none;
}
/*		STYLES MAILING		*/
.mailing .field {padding: 0 0 0 10px;}
.mailing .btn {	padding: 0 0 0 115px;}
.mailing .inscription {	padding: 0 0 0 60px;}
.mailing .field-txt {
	height: 17px;
	width: 130px;
	background-image: url(../images/fr/interface/field-txt.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #464646;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #696969;
	padding: 1px 0 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}
/*		STYLES MAGAZINE		*/
.magazine  .txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	padding: 0 2px 0 6px;
}
.magazine a							{ color: #515151; font-weight: bold; text-decoration: underline;}
.magazine a:link 					{ color: #515151; font-weight: bold; text-decoration: underline;}
.magazine a:hover 				{ color: #515151; font-weight: bold; text-decoration: none;}
.magazine a:visited 				{ color: #515151; font-weight: bold; text-decoration: underline;}
.magazine a:visited:hover 		{ color: #515151; font-weight: bold; text-decoration: none;}
/*		STYLES CATALOGUE		*/
.catalogue  .txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	padding: 0 2px 0 6px;
}
.catalogue .btn {padding: 0 0 0 65px;}
/*		STYLES EXTRA		*/
.extra  .txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	padding: 0 0 0 3px;
}
.extra a							{ color: #515151; text-decoration: underline;}
.extra a:link 					{ color: #515151; text-decoration: underline;}
.extra a:hover 				{ color: #515151; text-decoration: underline;}
.extra a:visited 				{ color: #515151; text-decoration: underline;}
.extra a:visited:hover 		{ color: #515151; text-decoration: underline;}
/* 	STYLE ENCART PUB		*/
.encart {padding: 10px 0 10px 0;}
/* 	STYLE DU TITRE		*/
.titre,.titre0,.titre1,.titre2,.titreprod,#selectcouleur,.titre1_plan,.titre2_plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515151;
	font-weight: bold;
	padding: 15px 0 0 10px;
}
.titre0{
/*	background-image: url(../images/fr/interface/titre-bg.jpg); */
	background-repeat: no-repeat;
}
.titre1,.titre1_plan{
	color:#C91300;
	font-size: 13px;
	text-transform: none;
}
.titre2,.titre2_plan{
	font-size: 12px;
	text-transform: none;
}
/*		STYLE Autre Que Home	*/
#contenucadre{
	background-image: url(../images/fr/interface/intro_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.cadretitre{background-image: url(../images/fr/interface/titre-bg.jpg);}
/*.titre {text-transform: uppercase;	}*/
.titreprod,#chemin{
/*	background-image: url(../images/fr/interface/titre-bg.jpg); */
	background-repeat: no-repeat;
	/*text-align:center;*/
}
#chemin{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	font-weight: normal;
	padding: 5px 0 0 5px;
}
a.lchemin							{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	text-decoration: underline;
}
a.lchemin:link 					{ text-decoration: underline;}
a.lchemin:hover 				{  text-decoration: underline;}
a.lchemin:visited 			{ color:#7E7E7E !important;text-decoration: underline;}
a.lchemin:visited:hover 		{text-decoration: underline;}
/*		STYLE DU SOUS TITRE		*/
.sstitre {
	background-image: url(../images/fr/interface/sstitre_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515151;
	font-weight: bold;
	text-transform: uppercase;
}
/*		STYLE TEXTE DE PRESENTATION		*/
.intro {
	background-image: url(../images/fr/interface/intro_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	padding: 10px 0 10px 20px;
}
.ltext						{ color: #515151; font-size: 12px;  text-decoration: underline;}
.ltext:link 					{ color: #515151; font-size: 12px;  text-decoration: underline;}
.ltext:hover 				{ color: #515151; font-size: 12px; text-decoration: none;}
.ltext:visited 				{ color: #515151; font-size: 12px; text-decoration: underline;}
.ltext:visited:hover 		{ color: #515151; font-size: 12px;  text-decoration: none;}
/*		STYLES DU FOOTER		*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}
.footer a							{ color: #515151; text-decoration: none;}
.footer a:link 						{ color: #515151; text-decoration: none;}
.footer a:hover 					{ color: #515151; text-decoration: underline;}
.footer a:visited 					{ color: #515151; text-decoration: none;}
.footer a:visited:hover 		{ color: #515151; text-decoration: underline;}
/*		STYLES DU CONTENU PRINCIPAL		*/
.main {
	
	padding: 10px 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	align: center;
}
/*
.main a							{ color: #C91300; font-size: 10px; font-weight: bold; text-decoration: underline;}
.main a:link 					{ color: #C91300; font-size: 10px; font-weight: bold; text-decoration: underline;}
.main a:hover 				{ color: #C91300; font-size: 10px; font-weight: bold; text-decoration: none;}
.main a:visited 				{ color: #C91300; font-size: 10px; font-weight: bold; text-decoration: underline;}
.main a:visited:hover 		{ color: #C91300; font-size: 10px; font-weight: bold; text-decoration: none;}
*/
/***
*		STYLES VIGNETTE PRODUIT
*/
.produit-selection .designation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	font-weight: bold;
}
.produit-selection .designation a							{ color: #515151; font-weight: bold; text-decoration: underline;}
.produit-selection .designation a:link 					{ color: #515151; font-weight: bold; text-decoration: underline;}
.produit-selection .designation a:hover 					{ color: #515151; font-weight: bold; text-decoration: none;}
.produit-selection .designation a:visited 				{ color: #515151; font-weight: bold; text-decoration: underline;}
.produit-selection .designation a:visited:hover 		{ color: #515151; font-weight: bold; text-decoration: none;}
.produit-selection .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
}
.produit-selection .prix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C91300;
	font-weight: bold;
}
/***
*		STYLES TABLEAU PRODUIT
*/
.titretable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	background-color: #DD3119;
}
td span.legide {
	font-size: 9px;
	color: #515151;
}
.resumetable,.resumetabler,.resumetablel, .resumetabletop, .resumetabletopr, .resumetabletopl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	background-color: #F9F8F7;
}
.resumetableGris, .resumetableGrisl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	font-weight: normal;
	padding: 5px;
	text-align:center;
	vertical-align: middle;
	background-color: #DED9D4;
}
.offrescadeau{
	color: #DD3119;
	font-weight: bold;
}
.inputright{text-align: right;}
.resumetabler, .resumetabletopr{text-align: right;}
.resumetablel, .resumetabletopl, .resumetableGrisl {text-align: left;}
.resumetabletop, .resumetabletopr, .resumetabletopl{vertical-align:top;}
.img_p_g{margin: 10px 0 0 5px;}
.cadre_t_p{margin-top:15px;}
.defaul_t_prod{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	padding: 15px 0 0 10px;
	background-repeat: no-repeat;
}
#selectcouleur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 13px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	background-image: url(../images/fr/interface/titre-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 0 10px;
	text-align:center;
}
#selectcouleur1 {
	text-align:center;
}
#entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/fr/interface/titre-bg.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 0 0px;
}
.cellcouleur,.c_propri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.cellcouleur {
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}
.tablecouleur {margin: 15px 0 0 10px;}
.ulsous {
	margin-top: 10px;
	margin-bottom: 10px;;
	color: #515151;
}
.ulrouge {
	margin-top: 10px;
	color: #C91300;
}
.titre1_plan,.titre2_plan {	padding: 0px;}
.lifin {clear:both;}
.lileft {
	/*float:left;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#FF0000;*/
}
.liright {
  /*float:left;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#00FF00;
	clear:both;*/
}
a.lrubrique	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000 !important;
	text-decoration: underline;
}
a.lrubrique:link 							{ text-decoration: underline;}
a.lrubrique:hover 						{  text-decoration: underline;}
a.lrubrique:visited 					{ text-decoration: underline;}
a.lrubrique:visited:hover 		{text-decoration: underline;}
td#chemin {
   text-align: left;
}

td.titre-charte{
   color:#cc1703;
   font-weight:bold;
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   text-align: left;
}
span.cache {
display:none;
}
.promotable{
font-size:20px;
font-weight:bold;
color:#DD3119;
background-repeat:no-repeat;
background-position:50% 50%;
/*background-image:url(../images/promo.gif);*/
/*min-height:43px;*/
}
.grundtable{
font-size:10px;
vertical-align:top !important;
height: 1%;
}
.prixtable{

}
.prixtablepromo{
color:#dd3119;
}
.prixtablebarre{
display:block;
}
.celvidet{
border-top-width:0px !important;
}
.celvideb{
border-bottom-width:0px !important;
}
.tableauprix{
border-collapse :collapse;
}
.tableauprix td,.tableauprix th{
border:1px solid #ffffff;
border-collapse :collapse;
}