

/**********  global   ***********/
/*
*{
	margin: 0px;
	padding: 0px;
}
*/

body, html{
	margin: 0px;
	padding: 0px;
} 

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676868;
	background: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(images/fond_planche_haut.jpg) repeat-x center 45px;
	}



h1,h2{
	font-weight: lighter; 
	font-size: 10px;
}

input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #808a92 solid 1px;
	background: #f4f4f4;
	font-size: 11px;
	color: #686868;
	font-weight: lighter;
}
input.submit {
  border: #808a92 solid 1px;
  font-family: verdana;
  font-size:11px;
  background:#b8cc25;
  color: #ffffff;
  cursor:pointer;
  cursor:hand;
  font-weight: bold;
}

.bold{
	font-weight: bold;
}

a{
	text-decoration: none;
}

.spacer{
	clear: both;
}

/***** banniere *****/


#flashcontent {
		height: 350px;
		width: 100%;
		z-index: 0;
		border: #FF0000 solid 1px;
		position:absolute;
		top: 0px;
		left: 0px;
}

/***** structure *****/
#colonne_gauche{
	/*border: #f00 solid 1px;*/
	position:absolute;
	top: 0px;
	left: 0px;
	background: #f4f4f4 url(images/fond_colonne_gauche.gif);
	width: 207px;
	height: 100%;
	z-index: 2;
	/*overflow-y: hidden;
	overflow-x: hidden;*/
}

#colonne_droite{
	/*border: #00f solid 1px;*/
	/*margin: -40px 0px 0px 207px;*/
	position:absolute;
	top: 45px;
	right: 0px;
	bottom: 20px;
	left: 207px;
	/*height: 100%;*/
	overflow: auto;

}

#contenu{
	width: 740px;
	/*border: #0f0 solid 1px;*/
	padding: 10px 0px 0px 20px;
}

#adresse{
	text-align: center;
	margin: -70px 0px 30px 0px;
}

/***** menu *****/
#menu{
	float: left;
	width: 179px;
	border: #0ff solid 1px;
	background: #a2da6d url(images/fond_menu.gif);
}

.trait_menu{
	height: 1px;
	line-height: 0px;
	overflow: hidden;
	background: url(images/fond_trait_menu.gif) no-repeat;
}
.trait_menu2{
	height: 1px;
	line-height: 0px;
	overflow: hidden;
	background: url(images/fond_trait_menu2.gif) no-repeat;
}
.rubrik1{
	font-size: 12px;
	font-weight: bold;
	color: #004c1b;
	display: block;
	/*border-left: #cfea02 solid 5px;*/
	background: url(images/fond_rubrik1.gif) repeat-y -10px 0px;
	padding: 7px 6px 4px 12px;
	/*border: #f00 solid 1px;*/
	
}

.rubrik1:hover{
	color: #00a023;
	background: url(images/fond_rubrik1.gif) repeat-y -6px 0px;
	/*border-left: #cfea02 solid 8px;*/
}

.rubrik1_actif{
	font-size: 12px;
	color: #274f01;
	font-weight: bold;
	display: block;
	background: url(images/fond_rubrik1_actif.gif) repeat-y;
	padding: 7px 6px 4px 12px;
	
}


.inter_rubrik1{
	font-size: 12px;
	font-weight: bold;
	color: #004c1b;
	display: block;
	/*border-left: #cfea02 solid 5px;*/
	/*background: url(images/fond_rubrik1.gif) repeat-y -10px 0px;*/
	padding: 7px 6px 4px 12px;
	/*border: #f00 solid 1px;*/
	
}

.inter_rubrik1:hover{
	color: #00a023;
	/*background: url(images/fond_rubrik1.gif) repeat-y -6px 0px;*/
	/*border-left: #cfea02 solid 8px;*/
}

.rubrik2{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #004c1b;
	display: block;
	background: url(images/fond_rubrik2.gif) repeat-y;
	padding: 4px 6px 3px 19px;
	
}
.rubrik2:hover{
	color: #00a023;	
}

.inter_rubrik2{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #004c1b;
	display: block;
	/*background: url(images/fond_rubrik2.gif) repeat-y;*/
	padding: 4px 6px 3px 19px;
	
}
.inter_rubrik2:hover{
	color: #00a023;	
}

.rubrik2_actif{
	font-size: 11px;
	color: #274f01;
	font-weight: bold;
	display: block;
	background: url(images/fond_rubrik2.gif) no-repeat 24px 8px;
	padding: 4px 6px 3px 36px;
	
}

/***** menu haut *****/
#menu_haut{
	background: #b8cc25;
	height: 20px;
	position: absolute;
	left: 207px;
	width: 100%;
}

#menu_haut a{
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	width: 110px;
	height: 18px;
	padding: 3px 8px 0px 8px;
	border-right: #fff solid 1px;
}

#menu_haut a:hover{
	color: #e8ff3c;
}

/***** titre page *****/
#titre{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background: url(images/fond_titre_page.gif) repeat-x right;
	height: 41px;
	margin-top: 1px;
	padding: 3px 0px 0px 0px;
	/*padding-left:224px;*/
	text-align: left;
	position: absolute;
	width: 100%;
	top: 21px;
	right: 0px;
	left: 0px;
	z-index: 1;
}

/***** detail produit *****/


.detail_produit{
	/*border-bottom: #ccc solid 1px;*/
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
	/*background: #fff;*/
}

.titre_produit{
	font-size: 13px;
	font-weight: bold;
	color: #005c15;
	text-transform: uppercase;
	background: url(images/fond_titre_produit.jpg) repeat-x;
	height: 17px;
	border-bottom: #006717 solid 1px;
	border-top: #006717 solid 1px;
	padding: 2px 0px 2px 20px;
	margin-bottom: 12px;
}

.img_produit{
	/*border: #cfcfcf solid 1px;*/
	float: left;
	width:150px;
	height:150px;
	/*background:#fff;*/
	text-align:center;
	vertical-align: middle;
}

.img_produit_vide{
	/*border: #cfcfcf solid 1px;*/
	float: left;
	width:1px;
	height:50px;
	/*background:#fff;*/
	text-align:center;
	vertical-align: middle;
}

.texte_produit{
	float:left;
	width: 550px;
	padding: 0px 8px 0px 0px;
	/*border: #0ff solid 1px;*/
	margin: 8px 0px 0px 12px;
}

.bouton_catalogue{
	display: block;
	float: right;
	width: 161px;
	height: 20px;
	background: url(images/bouton_catalogue.gif) no-repeat;
	margin: 0px 12px 0px 0px;
}
.bouton_catalogue:hover{
	background: url(images/bouton_catalogue.gif) no-repeat -161px 0px;
}

.bouton_commander{
	display: block;
	float: right;
	width: 98px;
	height: 20px;
	background: url(images/bouton_commander.gif) no-repeat;
}
.bouton_commander:hover{
	background: url(images/bouton_commander.gif) no-repeat -98px 0px;
}

.bouton_fds{
    display: block;
	float: right;
	width: 150px;
	height: 25px;
	background: url(images/bouton_fds.gif) no-repeat;
	margin: 0px 12px 0px 0px;
}
.bouton_fds:hover{
	background: url(images/bouton_fds.gif) no-repeat -151px 0px;
}


.detail{
	/*background: url(images/fond_detail.jpg);*/
	float: left;
	width: 550px;
	padding: 5px;
	margin: 8px 0px 0px 12px;
	
}
.texte_detail{

}
.commander_detail{
	display: block;
	width: 98px;
	height: 20px;
	background: url(images/bouton_commander.gif) no-repeat;
}
/***** footer *****/
#footer{
	background: url(images/fond_footer.gif) repeat-x left;
	height: 20px;
	padding: 3px 0px 0px 0px;
	margin-bottom: -1px;
	position: absolute;
	left: 204px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.mentions{
	color: #ffd1d1;
	font-size: 10px;
	float: left;
	margin-left: 20px;
}

.credits{
	color: #ffd1d1;
	font-size: 10px;
	float: right;
	margin-right: 20px;
}

/***********************************************/
/***************** ACCUEIL *********************/
/***********************************************/

#texte_accueil{
	
	/*border: #00FF00 solid 1px;*/
	position: absolute;
	/*margin: 95px 0px 0px -22px;*/
	margin-top:-260px;
	margin-left:-20px;
	height:80px;
	/*background:#fff;*/
	top: 50%;
	left: 50%;
	width:420px;
}

#texte_accueil h1{
	font-weight: bold;
	margin-bottom: 8px;
}

#menu_accueil{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -170px 0px 0px -20px;
	border-left: #70a069 solid 2px;
	width:320px;
}

#menu_accueil a{
	color: #2b6802;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 0px 0px 6px 8px;
}

#menu_accueil a:hover{
	color: #e81217;
}

.trait_menu{
	height: 1px;
	line-height: 0px;
	overflow: hidden;
	background: url(images/trait_menu_accueil.gif) no-repeat;
	width: 165px;
	margin: 3px 0px 3px 8px;
}

#menu_haut_accueil{
	background: #b8cc25;
	height: 20px;
	position: absolute;
	left: 0pxtop: 0px;
	width: 100%;
	text-align: center;
	border-bottom: #746f29 solid 2px;
}

#menu_haut_accueil a{
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	width: 110px;
	height: 18px;
	padding: 3px 8px 0px 8px;
	border-right: #fff solid 1px;
}

#menu_haut_accueil a:hover{
	color: #e8ff3c;
}

#footer_accueil{
	background: #b8cc25;
	height: 20px;
	padding: 3px 0px 0px 0px;
	margin-bottom: -1px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	border-top: #746f29 solid 2px;
}

.mentions_accueil{
	color: #fbffe1;
	font-size: 10px;
	float: left;
	margin-left: 20px;
}

.mentions_accueil:hover{
	color: #fff;
}
.credits_accueil{
	color: #fbffe1;
	font-size: 10px;
	float: right;
	margin-right: 20px;
}
.credits_accueil:hover{
	color: #fff;
}

