/*############################################
#                   GÉNÉRAL                  #
############################################*/
*{
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 10px;
	text-align: center;
	background: #ccc url(../images/bg_page.gif);
	font: normal .8em/1.3em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	position: relative;
}
a {
	color: #333;
}
a:hover {
	color: #004f76;
}
a img {
	border: none;
}
h1 {
	padding-bottom: .1em;
	margin-bottom: .5em;
	font-size: 2em;
	line-height: 1em;
	color: #004f76;
	border-bottom: 1px solid #004f76;
}
h2 {
	padding: .2em;
	margin-bottom: .5em;
	font-size: 1.5em;
	color: #004f76;
	background: #fff url(../images/bg_h2.jpg) 0 100% repeat-x;
	border: 1px solid #ccc;
}
h3 {
	color: #004f76;
	margin: 1em 0 .5em 0;
}
p {
	margin-bottom: 1em;
}
ul {
	list-style-type: none;
}
ul li {
	margin-bottom: 1em;
	padding-left: 20px;
	background: #fff url(../images/ecrou_gris.jpg) no-repeat;
}
ol {
	margin-left: 20px;
}
ol li {
	margin-bottom: 1em;
}
ol ol li{
	margin-bottom: 0;
}
table {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
table th {
	padding: 3px;
	background: #e5edf1;
	color: #004f76;
	font-variant: small-caps;
	text-align: center;
	border-right: 1px solid #fff;
}
table th.noborder {
	border-right: none;
}
table td {
	vertical-align: middle;
	padding: .3em .5em;
	text-align: center;
	border-top: 1px solid #ccc;
}
table td.left {
	text-align: left;
}
table td.right {
	text-align: right;
}
table tr.total_row {
	background: #ccc;
	font-weight: bold;
}
hr {
	clear: both;
	visibility: hidden;
}
/*CLASSES DIVERSES*/
.gras {
	font-weight: bold;
}
.bleu {
	color: #004f76;
}
.legende {
	font-style: italic;
	color: #ccc;
}
.bg_bleu {
	background: #e5edf1;
	font-weight: bold;
	color: #004f76;
}
.bg_bleu input {
	font-weight: bold;
	color: #004f76;
}
p.stock {
	background: transparent url(../images/info.gif) no-repeat;
	padding-left: 18px;
	margin-top: .5em;
}
	
/*############################################
#                  CONTENEUR                 #
############################################*/
div#conteneur {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/bg_conteneur.jpg) repeat-y;
	border: 1px solid #ccc;
	border-top: none;
	position: relative;
}
img#dessin {
	display: block;
	position: absolute;
	background: #fff url(../images/dessin.jpg) repeat-y;
	width: 200px;
	height: 120px;
	bottom: 0;
	margin-bottom: 30px;
}
/*############################################
#                   HEADER                   #
############################################*/
div#header {
	height: 150px;
	border-bottom: 2px solid #ccc;
	background: #fff url(../images/bg_header.jpg);
}
div#header img {
	display: block;
}
div#header h1 {
	display: none;
}
/*############################################
#                   COLONNE                  #
############################################*/
div#colonne {
	float: left;
	width: 200px;
	padding-top: 10px;
}
/*MENU*/
div#colonne ul {
	margin: 0 5px 20px 5px;
}
div#colonne ul li {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	border: thin outset #ccc;
	background: #fff;
}
div#colonne ul li a {
	display: block;
	height: 2.5em;
	padding-left: 10px;
	line-height: 2.5em;
	text-decoration: none;
	font-weight: bold;
	color: #004f76;
}
div#colonne ul li a:hover {
	background: #e5edf1;
}
div#colonne ul li a.actif {
	cursor: default;
	background: #e5edf1;
	border-bottom-color: #004f76;
}
div#colonne ul li.extra a {/*lien zlk-f industrie*/
	background: #004f76;
	color: #fff;
}
div#colonne ul li.extra a:hover {
	color: #e5edf1;
}
/*Sous-menu*/
div#colonne ul li.smenu {
	display: none;
	margin: 0;
	background: #fff;
	border: none;
}
div#colonne ul li.smenu a, div#colonne ul li.smenu a:hover {
	display: block;
	height: 1.2em;
	line-height: 1.2em;
	border-top: 1px solid #ccc;
}
div#colonne ul li.smenu a {
	color: #ccc;
}
div#colonne ul li.smenu a.actif {
	color: #004f76;
	background: #e5edf1;
}
div#colonne ul li.smenu a:hover {
	color: #004f76;
	background: #e5edf1;
}
/*RECHERCHE et COMPTE*/
div#colonne h3 {
	padding: .2em;
	margin: 0;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #004f76;
	background: #e5edf1;
}
div#colonne form {
	width: 180px;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
div#colonne form label {
	display: block;
	margin-bottom: .1em;
}
div#colonne div#compte a {
	text-decoration: none;
}
div#colonne form input#produit {
	width: 120px;
	padding-left: 20px;
	padding-bottom: 1px;
	background: #fff url(../images/loupe.jpg) no-repeat 4px center;
	border: 1px solid #7F9DB9; 
}
div#colonne form input#email {
	width: 154px;
}
div#colonne form input#password {
	width: 120px;
}
div#colonne form input#search, div#colonne form input#ok {
	margin-top: -2px;
	vertical-align: top;
	color: #004f76;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
}
div#colonne div#compte {
	margin-bottom: 140px;
}
/*LIENS*/
div#colonne div#liens img {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}
/*############################################
#                   CONTENU                  #
############################################*/
div#contenu {
	float: right;
	width: 660px;
	padding: 0 20px 10px 20px;
}
p#panier {
	float: right;
	width: 660px;
	margin-bottom: 20px;
	text-align: right;
}
div#contenu p#fil {
	color: #ccc;
}
div#contenu p#fil a {
	color: #ccc;
	text-decoration: underline;
}
div#contenu p#fil a:hover {
	color: #004f76;
}
/*Texte défilant*/
div#contenu div#cadre_defil {
	position:relative; 
	width:658px;
	height: 20px;
	overflow:hidden;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
div#contenu div#cadre_defil img {
	display: block;
	position:absolute;
	z-index: 2;
	border-right: 2px solid #fff;
}
div#contenu div#cadre_defil div#defile { 
	position:absolute;
	width: 1200px;
	line-height: 20px;
	z-index: 1;
	font-weight: bold;
}
div#contenu div#cadre_defil div#defile span { 
	text-decoration: underline;
}
/*############################################
#                   FOOTER                   #
############################################*/
div#footer {
	clear: both;
	height: 1.5em;
	border-top: 1px solid #ccc;
	background: #fff url(../images/bg_footer.jpg) 0 100% repeat-x;
	color: #999;
}
div#footer p {
	margin: 0;
	text-align: center;
	line-height: 1.5em;
}
div#footer p a {
	color: #999;
	text-decoration: none;
}
div#footer p a:hover {
	color: #333;
	text-decoration: underline;
}
/*############################################
#                FORMULAIRES                 #
############################################*/
div#contenu form {/*Intitulés de champs*/
	margin-bottom: 1em;
}
div#contenu form fieldset {
	padding: 10px;
	margin-bottom: 1em;
	border: none;
	background-color: #fafafa;
}
div#contenu form legend {/*Intitulés de champs*/
	color: #004f76;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff;
	padding: .2em 1em;
}
div#contenu form p label {/*Intitulés de champs*/
	float: left;
	width: 25%;
	padding: 0 .3em;
	text-align: right;
	line-height: 20px;
}
div#contenu form select {
	width: 7em;
}
div#contenu form textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 230px;
}
div#contenu p.boutons {
	width: 550px;
	text-align: center;
}	
div#contenu p.boutons input {
	color: #fff;
	font-weight: bold;
	background-color: #004f76;
	cursor: pointer;
}
/*############################################
#                N° DE PAGES                 #
############################################*/
div#contenu form.page {
	padding: .2em 0;
	text-align: center;
}
div#contenu form.page p {
	margin: 0;
}
div#contenu form.page select {
	width: 4.5em;
}
div#contenu form.page a, div#contenu form.page a:visited {
	margin: 0 2em;
	text-decoration: none;
}
div#contenu form.page a:hover {
	color: #004f76;
}
/*############################################
#                COMPTE.PHP                  #
############################################*/
div#contenu p#liens {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
}
div#contenu p#message {/*Message*/
	padding: .2em;
	background: #e5edf1;
	border: 1px solid #004f76;
	color: #004f76;
	font-weight: bold;
	text-align: center;
}
div#contenu dl.blocs {
	float: left;
	width: 323px;
	padding: 5px 0;
	border: 1px solid #004f76;
	background: #e5edf1;
}
div#contenu dl.blocs dt {
	position: relative;
	float: left;
	left: 5px;
	width: 30%;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
}
div#contenu dl.blocs dd {
	margin: 0 0 5px 32%;
}
/*############################################
#               DETAILS.PHP                  #
############################################*/
div#contenu p#norme {
	text-align: right;
}
div#contenu p#norme span {
	background: #004f76;
	font-weight: bold;
	color: #fff;
	padding: .2em;
}
div#contenu table#cotes {
	width: 100%;
}
div#contenu table#cotes, div#contenu table#cotes2 {
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
	border: 0;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
div#contenu table#cotes input, div#contenu table#cotes2 input {
	width: 100%;
	border: 0;
	background: none;
	text-align: center;
}
div#contenu table#cotes td, div#contenu table#cotes2 td {
	border: 1px solid #666;
	border-top-width: 0;
	border-left-width: 0;
	padding: .2em 0;
	text-align: center;
}
/*############################################
#                PANIER.PHP                  #
############################################*/

/*Icones*/
div#contenu a.refresh span, div#contenu a.modif span, div#contenu a.suppr span {
	display: none;
}
div#contenu a.refresh, div#contenu a.modif, div#contenu a.suppr {
	display: block;
	width: 27px;
	height: 27px;
}
div#contenu a.modif {
	background: transparent url(../images/devis.gif) 50% 50% no-repeat;
}
div#contenu a.suppr {
	background: transparent url(../images/suppr_cmd.gif) 50% 50% no-repeat;
}
div#contenu a.refresh {
	background: transparent url(../images/refresh.gif) 0 0;
}
/*Barre de progression*/
div#contenu img#barre_progression {
	display: block;
	margin: 10px auto;
}
/*boutons*/
div#contenu a#achats, div#contenu a#commande {
	display: block;
	float: left;
}
div#contenu a#achats span, div#contenu a#commande span {
	display: none;
}
div#contenu a#achats {
	width: 161px;
	height: 29px;
	margin-right: 297px;
	background: #fff url(../images/btn_panier_achat.gif) 0 0 no-repeat;
}
div#contenu a#commande {
	width: 202px;
	height: 29px;
	background: #fff url(../images/btn_panier_commande.gif) 0 0 no-repeat;
}
/*Champ de saisie*/
div#contenu table form {
	margin: 0;
}
/*Infobulle*/
img#infobulle {
	position: absolute;
	visibility: hidden;
	border: 1px solid #ccc;
	z-index: 25;
}
/*############################################
#               COMMANDE.PHP                 #
############################################*/
/*tableau*/
div#contenu table.commande {
	padding: 0;
	border: none;
}
/*boutons*/
div#contenu a#modif_panier, div#contenu a#confirmer_commande {
	display: block;
	float: left;
}
div#contenu a#modif_panier span, div#contenu a#confirmer_commande span {
	display: none;
}
div#contenu a#modif_panier {
	width: 161px;
	height: 29px;
	margin-right: 297px;
	background: #fff url(../images/btn_modif_achat.gif) 0 0 no-repeat;
}
div#contenu a#confirmer_commande {
	width: 202px;
	height: 29px;
	background: #fff url(../images/btn_confirmer_commande.gif) 0 0 no-repeat;
}
/*############################################
#             CONFIRMATION.PHP               #
############################################*/
div#contenu p#warning {
	padding-top: 2px;
	padding-left: 22px;
	background: #fff url(../images/warning.gif) 0 0 no-repeat;
}
/*############################################
#              COMMANDES.PHP                 #
############################################*/
div#contenu table table {
	background: #fff;
	padding: 0;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#contenu table table a {
	display: block;
	height: 27px;
	line-height: 27px;
}
div#contenu table table a.print, div#contenu table table a.print:visited {
	background: #fff url(../images/print.gif) no-repeat;
	padding-left: 35px;
	width: 14.5em;
}
/*############################################################################################################################
#                                                           ADMINISTRATION                                                   #
############################################################################################################################*/
/*############################################
#                   COLONNE                  #
############################################*/
div#colonne div#compte dl {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
div#colonne div#compte dl dt {
	font-weight: bold;
	color: #004f76;
	margin-top: 1em;
}
div#colonne div#compte dl dd {
	padding-left: 1em;
}
/*############################################
#                  INDEX.PHP                 #
############################################*/
div#contenu table table a.devis, div#contenu table table a.devis:visited {
	float: left;
	background: #fff url(../images/devis.gif) 0 50% no-repeat;
	padding-left: 22px;
	width: 14em;
}
div#contenu table table a.paiement, div#contenu table table a.paiement:visited {
	float: left;
	background: #fff url(../images/paiement.gif) no-repeat;
	padding-left: 35px;
	width: 17em;
}
div#contenu table table a.livraison, div#contenu table table a.livraison:visited {
	float: left;
	background: #fff url(../images/livraison.gif) no-repeat;
	padding-left: 35px;
	width: 20em;
}
div#contenu table table a.suppr_cmd, div#contenu table table a.suppr_cmd:visited {
	float: right;
	background: #fff url(../images/suppr_cmd.gif) no-repeat;
	padding-left: 27px;
	width: 13em;
}
/*############################################
#               ARTICLES.PHP                 #
############################################*/
div#contenu form#afficher label {
	width: auto;
}

