/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
		margin: 0;
		padding: 0;
		background: #0E1D30 url(../images/body_bg.png) repeat-x;
		font-size: 11px;
		line-height: 130%;
		color: #131E2D;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}
/*
fieldset {
	border: 0;
	padding: 5px 0;
}
*/
span.pathway img {
	padding: 0px 5px;
}

span.pathway {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	background: url(../images/arrow.png) 0 0 no-repeat;
}


div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/** colors set in the color css file **/
a:link, 
a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}


td#leftcol a:link,
td#leftcol a:visited,
td#left2col a:link,
td#left2col a:visited,
body.right td#rightcol a:link,
body.right td#rightcol a:visited,
body.right td#right2col a:link,
body.right td#right2col a:visited,
td#usercol a:link,
td#usercol a:visited {
	color: #fff;
}

td#usercol {
	color: #ccc;
}

#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
div.moduletable h4,
.contentheading,
.componentheading {
	font-family: Helvetica, Arial, sans-serif;
}

/* headings */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 { 
	margin: 0;
}

h4 {
	
}

td#leftcol div.moduletable h3,
td#left2col div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: #46596e;
	color: #ccc;
}

td#leftcol div.moduletable h4,
td#left2col div.moduletable h4 {
	font-size: 11px;
	font-weight: bold;
	/*background: #46596e;*/
	color: #fff;
	border-bottom: solid 2px #85A72A;
	text-align: right;
	margin:0 0 5px 0;
}

td#leftcol div.moduletable p,
td#left2col div.moduletable p {
	font-size: 9px;
	font-weight: bold;
	color: #444;
	margin:0;
}

td#rightcol div.moduletable h3,
td#right2col div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: #B9B9B9;
	color: #fff;
}
td#rightcol div.moduletable h4,
td#right2col div.moduletable h4 {
	font-size: 11px;
	font-weight: bold;
	/*background: #46596e;*/
	color: #000;
	border-bottom: solid 2px #85A72A;
	text-align: right;
	margin:0 0 5px 0;
}

td#usercol div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #ccc;
}

td#maincol div.moduletable h3 {
	font-size: 13px;
	background: none;
	font-weight: bold;
	color: #333;
}

/*** ***/
div#container {
	margin: 0 auto;
	position: relative;
	width: 932px;
}


div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

td#leftcol div.moduletable,
td#left2col div.moduletable,
td#rightcol div.moduletable,
td#right2col div.moduletable {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 175px; /* stupid id need a fixed width here */
}

div.moduletable h3 {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 8px;
	text-indent: 5px;
	height: 24px;
	padding-top: 2px;
	line-height: 24px;
}

.clr {
	clear: both;
}

div#tshadow1 {
	background: url(../images/shadow_t.png) repeat-x;
	position: relative;
}

div#tshadow2 {
	background: url(../images/shadow_t_r.png) 100% 0 no-repeat;
	position: relative;
}

div#tshadow3 {
	height: 13px;
	background: url(../images/shadow_t_l.png) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
}

div#mshadow1 {
	background: url(../images/shadow_m_b_l.png) 0 0 repeat-y;
	position: relative;
}

div#mshadow2 {
	background: url(../images/shadow_m_b_r.png) 100% 0 repeat-y;
	position: relative;
}

div#mshadow3 {
	background: url(../images/shadow_m_t_l.png) 0 0 no-repeat;
	position: relative;
}

div#mshadow4 {
	background: url(../images/shadow_m_t_r.png) 100% 0 no-repeat;
	padding: 0 16px;
	position: relative;
}

div#bshadow1 {
	background: url(../images/shadow_b.png) repeat-x;
}

div#bshadow2 {
	background: url(../images/shadow_b_r.png) 100% 0 no-repeat;
}

div#bshadow3 {
	height: 13px;
	background: url(../images/shadow_b_l.png) 0 0 no-repeat;
}

div#header {
	position: relative;
	background: #000 url(../images/header_green4.jpg) 50% 0 no-repeat;
	height: 124px;
	overflow: hidden;
}

div#blendimage {
	height: 124px;
	background-position: 50% 0;
}

div#logo {
	position: absolute;
	top: 115px;
	left: 130px;
	z-index: 5;
	height: 39px;
	width: 410px;
	background: url(../images/logo2.png) no-repeat !important;
	background: transparent;
}

div#horizmenu {
	background: url(../images/menu_horiz_bg.png) 0 0 repeat-x;
	height: 45px;
	position: relative;
	/*text-align: right;*/
}

table#mainframe {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table#mainframe td {
	padding: 0;
}

table#mainframe td#leftcol {
	background: #97A8BB url(../images/cshadow_l.png) 100% 0 repeat-y;
	width: 195px;
}

div#leftcol_corner {
	background: url(../images/cshadow_t_l.png) 100% 0 no-repeat;
	padding-right: 10px;
}


div#leftcol_body {
	background: url(../images/col_bg_blue.png) 0 0 repeat-x;
	padding-top: 15px;
	border: 0px solid #00f;
}

table#mainframe td#rightcol {
	background: #fff url(../images/cshadow_r.png) 0 0 repeat-y;
	width: 195px;
}

div#rightcol_corner {
	background: url(../images/cshadow_t_r.png) 0 0 no-repeat;
	padding-left: 10px;
}

div#rightcol_body {
	background: url(../images/col_bg_grey.png) 0 0 repeat-x;
	padding-top: 15px;
}

table#mainframe td#maincol {
	background: #fff url(../images/cshadow_t.png) 0 0 repeat-x;
	color: #46596E;
	/*padding: 0 5px 15px 5px;*/
}

table#mainframe td#left2col {
	/* background in color css */
	padding-right: 10px;
}

table#mainframe td#right2col {
	/* background in color css */
	padding-left: 10px;
}

table#mainframe td#usercol {
	/* background in color css */
	padding-top: 10px;
}


/*****************************
 ****      splitmenu      ****
 *****************************/


/* top level links */
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navheader li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 14px;
	text-decoration: none;
	color: #bbb;}
	
#navheader li a:hover {
	color: #fff;}
	
#navheader li.active {
	z-index: 1;
	height: 17px;
	border-bottom: 4px solid #46596E;
}
#navheader {
	z-index: 2;
	position: absolute;
	height: 20px;
	margin-top: 15px;
}
	
#slider {
	z-index: 2;
	position: absolute;
	height: 20px;
	/* color in color css file */
}

/* sub level links */

td#leftcol ul.submenu,
td#rightcol ul.submenu,
td#leftcol ul.submenu ul,
td#rigthcol ul.submenu ul,
td#leftcol ul.submenu ul ul,
td#rigthcol ul.submenu ul ul {
	padding: 0;
	margin: 0;
}

ul.submenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.submenu ul li a{
	text-indent: 15px;
}

ul.submenu ul ul li a{
	text-indent: 30px;
}

ul.submenu ul li a {
	border-right: 4px solid #46596E;
}

ul.submenu li a {
	display: block;
	width: 168px;
	border-right: 4px solid #46596E;
	padding: 3px 0px;
	border-top: 1px solid #5F7287;
	font-weight: bold;
}

td#leftcol ul.submenu a:link,
td#leftcol ul.submenu a:visited,
td#rightcol ul.submenu a:link,
td#rightcol ul.submenu a:visited {
	color: #1d242c;
	font-weight: bold;
}

td#leftcol ul.submenu a:hover,
td#rightcol ul.submenu a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #1D242C;
}

td#leftcol ul.submenu ul li a,
td#rightcol ul.submenu ul li a {
		border-right: 4px solid #46596E;
}


.contentheading {
	color: #46596E;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 25px;
}
.contentpaneopen {
	width: 100%;
}
ul.open {
	display: block;
}
div#bloc_panier {
	position: absolute;
	top: 20px;
	left: 750px;
	width: 100px;
	height: 75px;
	padding: 5px;
	color: #fff;
	background: url(../interfs/bloc_panier_bg.png) repeat  left top;
	border: 1px solid white;
}
p.voir_panier {
	text-align: center;
}
p.voir_panier a {
	color: #fff;
}
p.voir_panier a:hover {
	text-decoration: underline;
}
table.panier {
	color:#333;
	font-family:Arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	width: 100%;
}
.panier_entete {
	background: #46596E;
	color: #fff;
	font-size:1.2em;
	text-align:center;
}
table.panier td{
	padding:3px;
}
.panier_ln_pair {
	/*background:#fafffa;*/
	background: url(../interfs/pan_ln-impair_bg.png) repeat-x top;
}
.panier_ln_impair {
	/*background:#fff0ee;*/
	background: url(../interfs/pan_ln-impair_bg.png) repeat-x top;
}
td.pan_designation {
}
td.pan_qte {
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
}
td.pan_qte form{
	height:20px;
	margin:0;
}
td.pan_qte input{
	margin:0;
}
td.pan_prix_unite {
	text-align:right;
	font-weight:normal;
}
td.pan_prix_ttc {
	text-align:right;
}
td.pan_prix_ttc_garantie {
	text-align:right;
	color:#85A72A;
}
td.pan_suppr {
	text-align:center;
	font-weight:normal;
}
td.pan_suppr a {
	text-decoration:none;
}
tr.finalisation_cde {
    background:#fff59b;
}
tr.pan_garantie {
	background: url(../interfs/pan_ln-pair_bg.png) repeat-x top;
	color:#85A72A;
}
td.pan_suppr_garantie {
	text-align:center;
	font-weight:normal;
}
td.pan_suppr_garantie a {
	text-decoration:none;
}
td.pan_frais_port {
	color:#fff;
	background:#85A72A;
}
td.mode_envoi {
	font-size:0.9em;
	color:#46596E;
	text-align: center;
	border: solid 1px #85A72A;
}
td.pan_prix_ttc_frais_port {
	text-align:right;
	color:#fff;
	background:#85A72A;
}
tr.panier_total {
	font-size:1.2em;
}
td.pan_qte_total {
	text-align:center;
	color:#f00;
}
td.pan_prix_total_label {
	text-align:center;
	color:#f00;
}
td.pan_prix_total {
	text-align:right;
	color:#f00;
}
div#panier_navigation {
	text-align:right;
	color: #46596E;
	font-size: 1.6em;
	font-weight: bold;
	line-height:1.4em;
}
div#panier_navigation div {
	float:left;
}
div#panier_navigation a {
	color:#85A72A;
	text-decoration: none;
}
div#panier_navigation a:hover {
	text-decoration: underline;
}

div#commande_process_1
{
	/*width:617px;*/
	height:75px;
	background: url(../images/process-cmd_1.png) no-repeat left;
}	
div#commande_process_2
{
	/*width:617px;*/
	height:75px;
	background: url(../images/process-cmd_2.png) no-repeat left;
}	
div#commande_process_3
{
	/*width:617px;*/
	height:75px;
	background: url(../images/process-cmd_3.png) no-repeat left;
}

p.coord
{
	text-indent: 2em ;
	text-align:center; 
	font: normal normal normal 10pt/11pt tahoma, arial, verdana, sans-serif;
}
p.horaires
{
	height:60px;
	text-indent: 2em ;
	font: normal normal bold 10pt/11pt tahoma, arial, verdana, sans-serif;
	color: #FF9900;
	text-align:center; 
	/*margin-left:200px;*/
	margin-bottom:0px;
}
p.plan 
{
	text-indent: 50px;
	/*text-align:center;*/
	line-height:10px;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:0px; 
	font: normal normal normal 10pt/11pt tahoma, arial, verdana, sans-serif;
}
p.plan a
{
	font: normal normal bold 10pt/11pt tahoma, arial, verdana, sans-serif;
	color: #f00;
	text-decoration:none;
}
p.plan a:hover
{
	text-decoration:underline;
	color:#f30;
}

h3.lesPlus {
	background: #46596E;
	color: #fff;
	font-size:1.2em;
	text-indent: 1.5em;	
}
.footLink {
	margin-right: 2.5em;
	margin-bottom: 2.5em;
}
#filtreForm {
    width: 500px;
	text-align: left;
	margin:0 0 20px 0;
}
form#filtre {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
form#filtre p {
	margin:0 0 10px 0;
} 
form#filtre input {
	/*margin: 0 55px 0 2px;*/
}
form#filtre fieldset {
    padding: 5px ;
    background: #fff;
    border: 1px solid #46596E;
    margin: 0 0 0 0;
    /*width: 680px;*/
    /*display: block;*/
 }
 
 form#filtre fieldset legend {
    padding: 4px;
	font-weight:bold;
    border: 1px solid #46596E;
    background:#46596E;
    color: #fff;
 }
  form#filtre label {
    margin: 0 0 0 10px;
	color: #46596E; 
	font-weight:bold;
	font-size:0.95em;
 }
input.saisie_recherche {
	background:#FFFFFF url(../../images/loupe.jpg) no-repeat scroll 2px 50%;
	padding-left:18px;
	width:120px;
	border:1px solid #999999;
}
#inscription {
	border: none;
	margin: 0;
	padding: 0;
	width: 45em;	/*** Largeur du formulaire ***/
}
div#recherche {
	display: inline;
	position: relative;
	left: 720px;
	top: 10px;
}
#corpForm fieldset#coordonnees label, #corpForm fieldset#identifiants label, #corpForm fieldset#contacts label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

form#adresse_livraison {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	/*border: 1px solid black;*/
	color: #333333;
	background: #fff;
	margin: 0;
	padding: 0;
}
form#adresse_livraison p {	/*** Mise en forme des lignes du formulaire ***/
	text-align:left;
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
form#adresse_livraison .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
form#adresse_livraison .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}
form#adresse_livraison label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
form#adresse_livraison label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}
table.client_infos {
	width: 90%;
}
table.client_infos td.libel
{
	font-weight: bold;
}
table.client_infos td a
{
	font-size:0.85em;
	font-weight:bold;
	text-decoration:none;
}
table.client_infos td a:hover {
	text-decoration:underline;
}

