
/*****************************************************************************************************************
	GENERALITES
******************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, p, a, em, img, s, strike, strong, sub, sup, b, u, i, center, form, label, table, tbody, tfoot, thead, tr, th, td, input, select, textarea {
	margin:0;
	outline:0;
	font-size:100%;
}

body {
	behavior:url("csshover.htc");
	}

a img {
border:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/*****************************************************************************************************************
	TABLEAUX
******************************************************************************************************************/

/* Table invisible */

.tableau_invisible {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:transparent;
}
.tableau_invisible td {
	margin: 0;
	padding: 0;
	/*vertical-align:top;*/
}

/* Tableau avec surlignage hover */

.tableau_1 {
	margin:0px;
}
.tableau_1 thead {
	text-align:center;
}
.tableau_1 tr {
	background-color:#fafafa;
	/*background-image:url(../images/celluledegradeblcgris.png);*/
	background-repeat:repeat-x;
	background-position: bottom;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	color:#444;
	text-shadow:1px 1px #fff;
	border-left:1px solid #eee;
}
.tableau_1 tr:hover {
	background:#ddd;
}
.tableau_1 td {
	padding:3px;
	border-right:1px solid #eee;
	vertical-align:middle;
}
.tableau_1 th {
	background:#727272 url(../images/celluledegradenoirantracite.png) repeat-x bottom;
	color:#fff;
	text-shadow:1px 1px #555;
	padding:3px;
	border-right:1px solid #888;
	vertical-align:middle;
}

.tableau_1_hovcol td:hover {
	background:#ccc;
}

/* Tableau inerte */

.tableau_1_inerte {
margin:0px;
}

.tableau_1_inerte th {
background:#666 url(images/celluledegradenoirantracite.png) repeat-x bottom;
color:#fff;
text-shadow:1px 1px #555;
padding:8px;
border-right:1px solid #888;
vertical-align:middle;
text-align:center;
}

.tableau_1_inerte tr {
	background-color:#fafafa;
	/*background:#fafafa url(images/celluledegradeblcgris.png) repeat-x bottom;*/
	border-bottom:1px solid #ddd;
	cursor:pointer;
	color:#444;
	text-shadow:1px 1px #fff;
	border-left:1px solid #eee;
}

.tableau_1_inerte td {
padding:3px;
border-right:1px solid #eee;
vertical-align:middle;
}

/*****************************************************************************************************************
	eMANAGER
******************************************************************************************************************/

/* Titres de page */

H1.format_emgr{
	font-family:arial;
	font-size:24px;
	font-weight:900;
	color: #555555;
	text-shadow:2px 2px #fff;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #eee;
	border-radius: 10px;
}

/* Menus de gauche */

ul.emgr01{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.emgr01 li{
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color: #aaaaaa;
}
ul.emgr02{
	list-style-image: url(../images/emgr_menu_puce.png);
	list-style-position:inside;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
ul.emgr02 li{
	font-family:arial;
	font-size:11px;
	font-weight: normal;
	color: #aaaaaa;
	padding-left: 2px; 
}

/* Onglets */

p.onglet01{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	background-color:#fafafa;
	/*background:#fafafa url(../images/celluledegradeblcgris.png) repeat-x bottom;*/
	border:solid 2px #ddd;
	margin: 0;
	padding: 5px;
	text-align:left;
	text-transform:uppercase;
	color:#444;
	cursor:pointer;
	border-bottom:1px solid #ddd;
}
p.onglet01:hover{
	background:#ddd;
}
p.onglet01_actif{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	background:#666 url(../images/celluledegradenoirantracite.png) repeat-x bottom;
	color:#fff;
	border:solid 2px #ddd;
	margin: 0;
	padding: 5px;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
}
td.onglet01_tour{
	border:solid 2px #ddd;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	text-align:left;
}

/* Chemin */

a.petitlien{
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	color: #555555;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
a.petitlien:hover{
	background-color: #eee;
	}

/*input{
	border: solid 1px #999;
	padding-left: 3px;
}

select{
	border: solid 1px #999;
}
*/

/* Bouton */

.bouton .bt_form {
	border: 1px solid #555;
	padding: 2px 10px 2px 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	background-color: #eee;
}

.bouton a:hover .bt_form {
	cursor: pointer;
	color: #fff;
	background-color: #777;
}

/*****************************************************************************************************************
	Messages d'information 
/*****************************************************************************************************************/

p.succes{
	font-family:arial;
	font-size:12px;
	font-weight:900;
	color: #008000;
	text-align:left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ddffdd;
}

p.alerte{
	font-family:arial;
	font-size:12px;
	font-weight:900;
	color: #ff4444;
	text-align:left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff78c;
}

p.erreur{
	font-family:arial;
	font-size:12px;
	font-weight:900;
	color: #ffffff;
	text-align:left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ff4444;
}


/*****************************************************************************************************************
	PLAN DU SITE
******************************************************************************************************************/

.plansite_1 {
	margin-left:0px;
	margin-top:3px;
	margin-bottom:5px;
	background-color:#E5E5E5;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#555555;
	border-width:1px;
	padding:3px;
	font-size:14px;
	font-weight:bold;
	color:black;
}
.plansite_2 {
	margin-left:40px;
	margin-top:2px;
	margin-bottom:4px;
	border-bottom-style:solid;
	border-color:#555555;
	border-width:1px;
	padding:2px;
	font-size:14px;
	font-weight:normal;
	color:black;
}
.plansite_3 {
	margin-left:80px;
	margin-top:1px;
	margin-bottom:2px;
	border-bottom-style:dotted;
	border-color:#999999;
	border-width:1px;
	font-size:12px;
	font-weight:normal;
	color:black;
}
.plansite_4 {
	margin-left:120px;
	font-size:11px;
	font-weight:normal;
	color:black;
}
.plansite_5 {
	margin-left:160px;
	font-size:10px;
	font-weight:normal;
	color:black;
}



/*****************************************************************************************************************
	Catalogue
******************************************************************************************************************/

H2.comment_categorie {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#606060;
}

/*****************************************************************************************************************
	Mini-fiche sous-rubrique
******************************************************************************************************************/

p.minissrub_nom {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
	padding-left: 5px;
}

p.minissrub_nbprd {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3333CC;
	padding-top: 10px;
	padding-left: 15px;
}


/*****************************************************************************************************************
	Mini-fiche produit
******************************************************************************************************************/


/*****************************************************************************************************************
	Catalogue produit
******************************************************************************************************************/

div.catal_entete_chapitres {
	display: none;
}
div.catal_entete_produits {
	display: none;
}
p.catal_entete_tris {
	display: none;	
}

/*****************************************************************************************************************
	Recherche produit
******************************************************************************************************************/

div.recherche_section {
	clear:both;
	width: 100%;
	text-align: left;
	background-color: #DDDDDD;
}
p.recherche_section {
	padding: 5px;
	font-family: Arial black;
	font-size:14px;
	color:#000000;
}


/*****************************************************************************************************************
	Fiche produit
******************************************************************************************************************/

div.prd_page {
	width: 100%;
	padding: 0;
	background-color: white;
}
div.prd_chemindefer {
	text-align: left;
	padding-left: 10px;
}
div.prd_cadrephoto {
	
}
img.prd_photo {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	max-height: 300px;
	border: 0;
}
div.prd_loupephoto {
	
}
div.prd_section_droite {
	margin-left: 10px;
	margin-right: 5px;
	width: 262px;
	padding: 10px;
	background-color: white;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 10px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1.prd_nom {
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	color: #A0153D;
}
p.prd_description {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	/*line-height: 15px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
p.prd_caracteristique {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}
.prd_caract_valeur {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.prd_caract_valeur_importante {
	background-color:#FFFF00;
	font-weight:bold;
}
div.prd_section_comdegroupee {
	width: 100%;
	padding: 10px;
	background-color: white;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 10px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
p.prd_titre_comdegroupee {
	font-family: Arial;
	font-weight: normal;
	font-size: 20px;
	color: #A0153D;
}
p.prd_msg_declinaison {
	font-size:13px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 10px;
}
p.prd_caract_declinaison {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
div.prd_last_titre {
	float:left;
	width: 156px;
	min-height: 228px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 10px;
}
p.prd_last_titre {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	color: #777779;
	white-space: normal;
	margin-top: 70px;
	margin-left: 30px;
	padding-left: 10px;
	border-left: 2px solid #777779;
}


/*****************************************************************************************************************
	Répertoire de A à Z
******************************************************************************************************************/

div.az_titre_fond {
	width: 100%;
	height: 70px;
	background:	white;
	box-shadow: -3px 0px 10px #aaa;	
}
div.az_titre_div {
	background: url(../images/fleche_titre.png) 8px 22px no-repeat;
}
h1.az_titre_texte {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 20px;
	color: #B5B5B5;
	padding-left: 43px;
	padding-top: 23px;
	text-align: left;
}
div.az_bloc {
	margin-top: 20px;
	width: 726px;
	background-color: white;
	box-shadow: -3px 0px 10px #aaa;
	padding-bottom: 30px;
}
div.az_lettre_separateur {
	height: 20px;
	border-bottom: 2px dotted #3F3F3F;	
}
div.az_lettre_div {
	text-align: left;
	width: 150px;
	background-color: #DDDDDD;
	margin-bottom: 20px;
}
p.az_lettre_texte {
	text-align: left;
	padding-left: 120px;
	line-height: 25px;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #3F3F3F;
}
p.az_motcle {
	line-height: 17px;
	vertical-align: middle;
	padding-left: 20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #7EAB37;
}
p.az_categorie {
	line-height: 17px;
	vertical-align: middle;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #2AB8D4;
}

/*****************************************************************************************************************
	Panier
******************************************************************************************************************/

p.panier_titre_colonne {
	font-weight: bold;
	display: none;
}
p.panier_nom_produit {
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
p.panier_caracts_prod {
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	color: black;
}
td.panier_qte {
	border: 1px solid #E8E8E8;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
input.panier_qte {
	width:50px;
	border: 1px solid #E8E8E8;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
td.panier_prix {
	border: 1px solid #E8E8E8;
	background-color: #F1F1F1;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
p.panier_prix {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
p.panier_pallierprix {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
td.panier_montant {
	border: 1px solid #E8E8E8;
	background-color: #555657;
}
p.panier_montant {
	padding: 5px;
	font-size: 12px;
	color: white;
}
td.panier_suppr {
	border: 0;
	background-color: white;
}
p.panier_total {
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	color: black;
}

/*****************************************************************************************************************
	eCommerce identification
******************************************************************************************************************/

td.ecmd_identification {
	padding: 30px;
	background-color: #DDDDDD;
	/*border: 1px solid #999999;*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
p.ecmd_identification_1 {
	text-indent: nowrap;
	text-align: left;
	font-weight: bold;
	font-size: 26px;
	color: white;
	text-shadow:1px 1px #999999;
}
p.ecmd_identification_2 {
	text-indent: nowrap;
	margin-top: 20px;
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	color: black;	
}

/*****************************************************************************************************************
	eCommerce Etapes de commande
******************************************************************************************************************/

td.ecmd_etape {
	background: #a8a8a8;
	background: -moz-linear-gradient(left, #f2f2f2, #a8a8a8);  
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#f2f2f2), to(#a8a8a8));
}

p.ecmd_etape {
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-shadow:1px 1px #f2f2f2;
}

p.ecmd_etape_select {
	padding: 3px;
	color: black;
	font-weight: bold;
	text-shadow:1px 1px #f2f2f2;
	border: 1px solid red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*****************************************************************************************************************
	eCommerce Choix adresse
******************************************************************************************************************/

p.ecmd_msg_instruction {
	text-align: center;
	width: 400px;
	border: 1px solid #BBBBBB;
	padding: 5px;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

div.ecmd_adresse_non_select {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background: white;
	border: 1px solid #dddddd;
}
div.ecmd_adresse_non_select p {
	padding: 10px;
	color: grey;
}

div.ecmd_adresse_select {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background:	#eeeeee;  
	background: -moz-linear-gradient(top, #fdfdfd, #eeeeee);  
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#eeeeee));
	border: 1px solid #ff0000;
}
div.ecmd_adresse_select p {
	padding: 10px;
	color: black;
}

/*****************************************************************************************************************
	Contacts
******************************************************************************************************************/

div.contact_page {
	width: 100%;
	padding: 15px;
	background-color: white;
}
div.contact_coords {
	width: 100%;
}
div.contact_intropanier {
	
}
div.contact_panier {
	padding-top: 10px;
}
div.contact_message {
	padding-top: 10px;
}
div.contact_sectionbas {
	padding-top: 10px;
}

p.contact_message {
	width: 100%;
	padding: 5px;
	border : 1px solid #BBBBBB;
	background-color: #EEEEEE;
	text-align: center;
}
p.contact_message_erreur {
	width: 100%;
	padding: 5px;
	border : 1px solid #BBBBBB;
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
	color: red;
}
p.contact_message_succes {
	width: 100%;
	padding: 5px;
	border : 1px solid #BBBBBB;
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
	color: green;
}
p.contact_label {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}
p.contact_labelmessage {
	font-weight: normal;
	text-align: left;
}
p.contact_labelfichier {
	font-weight: normal;
	text-align: left;
}
textarea.contact_panier_texte {
	width: 275px;
	height: 80px;
	font-family:Arial;
	font-size:12px;
}

/*****************************************************************************************************************
	Commande
******************************************************************************************************************/

div.cde_donneurdordre {
	display: block;	
}