html { height: 100%; }
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a { color:#020202; text-decoration:none; }
a:hover { color: #4b4a4a; }
img { border: 0 none;}
a img { vertical-align:bottom; padding-right:5px; }
p, li {line-height: 1.25em;}



/***** design 100% contenu 960px ******/
#header { clear: both; z-index:7000;}
#menu { clear: both; background:#292929; color:#FFF; height:33px; z-index:6000;}
#contenu { clear: both; }
#footer { clear: both; background: #393939; color: #FFF;}
#footer2 { clear: both; background: #252525; color: #FFF;}

#logo { padding: 20px 0;}
.menu { z-index:5000; }
.contenu { padding:20px 0;}
.sidebar { padding:20px 0;}
.sidebar h2 {}
.sidebar ul {margin:2px; padding:0px; list-style:none;}
.sidebar li {padding:5px 0px 5px 20px; line-height:15px; }
.footer { padding: 15px 0; }
.footer p {margin:0; }

/*** menu footer ***/
.footer ul, .footer li { margin:0; padding:0; list-style:none; }
ul.nav#footer { margin:0; padding:0;}
ul.nav#footer li { display:block; float:left; margin:0 2em 0 0; padding:0;}
ul.nav#footer a { color:#FFF; }
ul.nav#footer li a { font-weight:bold; padding-bottom:0.5em; display:block}
ul.nav#footer li li a { font-weight:normal; padding:0;}

/****  Formulaire *****/
/**** inline par défaut, sinon utiliser .block ***/

input, textarea, checkbox { font-family: Arial !important;}
form { margin: 1em 0; }
form fieldset {
    border: 2px solid #ccc;
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
form legend {color: #333333; padding: 0 0.2em; margin: 0 0.5em; font-weight: bold; font-size: 1.1em;}
form p {margin: 0.3em 0 0.5em;}
form label {
    display: inline-block;
    width: 23%;
    max-width: 160px;
    padding: 0.3em 0.5em 0.3em 0;
    margin-right: 0.3em;
    text-align: right;
    font-size: 1.1em;
}
form.block label {
    display: block;
    width: auto;
    padding: 0.3em 0.5em 0.3em 0;
    margin-right: 0;
    text-align: left;
}
form .required>label:after {
    content: " *";
    color: red;
    white-space: nowrap;
}
form .radio, form .checkbox, form .text {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    margin: 0.5em 0.3em 0 0.3em;
}
form .text {
    margin: 0;
}
form .radio input, form .checkbox input {
    vertical-align: middle;
}
form .radio label, form .checkbox label {
    display: inline;
    padding: 0;
    margin: 0 0.3em;
    background: none;
    font-weight: normal;
    color: #333;
    text-align: left;
    width: auto;
    cursor: pointer;
}
form input[type=text], form input[type=password], form select, form textarea, .readonly {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    border: #aaa 1px solid;
    background: #fff;
    padding: 0.3em 0.3em;
    margin-right: 0.5em;
    font-size: 1.1em;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 73%;
    max-width: 250px;
}
form.block input[type=text], form.block input[type=password], form.block select, form.block textarea, form.block .readonly {
    width: 75%;
}

input[type=submit], .submit, .cart-action {
    font-size: 1.1em;
    padding: 0.5em 1em;
    margin: 0;
    text-align: center;
    color: white;
    white-space: nowrap;
    /*font-weight: bold;*/
    background: #666;
    background: -moz-linear-gradient(100% 80% 90deg, #666, #888);
    background: -webkit-gradient(linear, left bottom, left top, from(#666), to(#888));
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover, .submit:hover, .cart-action:hover {
    background: #888;
    background: -moz-linear-gradient(100% 80% 90deg, #888, #aaa);
    background: -webkit-gradient(linear, left bottom, left top, from(#888), to(#aaa));
    color: white;
}
input[type=submit]:focus, .submit:focus, .cart-action:focus {
    color: white;
}

.cart-action {padding: 0.3em 0.7em}

p.error {margin: 0;}
.default-value-inactive {color: #666 !important;}

/*** Curved ***/
.curved, .curved-5-all {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*** Colors ***/
.blue1 { background:#1e3d5c url(../../images/admin/fs2/bg-blue1.png) repeat-x !important; color:#FFF; }
.blue2 { background:#326195 url(../../images/admin/fs2/bg-blue2.png) repeat-x !important; color:#FFF; }
.blue3 { background:#5d9de4 url(../../images/admin/fs2/bg-blue3.png) repeat-x !important; color:#333; }
.green1 { background:#a7ce38 url(../../images/admin/fs2/bg-green1.png) repeat-x !important; color:#333; }
.orange1 { background:#ff6600 url(../../images/admin/fs2/bg-orange1.png) repeat-x !important; color:#FFF;}
.grey1 { background:#DDD url(../../images/admin/fs2/bg-grey1.png) repeat-x !important; color:#666;}

.blue1 a, .blue2 a, .green1 a { color: #FFF; text-decoration: none;}

/*** Blog ***/
#contenu-blog h1 { margin-bottom:0.2em; }
.info-post { }
.contenu-post { }
.category-post { font-size:0.9em; padding-right:10px;}
.tag-post { font-size:0.9em; padding-right:10px;}
.comm-post {display:inline; padding-right:10px;}
#info-comm {color:#F00; font-weight:bold;}

.bloc-comm { border-bottom:#ccc 1px solid; margin-bottom:1em; padding:5px;}
.avatar-comm {float:left; margin:0px 5px 5px 0px;}
.auteur-comm { font-weight:bold; padding-right:10px;}

/*** pagination ***/
.pagination {
  float: right;
  padding: 2px;
  margin-right: 0;
}

.pagination a {
  padding: 2px 5px;
  margin: 0px;
  background:#326195;
  color: #FFF;
}

.pagination a:hover {
  color: #1E3D5C;
  background: #E5EDF6;
}

.pagination strong {
  padding: 2px 5px;
  margin: 0px;
  color: #1E3D5C;
  background: #E5EDF6;
}

/*** Cart ***/
#cart th {border-bottom: 2px solid #AAA; color: #444;}
#cart td {border-bottom: 1px solid #AAA; color: #444; height: 160px;}
#cart td p {margin-left: 0em; font-style: italic;}
#cart .item_name {font-size: 1.2em; font-weight: bold; color: #444;}
#cart .price {font-size: 1.2em; font-weight: normal;}
#cart .shipping td {height: 60px; font-size: 1.2em;}
#cart .shipping:first-child {margin-top: 400px;}
#cart .total td {background: #f7f7f7; height: 60px; font-size: 1.2em; font-weight: bold;}
#cart .subtotal td {background: #f7f7f7; height: 40px; font-size: 1.2em; }
#cart .empty {font-size: 1.2em; text-align: center;}
.cart-qty_up, .cart-qty_down {min-width: 7px;}
.cart_submit {margin: 1em 0 2em; text-align: right;}

/*** Steps ***/
#cart-steps {margin: 1em 0;}
.cart-step {
    float: left;
    width: 198px;
    margin-right: -23px;
    text-align: center;
    font-size: 1.1em;
}
#cart-step4 {width: 175px;}
.cart-step a {
    display: block;
    padding: 0.9em 15px 0.7em 0;
    background: url(../../images/cart/step.png) no-repeat;
    position: relative;
    color: #666;
}
.cart-step.previous a {
    background: url(../../images/cart/step_previous.png) no-repeat;
    color: white;
}
.cart-step.current a {
    background: url(../../images/cart/step_current.png) no-repeat;
    color: white;
}
#cart-step1 a {z-index: 10;}
#cart-step2 a {z-index: 9;}
#cart-step3 a {z-index: 8;}
#cart-step4 a {z-index: 7; padding-right: 0;}

/*** Order process ***/
.block_address p {margin: 0;}
.block_address {margin-bottom: 1em;}

/*** Payment ***/
.payments_means td {border-bottom: 1px solid #AAA; color: #444; font-size: 1.1em;}

/*** Product detail ***/
.product_detail .price {margin: 0.5em 0}
.product_detail .add {margin: 0.5em 0}
.product_detail .add .qty {margin-top: 0.5em}
.product_detail .add .submit, .product_detail .add input[type=submit] {margin: 0}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
    width:940px;
    overflow:hidden;
}

.kwicks li{
	float: left;
	width: 235px;
	height: 379px;
	margin-right: 0;
}

