body {
	background:#fcb32a url(../images/fonds/fond_body.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/*-------------------------------- general au site -----------------------------*/
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,ol,dl,div,form,input,select {
	margin:0;
	padding:0;
}
a img  {
	border:none;
}
table{
	border-collapse:collapse;
}
ul {
	list-style-type:none;
}
p{
	font-size:12px;
	color:#6b4c13;
}
a {
	text-decoration:none;
	color:#6b4c13;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus,submit:active{
   outline:none;
}

h1 {

}

/*---------------------------------------------- GLOBAL -----------------------------------------*/

#global{
	position:relative;
	width:1000px;
	min-height:600px;
	padding:0 0px;
	background:#fff url(../images/fonds/colonne.png) repeat-y left top;
	border:1px solid #946417;
	margin:20px auto;
} 
*html #global{
	height:600px;
} 

/*-------------------------------------------------------------------------------------------------------------------*/
/*----------------------------                  PAGES    INTERIEURES              -----------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
#entete {
	float:left;
	width:100%;
	height:160px;
	position:relative;
	background:url(../images/fonds/fond_entete_interieur.jpg) no-repeat left top;
}


#colonne {
	float:left;
	width:296px;
	padding:0 0 20px 0;
}
#colonne a{
	color:#fff;
}
#colonne div.bloc {
	float:left;
	margin:40px 0 0 0;
	background:url(../images/fonds/colonne_bloc_y.png) repeat-y left top;
	width:239px;
	padding:28px 29px 10px 28px;
	position:relative;
}
#colonne div.bloc ul.menu_catalogue {
	width:100%;
	float:left;
	margin:0px;
}
#colonne div.bloc ul.menu_catalogue li{
	margin:0 0px 0 0;
	float:left;
	width:100%;
	height:50px;
	line-height:50px;
	position:relative;
}
#colonne div.bloc ul.menu_catalogue li h4{
	font-size:12px;
	font-weight:700;
	float:left;
}
#colonne div.bloc ul.menu_catalogue li span{

}
/*-------   menu catalogue partie 2 ----------*/
#colonne div.bloc ul.menu_catalogue.partie2 {
	width:100%;
	float:left;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

#colonne div.bloc ul.menu_catalogue.partie2 li{
	position:relative;
	width:100%;
	float:left;
}


#colonne div.bloc div.p1 {
	background:url(../images/fonds/colonne_bloc_haut.png) no-repeat left top;
	width:296px;
	height:18px;
	position:absolute;
	top:-10px;
	left:0;
	z-index:0;
}
#colonne div.bloc div.p2 {
	background:url(../images/fonds/colonne_bloc_bas.png) no-repeat left bottom;
	width:296px;
	height:18px;
	position:absolute;
	bottom:-8px;
	left:0;
	z-index:0;
}
#colonne div.bloc h2{
	position:absolute;
	top:-12px;
	right:29px;
	border:1px solid #fff;
	background:#af7c1d;
	color:#fff;
	font-size:13px;
	text-align:right;
	padding:0 12px;
	height:24px;
	line-height:24px;
	font-weight:700;
	z-index:10;
}

#colonne div.bloc p.illu{
	float:left;
	margin:0 10px 0px 0;
}
#colonne div.bloc p.illu img{
	border:1px solid #fff;
}
#colonne div.bloc p.savoir_p a{
	float:right;
	margin:20px 0 0 0;
	text-align:right;
	text-decoration:underline;
}
#colonne div.bloc p.valider a,
#colonne div.bloc p.acces_panier a{
	float:right;
	margin:20px 0 0 0;
	text-align:right;
	position:relative;
	right:-8px;
}
#colonne div.bloc p.valider a img{
	float:right;
}
#colonne div.bloc p {
	margin:0 0 10px 0;
	color:#fff;
	font-size:11px;
}

/*--- affichage du bloc panier   ---------*/
#colonne div.bloc ul.liste_panier {
	
}
#colonne div.bloc ul.liste_panier  li{
	font-size:13px;
	border:1px solid #ccc;
	border-width:0 0 1px 0;
	width:100%;
	float:left;
	position:relative;
	color:#fff;
	font-weight:700;
	padding:4px 0 1px 0;
}
#colonne div.bloc ul.liste_panier  li span.prix{
	font-size:13px;
	color:#fff;
	position:absolute;
	right:0;
	bottom:0;
	font-weight:400;
}

/*-------   affichage d'une liste   -----------*/
#colonne div.bloc ul.liste  li{
	font-size:12px;
	color:#fff;
	text-indent:10px;
	float:left;
	width:100%;
	margin:0 0 4px 0;
}
#colonne div.bloc ul.liste  li a{
	padding:11px 0px 0 0;
	height:20px;
	line-height:18px;
	text-indent:40px;
	float:left;
	width:100%;
	background:url(../images/fonds/menu_articles.jpg) no-repeat center top;
}
#colonne div.bloc ul.liste  li a:hover{
	background:url(../images/fonds/menu_articles_hover.jpg) no-repeat center top;
	text-decoration:none;
}
#colonne div.bloc ul.selection_produits.liste  li a{
	text-indent:60px;
	background:url(../images/fonds/menu_selection.jpg) no-repeat center top;
}
#colonne div.bloc ul.selection_produits.liste  li a:hover{
	background:url(../images/fonds/menu_selection_hover.jpg) no-repeat center top;
}

#colonne div.bloc p.inscription input.input_mail{
	width:190px;
}
#colonne div.bloc p.inscription input.chp_ro{
	display:none;
}
/*----------------------------------------             CORPS DE LA PAGE         ---------------------------*/
#corps {
	width:686px;
	float:left;
	margin:40px 0 0 0;
	padding:0 0 20px 0;
	position:relative;
}
#corps  #banniere{
	width:100%;
	float:left;
}
#corps  #banniere h6{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #a07b36;
	height:132px;
}
#corps  #banniere h6 img{
	float:left;

}
#corps  #banniere p.pub img{
	float:left;
	border:1px solid #a07b36;
}

/*--------------   fil d'ariane    ------------*/
#corps #fil_ariane {
	width:100%;
	float:left;
	margin:30px 0 4px 0;
}
#corps #fil_ariane  ul{
	float:right;
}
#corps #fil_ariane  ul li{
	float:left;
	font-size:11px;
	color:#6b4c13;
	margin:0 0 0 8px;
	background:url(../images/puces/puce_fil_ariane.png) no-repeat left center;
	padding:0 0 0 10px;
}
#corps #fil_ariane  ul li:first-child{
	background:none;
}
#corps #fil_ariane  ul li a{
	color:#6b4c13;
}
#corps_accueil {
	background:url(../images/fonds/fond_accueil.jpg) no-repeat top left;
	width:1000px;
	height:600px;
	position:relative;
}

#corps div.t1 {
	width:100%;
	float:left;
	background:#a07b36 url(../images/fonds/h1_p1.png) no-repeat left center;
	height:12px;
}
#corps div.t1.marge {
	margin:20px 0 0 0;
}
#corps div.t1 h1,
#corps div.t1 h6 {
	float:left;
	color:#6b4c13;
	font-size:15px;
	font-weight:700;
	background:#fff url(../images/fonds/h1_p2.png) no-repeat right center;
	height:12px;
	line-height:12px;
	margin:0 0 0 45px;
	padding:0 45px 0 0;
	font-family:arial;
	display:inline;
}
#corps div.t1.marge {
	margin:30px 0 0 0;
}

/*-------------------    zone de texte   ----------------*/
#corps div.zone_texte {
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
#corps div.zone_texte.marge {
	margin:30px 0 0 0;
}
#corps div.zone_texte p {
	margin:0 0 10px 0;
}
#corps div.zone_texte p.intro {
	font-weight:700;
}
#corps div.zone_texte h3 {
	font-size:14px;
	color:#6b4c13;
	font-weight:700;	
	margin:0 0 10px 0;
}
#corps div.zone_texte p.illu {
	float:right;
	margin:0 0 10px 10px;
}
#corps div.zone_texte p.illu  img{
	border:1px solid #6b4c12;
}
#corps div.zone_texte a{
	color:#6b4c13;
	text-decoration:underline;
}
#corps div.zone_texte a.normal{
	color:#6b4c13;
	text-decoration:none;
}
#corps div.zone_texte dt {
	font-size:12px;
	color:#6b4c13;
	margin:10px 0 0px 0;
}
#corps div.zone_texte ul {
	margin:0 0 10px 20px;
	list-style-type:square;
	list-style-position:inside;
}
#corps div.zone_texte ul li {
	font-size:12px;
	color:#6b4c13;
}
/*--------   zone illustration   --------*/
#corps div.zone_illu {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
#corps div.zone_illu p.illu {
	float:left;
	margin:0 0 10px 0;
}
#corps div.zone_illu p.illu  img{
	float:left;
	margin:0 0 0px 10px;
}
#corps div.zone_illu p.illu  img.prems{
	float:left;
	margin:0 0 0px 0;
}

/*---------- page actu  --------*/
#corps div.zone_texte.actualite p.infos {
	font-size:11px;
	color:#6b4c13;
	margin:0;
	position:relative;
	top:-10px;
	padding:0;
}


/*-------------     page de liens    -----------------*/
#corps div.liens {
	width:100%;
	float:left;
	margin:30px 0 0 0;
}
#corps div.liens  div{
	width:80%;
	float:left;
	margin:0 20% 10px 0;
	position:relative;
}
#corps div.liens  div h3{
	font-size:14px;
}
#corps div.liens  div p.illu{
	float:left;
	margin:0 10px 0 0;
}
#corps div.liens  div p.illu img{
	float:left;
	border:1px solid #765023;
}
#corps div.liens  div p.text{
	float:left;
	width:350px;
}
#corps div.liens  div p.savoir_p a{
	position:absolute;
	bottom:0;
	right:0;
}
/*----------------------    commentaires des stages    ---------------*/
#corps div.comm {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
#corps div.comm  h6{
	font-size:13px;
	color:#af7c1c;
	font-weight:400;	
	margin:0 0 0px 0;
}


/*-------------   menu déroulement commande   ----------*/
#corps div.menu_der_cmd {
	float:left;
	width:666px;
	margin:20px 0 0 0;
	text-align:center;
}
#corps div.menu_der_cmd  ul {

}
#corps div.menu_der_cmd  ul li{
	float:left;
	margin:0 10px 0 0;
	background:#fff url(../images/fonds/fond_menu_cmd.png) no-repeat right top;
	text-align:center;
	padding:0px 10px;
	font-size:12px;
	font-weight:400;
	color:#af7c1c;
	border:1px solid #af7c1c;
	height:22px;
	line-height:22px;
}
#corps div.menu_der_cmd  ul li.actif{
	border:2px solid #af7c1c;
	background-image:none;
	height:20px;
	line-height:20px;
		font-weight:700;
}
#corps div.menu_der_cmd  ul li a{
	color:#af7c1c;
}

#corps div.menu_der_cmd  ul li span{
	font-size:12px;
}

/*------------------      panier     -------------*/
#corps table.cmd_panier {
	float:left;
	margin:30px 0 0 0;
	width:100%;
	border:1px solid #a07a34;
	border-width:0 0 10px 0;
}
#corps table.cmd_panier tr.titre {
	border:1px solid #fff;
	border-width:10px 0 0 0;
} 
#corps table.cmd_panier tr.titre th{
	text-align:left;
} 
#corps table.cmd_panier tr.titre th h3 {
	color:#6b4c12;
	font-size:12px;
} 
#corps table.cmd_panier tr.titre th h3 a{
	color:#6b4c12;
} 
#corps table.cmd_panier tr.item{
	background:#fff;

} 
#corps table.cmd_panier  td {
	border:none;
	vertical-align:top;
	padding:0;
	padding:4px 10px 4px 0;
	border:1px solid #a07a34;
	border-width:2px 0 0 0;
} 
#corps table.cmd_panier tr.item  p.illu {
	margin:0 0px 0 0;
} 
#corps table.cmd_panier tr.item  p.illu  img{
} 
#corps table.cmd_panier tr.item  td.del {
	text-align:right;
} 
#corps table.cmd_panier tr.item  td.del p {
	width:100%;
} 
#corps table.cmd_panier td.total p{
	font-size:14px;
	font-weight:700;	
}
#corps table.cmd_panier td.prix  p,
#corps table.cmd_panier td.total  p{
	text-align:right;
	width:100%;
}
#corps table.cmd_panier td.dimensions p{
	font-size:11px;
}
#corps table.cmd_panier td.coloris  {
	min-width:60px;
}
#corps table.cmd_panier td.coloris  div{
	float:left;
	width:100%;
}
#corps table.cmd_panier td.coloris  p{
	font-weight:700;
}
#corps table.cmd_panier td.coloris  p.input{
	float:left;
	width:25%;
}
#corps table.cmd_panier td.coloris  p.couleurs{
	float:left;
	width:75%;
}
#corps table.cmd_panier td.coloris  p span{
	font-weight:400;
	display:block;
	color:#af7c1b;
	font-size:11px;
}
#corps table.cmd_panier p {
	float:left;
}
#corps table.cmd_panier h6{
	float:left;
	width:100%;
	margin:0 0 6px 0;
	color:#6b4c12;
	font-size:11px;
	border:1px solid #a07a34;
	border-width:0 0 1px 0;
	font-weight:700;
}
#corps table.cmd_panier  td input.petit {
	width:22px;
} 


/*----- confirmation   ----*/
#corps table.cmd_panier.confirmation  td.produit {
	padding-left:12px;
	background:url(../images/puces/puce_fil_ariane.png) no-repeat left center;
} 
#corps table.cmd_panier.confirmation  td.totalConf p {
	text-align:right;
	float:right;
} 

#corps div.adresse {
	width:50%;
	float:left;
	margin:30px 0 0 0;
}
#corps div.adresse  h4.t4{
	font-size:14px;
	color:#6b4c12;
	margin:0 0 10px 0;
	width:100%;
	float:left;
}
#corps div.adresse  p{
	width:100%;
	float:left;
	margin:0 0 4px 0;
}
#corps div.adresse  p span{
	width:144px;
	float:left;
	font-weight:700;
}
#corps div.zone_confirm {
	width:100%;
	float:left;
	margin:20px 0 20px 0;
}
#corps div.zone_confirm  p{
	width:100%;
	float:left;
	text-align:right;
	margin:0 0 5px 0;
}
#corps div.zone_confirm  p a{
	text-decoration:underline;
}
#corps div.zone_confirm  p.btn{
	margin:20px 0 0 0;
}
/*-------   calcul du montant de la commande   ----------*/
#corps div.totaux {
	width:50%;
	float:right;
	margin:0 0 0 0;
}
#corps div.totaux div {
	width:100%;
	float:left;
	border:1px solid #6b4c12;
	border-width:0 0 1px 0;
	padding:4px 0;
}
#corps div.totaux h3{
	font-size:12px;
	background:#a07933;
	color:#fff;
	text-indent:10px;
	padding:4px 0;
	margin:20px 0 0 0;
}
#corps div.totaux div  p{
	float:left;

}
#corps div.totaux div  p.first{
	width:50%;
	font-weight:700;
	text-align:left;
}
#corps div.totaux p.next {
	text-align:right;
	width:45%;
}
#corps div.totaux div  p.legende{
	width:100%;
	font-weight:400;
	text-align:left;
	font-size:11px;
}
#corps div.totaux div.total {
	background:#6b4c12;
}
#corps div.totaux div.total p {
	color:#fff;
	font-size:14px;
	font-weight:700;
}

#corps div.totaux div.total p.first {
	text-indent:10px;
}
#corps div.totaux div.total p.next {
	float:right;
	margin:0 10px 0 0;
	width:40%;
}
#corps div.totaux p.btn {
	float:right;
	margin:20px 0 0 0;
}
/*-------   infos affichées sur le panier   ----------*/
#corps div.infos {
	width:304px;
	float:left;
	margin:20px 0 0 0;
	border:1px solid #a07933;
	border-width:2px 1px;
	padding:10px;


}
#corps div.infos p {
	margin:0 0 10px 0;
	font-size:11px;

}
#corps div.infos p a{
	text-decoration:underline;

}
/*-----------------------            formulaires                --------------*/
#corps div.formulaire {
	width:100%;
	float:left;
	margin:30px 0 20px 0;
}
#corps div.formulaire div.zone{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
#corps div.formulaire  h4{
	font-size:14px;
	color:#6b4c12;
	margin:10px 0 10px 0;
	border:1px solid #6b4c12;
	border-width:0 0 1px 0;
	float:left;
	text-indent:14px;
	width:60%;
	background:url(../images/puces/puce_fil_ariane.png) no-repeat left center;
}
#corps div.formulaire  h5{
	font-size:13px;
	color:#000;
	margin:10px 0 0px 0;
	float:left;
	text-indent:14px;
	width:60%;
	background:url(../images/puces/puce_fil_ariane.png) no-repeat left center;
}
#corps div.formulaire div.champ {
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
#corps div.formulaire div.champ.marge {
	margin:20px 0 10px 0;
}
#corps div.formulaire div.champ  p.label{
	width:150px;
	float:left;
	font-weight:700;
}
#corps div.formulaire.formLarge div.champ  p.label{
	width:180px;
}
#corps div.formulaire div.champ  p.label span.detail{
	font-weight:400;
	font-size:11px;
}
#corps div.formulaire div.champ  input.normal{
	width:250px;
}
#corps div.formulaire div.champ  input.grand{
	width:450px;
}
#corps div.formulaire div.champ  textarea.grand{
	width:450px;
	height:180px;
}
#corps div.formulaire div.champ  textarea.grandF{
	width:450px;
	height:90px;
}
#corps div.formulaire div.champ  input.submit{
	margin:0 0 0 94px;
}
#corps div.formulaire div.champ  ul{
	float:left;
}
#corps div.formulaire div.champ  ul li{
	font-size:12px;
	font-weight:400;
	margin:0 0 4px 0;
}



#corps p.desc{
	color:#6b4c13;
	float:left;
	width:80%;
	display:inline;
	margin:20px 0 0 0;
}
#corps p.desc a{
	text-decoration:underline;
}


/*---------------------    liste des produits     ------------------*/
#corps div.liste_produits {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
#corps  p.resum_categ{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
#corps div.liste_produits div{
	float:left;
	margin:0 0 10px 3px;
	padding:14px;
	position:relative;
	height:160px;
	width:141px;
	background:url(../images/fonds/produit_liste.png) no-repeat top left;
}
#corps div.liste_produits div.prems{
	margin:0 0 10px 0px;
}
#corps div.liste_produits div h5{
	width:141px;
	float:left;
	margin:2px 0 0 0;
	line-height:14px;
}
#corps div.liste_produits div p.illu {
	float:left;
}
#corps div.liste_produits div p.illu img{
	float:left;
}
#corps div.liste_produits div p.savoir_p a{
	position:absolute;
	bottom:12px;
	right:12px;
}
#corps div.liste_produits div p.savoir_p a img{
	float:right;
}
#corps div.liste_produits div p.prix{
	font-size:18px;
	height:18px;
	line-height:22px;
	color:#6b4c13;
	font-family:verdana;
	position:absolute;
	bottom:12px;
	left:12px;
}
#corps div.liste_produits div p.prix span{
	font-size:14px;
	font-family:arial;
}
#corps div.liste_produits div p.prix span.devis{
	font-size:12px;
	font-family:arial;
	line-height:10px;
	display:block;
}

/*--------------------------------    DETAILS D'UN PRODUIT     ----------------------*/
#corps div.details_produit {
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
#corps div.details_produit div.illustrations {
	float:left;
	width:100%;
}
#corps div.details_produit div.illustrations  img{
	border:1px solid #6b4c12;
	float:left;
}
#corps div.details_produit div.illustrations p.grande {
	float:left;
	width:449px;
	height:337px;
	margin:0 13px 0 0;
}
#corps div.details_produit div.illustrations ul.vignettes {
	float:left;
	width:222px;
}
#corps div.details_produit div.illustrations ul.vignettes li {
	float:left;
	margin:0 0 2px 2px;
}
#corps div.details_produit div.illustrations ul.vignettes li.paire {
	margin:0 0 2px 0;
}
#corps div.details_produit div.choix_cmd {
	width:100%;
	float:left;
}
#corps div.details_produit div.choix_cmd  h3{
	width:100%;
	float:left;
	margin:30px 0 20px 0;
	border:1px solid #6b4c12;
	border-width:0 0 1px 0;
	padding:0 0 2px 0;
	font-weight:700;
	font-size:14px;
	color:#6b4c12;
	position:relative;
}
#corps div.details_produit div.choix_cmd  h3 span.prix{
	position:absolute;
	right:0;
	bottom:0;
	font-weight:400;
	font-size:20px;
	height:22px;
	line-height:22px;
	color:#6b4c13;
	font-family:verdana;
	margin:0 0 4px 0;
}
#corps div.details_produit div.choix_cmd  div.choix{
	width:100%;
	float:left;
	margin:0 0 10px 0;
	text-align:right;
}
#corps div.details_produit div.choix_cmd  div.choix p label{
	font-weight:700;
}
#corps div.details_produit div.choix_cmd  div.choix p.dispo{
	font-weight:400;
	color:#af7c1d;
}
/*------------    descriptions et détails   ------------*/
#corps div.details_produit div.details {
	width:451px;
	float:left;
	margin:20px 0 0 0;
	position:relative;
}
#corps div.details_produit div.details h6 {
	float:left;
	color:#6b4c13;
	font-size:15px;
	font-weight:700;
	background:#fff url(../images/fonds/h1_p2.png) no-repeat right center;
	height:12px;
	line-height:12px;
	margin:0 0 0 45px;
	padding:0 45px 0 0;
}

#corps div.details_produit div.details p.desc {
	float:left;
	width:70%;
	padding:0 30% 0 0;
	margin:20px 0 10px 0;
}
#corps div.details_produit div.details div.cmd {
	width:50%;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}
#corps div.details_produit div.details div.cmd p.prix{
	font-size:22px;
	height:22px;
	line-height:22px;
	color:#6b4c13;
	font-family:verdana;
	margin:0 0 4px 0;
}
#corps div.details_produit div.details div.cmd p.prix span.devis{
	font-size:14px;
	height:30px;
	line-height:12px;
	display:block;
	font-weight:400;
}
#corps div.details_produit div.details div.cmd p.prix span{

}
#corps div.details_produit div.details div.cmd p.etat{
	color:#af7c1e;
}
#corps div.details_produit div.details div.cmd p.btn{
	position:relative;
	right:-8px;
}
#corps div.details_produit div.details div.cmd p.btn img{
	float:right;
}
#corps div.details_produit div.details  div.options{
	float:left;
	width:50%;
}
#corps div.details_produit div.details  div.options p{
	margin:0 0 10px 0;
}
/*--------------------    bloc autre   --------------*/
#corps div.details_produit div.colonne_prod {
	width:202px;
	float:left;
	margin:20px 0 0 13px;
	position:relative;
}
#corps div.details_produit div.produit_alt,
#corps div.details_produit div.box {
	width:200px;
	float:left;
	margin:0 0 10px 0;
	border:1px solid #6b4c12;
	padding:10px 10px 40px 10px;
	position:relative;
}
#corps div.details_produit div.produit_alt  div{
	position:relative;
	height:81px;
}
#corps div.details_produit div.produit_alt h6,
#corps div.details_produit div.box  h6{
	font-size:12px;
}
#corps div.details_produit div.produit_alt p.illu{
	float:left;
	margin:0 10px 0px 0;
}
#corps div.details_produit div.produit_alt p.text{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
#corps div.details_produit div.produit_alt p.illu img{
	float:left;
	border:1px solid #6b4c12;
}

#corps div.details_produit div.produit_alt p.prix{
	font-size:18px;
	height:18px;
	line-height:22px;
	color:#6b4c13;
	font-family:verdana;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:0px;
}
#corps div.details_produit div.produit_alt p.etat{
	color:#af7c1e;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0px;
}
#corps div.details_produit div.produit_alt p.savoir_p,
#corps div.details_produit div.box p.savoir_p{
	text-align:right;
	position:absolute;
	bottom:10px;
	right:10px;
}
#corps div.details_produit div.produit_alt p.savoir_p a img{
	float:right;
}

#corps div.details_produit div.box.boxSM {
	padding:10px 10px 10px 10px;
}
#corps div.details_produit div.box.boxPln {
	padding:10px 10px 10px 10px;
}
#corps div.details_produit div.box.boxPln p.last{
	float:left;
	width:50%;
	font-weight:700;
}
#corps div.details_produit div.box.boxPln p.next{
	text-align:right;
	float:right;
	width:50%;
	font-weight:700;
}
#corps div.details_produit div.box.boxPln p{

}
#corps div.details_produit div.box h6 {
	margin:0 0 10px 0;
}
#corps div.details_produit div.box p.desc {
	margin:0 0 10px 0;
}

/*----------    liste des produits   ----------*/
#corps div.details_produit div.box  p#btn_liste {
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0 0 0;
}
#corps div.details_produit div.box  p#btn_liste img {
	cursor:pointer;
}

#corps div.details_produit div.box div.liste_det_prod {
	width:100%;
	display:none;
	margin:10px 0 0 0;
	float:left;
}
#corps div.details_produit div.box div.liste_det_prod p  {
	float:left;
	margin:0 3px 3px 0;
}
#corps div.details_produit div.box div.liste_det_prod p img {
	width:96px;
	float:left;
	border:1px solid #6b4c11;
}
#corps div.details_produit div.box div.liste_det_prod p.pair  {
	margin:0 0px 3px 0;
}

/*-------------   formulaire de contact sur la page produit    ------------------*/
#corps div.details_produit div.formulaire  textarea.grand{
	width:448px;
}
#corps div.details_produit div.formulaire  input.submit{
	float:right;
}
#corps div.details_produit div.formulaire  input{
	float:right;
}
/*---------------------------------------------- MENU  -----------------------------------------*/
#corps_accueil #menu {
	width:100%;
	position:absolute;
	top:73px;
	left:0;
	height:116px;
}
#menu {
	width:100%;
	position:absolute;
	top:23px;
	left:0;
	height:116px;
}
#menu  h3.illu{
}
#menu  h3.illu img{
	float:right;
}


#menu ul {	
	float:right;
	width:300px;
	margin:0 7px 0 0;
	padding:5px 0;
}
#menu ul li{
	text-align:right;
	float:left;
	width:100%;
}
#menu ul li h2{
	font-size:12px;
	font-weight:700;
	color:#6b4c12;
}
#menu ul li h2 a{
	color:#6b4c12;
	float:left;
	width:291px;
	height:21px;
	line-height:21px;
	padding:0px 9px 0px 0;
	background:url(../images/puces/puce_menu_haut_bis.png) no-repeat right center;
}


#menu ul li h2 a:hover{
	background:url(../images/puces/puce_menu_haut_hover.png) no-repeat right center;
}
/*------------    blocs accueil   ----------------*/
#corps_accueil  #stage_vannerie {
	width:362px;
	padding:6px 6px 20px 104px;
	position:absolute;
	top:420px;
	left:24px;
	z-index:3;
	background:url(../images/fonds/blanc_60_pct.png) repeat top left;


	border:1px solid #f9f7f1;
}

#corps_accueil  #intro {
	position:absolute;
	top:204px;
	left:24px;
	z-index:4;
	width:362px;
	padding:6px 6px 16px 104px;
	background:url(../images/fonds/blanc_60_pct.png) repeat top left;
	border:1px solid #f9f7f1;
}

#corps_accueil  #intro h6.illu {
	position:absolute;
	top:6px;
	left:-10px;
}
#corps_accueil  #stage_vannerie h6.illu {
	position:absolute;
	top:6px;
	left:-10px;
}
#corps_accueil  #intro h2,
#corps_accueil  #stage_vannerie h2{
	font-size:16px;
	font-weight:700;
	color:#6b4c13;
	margin:0 0 4px 0;
}
#corps_accueil  #intro h2 a,
#corps_accueil  #stage_vannerie h2 a{
	font-size:16px;
	font-weight:700;
	color:#6b4c13;
	margin:0 0 4px 0;
}
#corps_accueil  #intro h2 a:hover,
#corps_accueil  #stage_vannerie h2 a:hover{
	text-decoration:none;
}
#corps_accueil  #intro h3,
#corps_accueil  #stage_vannerie h3{
	font-size:14px;
	font-weight:400;
	color:#6b4c13;
	position:relative;
	top:-4px;
	margin:0 0 4px 0;
}
#corps_accueil  #intro h6.illu img,
#corps_accueil  #stage_vannerie h6.illu img{
	border:1px solid #fff;
}
#corps_accueil  #intro p.texte,
#corps_accueil  #stage_vannerie p.texte{
	font-size:11px;
	line-height:16px;
	font-weight:400;
}
#corps_accueil  #intro p.savoir_p a,
#corps_accueil  #stage_vannerie p.savoir_p a{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#352a13;
	text-decoration:underline;
	text-align:right;
	background:url(../images/puces/puce_blocs_accueil.png) no-repeat right center;
	padding:0 12px 0 0;
}
/*-----   actu   -------*/
#corps_accueil #actualites {
	width:443px;
	position:absolute;
	bottom:150px;
	right:5px;
	z-index:5;
}
#corps_accueil #actualites  div{
	width:421px;
	float:left;
	margin:4px 0 0 0;
	background:url(../images/fonds/blanc_60_pct.png) repeat top left;
	padding:6px 4px;
	position:relative;
	border:1px solid #f9f7f1;
}
*html #corps_accueil #actualites  div{
	background-image:none;
	background-color:#fff;
}
#corps_accueil #actualites  div h5{
	width:100%;
	float:left;
	font-size:12px;
	font-weight:700;
	color:#6b4c13;
	text-align:right;
}

#corps_accueil #actualites  div p.illu{

}
#corps_accueil #actualites  div p.illu img{
	float:left;
	border:1px solid #f9f7f1;
	position:absolute;
	top:8px;
	right:-8px;
	z-index:40;
}
#corps_accueil #actualites  div p.texte{
	float:left;
	width:100%;
	text-align:right;
	color:#6b4c13;
	font-size:11px;
	line-height:14px;
	min-height:54px;
}
#corps_accueil #actualites  div.tof p.texte,
#corps_accueil #actualites  div.tof h5{
	width:340px;
}
#corps_accueil #actualites  div p.lien{
	float:left;
	width:100%;
}
#corps_accueil #actualites  div p.lien a{
	float:right;
	font-size:12px;
	height:18px;
	line-height:18px;
	font-weight:700;
}


/*-------------    produits accueil    -------------------*/
#produits_accueil { 
	position:absolute;
	bottom:30px;
	right:20px;
	width:570px;
	
}
#produits_accueil  a{ 
	color:#fff;
}
#produits_accueil div.prod{ 
	float:right;
	margin:0 10px 0 0;
	width:110px;
	position:relative;
}
#produits_accueil div h6 a{ 
	border:1px solid #f9f7f1;
	float:left;
}
#produits_accueil div h6 img{ 
	float:left;
}
#produits_accueil div h5{ 
	font-size:12px;
	font-weight:400;
}
#produits_accueil div.lien { 
	width:96px;
	margin:0 4px 0 0;
}
#produits_accueil h6 a:hover{ 
	border:1px solid #fbb329;
}
#produits_accueil div.offre { 
	width:102px;
	padding:2px 4px;
	background:url(../images/fonds/blanc_60_pct.png);
	height:22px;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #fff;
}
#produits_accueil div div.offre p a{ 
	line-height:10px;
	color:#cd4402;
	float:left;
	width:100%;
}
#produits_accueil div div.offre p a:hover{ 
	text-decoration:none;
}
#produits_accueil div div.offre p a span.prix{ 
	position:absolute;
	top:4px;
	right:4px;
	font-weight:700;
	color:#7e2901;
	line-height:17px;
	font-size:17px;
}
/*--------------------    page choix mode paiement   --------------*/
#corps div.methode_paiement {
	width:660px;
	float:left;
	padding:10px;
	margin:30px 0 0px 0;
	border:1px solid #a07a35;
}
#corps div.methode_paiement p {
	margin:0 0 4px 0;
	font-size:11px;
}
#corps div.methode_paiement p.input {
	float:right;
	margin:0 0 0 10px;
}
#corps div.methode_paiement  h5 {
	color:#6b4c12;
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	font-size:16px;
	background:url(../images/puces/puce_fil_ariane.png) no-repeat center left;
}


p.lien_rss {
	position:absolute;
	top:188px;
	right:0;
}
/*-------------------    PIED DE PAGE   -------------------*/ 
#pied {
	width:100%;
	clear:both;
	height:26px;
	padding:0px 0 0 0;
	background:#af7c1d;
}
#pied p,#pied a,
#pied_accueil a  {
	color:#fff;
	font-size:11px;
}
#pied_accueil  {
	position:absolute;
	bottom:0;
	left:0;
	height:26px;	
	width:100%;
}
#pied_accueil  p,
#pied p{
	font-size:11px;
	height:26px;
	line-height:26px;
	float:left;
	text-indent:20px;
	color:#fff;
	text-align:right;
}

#pied_accueil  ul,
#pied ul{
	float:right;
	margin:0 10px 0 0;
}
#pied_accueil  ul li,
#pied ul li{
	float:right;
	margin:0 4px 0 0;
	font-size:11px;
	height:26px;
	line-height:26px;
	color:#fff;
}
#pied_accueil  p.links,
#pied p.links{
	position:absolute;
	bottom:-30px;
	right:0px;
}
#pied_accueil  p.signature,
#pied p.signature{
	position:absolute;
	bottom:-46px;
	right:0px;
}

/*---------------    messages erreur / confirmation   ---------------*/
div.mess {
	background:#fff;
	margin:0px 0 0px 0px;
	float:left;
	width:450px;
	border:2px solid #000;
	padding:10px 10px 30px 10px;
}
div.mess  p,
div.mess  ul  li,
div.mess  dt{
	font-size:12px;
	color:#000;
}
div.mess  dt{
	font-weight:700;
	margin:10px 0 0 0;
	color:#000;
}
div.mess  ul{
	list-style-type:square;
	list-style-position:inside;
}

div.mess div.messAjoutPanier {
	width:100%;
	float:left;
}
div.mess div.messAjoutPanier p {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}
div.mess div.messAjoutPanier p img.illu {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #6b4c11;
}
div.mess div.messAjoutPanier p.liens {
	margin:0;
	position:relative;
	top:20px;
}
div.mess div.messAjoutPanier p.liens a.lien1{
		position:absolute;
	bottom:0;
	left:0;
}
div.mess div.messAjoutPanier p.liens a.lien2{
	position:absolute;
	bottom:0;
	right:0;
}


#corps ul.sous_menu {
	margin:10px 0 20px 0;
	float:left;
	width:100%;
}
#corps ul.sous_menu li{
	margin:0 10px 0 0;
	float:left;
}
#corps ul.sous_menu li a{
	font-size:12px;
	color:#000;
	background:url(../images/fonds/fond_sous_menu.png) repeat-x center left;
	padding:2px 20px;
	border:1px solid #fcb42a;
	float:left;
	-moz-border-radius: 4px; 
	-webkit-border-radius:  4px; 
	border-radius:  4px;       
	-webkit-border-top-left-radius: 4px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 4px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 4px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 4px; /* pour Chrome */ 
}
#corps ul.sous_menu li a:hover{
	border:1px solid #ad7102;
	text-decoration:none;
}
#corps ul.sous_menu li.actif a{
	font-weight:700;
}
/*---------------------   JQUERY MODAL   ----------------*/
#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
	margin:0;
	padding:0;
  
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/divers/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-14px;
  cursor:pointer;
}
