@CHARSET "UTF-8";

html {
	height: 101%;
}
body {
	min-height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #373737;
}
h1 {
	font-size: 2.3em;
	padding: 1.0em 0 0.5em 0;
}
h2 {
	font-size: 2.0em;
	padding: 1.0em 0 0.5em 0;
}
h3 {
	font-size: 1.6em;
	padding: 1.0em 0 0.5em 0;
}
h4 {
	font-size: 1.3em;
	padding: 1.0em 0 0.5em 0;
}
h5 {
	font-size: 1.0em;
	padding: 1.0em 0 0.5em 0;
}
h6 {
	font-size: 1.0em;
	padding: 1.0em 0 0.5em 0;
	font-weight: normal;
	text-decoration: underline;
}
.simulh1 {
	font-size: 2.3em;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

a {
	color: #000000;
}
a:hover {
	color: #777777;
}
img {
	max-width: 100%;
	height: auto;
	font-style: italic;
	color: #c00;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#band1, #band2, #band3, #band4 {
	clear: both;
	margin: 0;
	padding: 0;
}
#band1 {
	height: 80px;
	background-color: #252525;
	border-bottom: 4px solid #444444;
}
#band2 {
	overflow: hidden;
	height: 200px;
	background-color: #dddddd;
}
#band3 {
	background-color: #ffffff;
}
#band4 {
	height: 80px;
	background-color: #373737;
	border-top: 4px solid #252525;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#header, #subheader, #content, #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	/*border: 1px #bbb solid; border-top-width: 0; /**/
	background-color: #252525;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#languages {
	/*border: 1px red solid; border-top-width: 0; /**/
	font-family: Arial;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.5em;
}
#languages a {
	/*border: 1px red solid; border-top-width: 0; /**/
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
	padding: 3px 5px 1px 5px;
	margin: 0 0 0 3px;
	text-decoration: none;
	background-color: black;
	color: #777777;
}
#languages a:hover {
	color: #ffffff;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#titre {
	font-size: 2em;
	font-weight: normal;
	float: left;
	margin-top: 5px;
	width: 400px;
}
#titre a {
	text-decoration: none;
	color: #cccccc;
}
#titre a:hover {
	color: #ffffff;
}
#slogan {
	width: 400px;
	line-height: 1.5em;
	clear: left;
	float: left;
	margin-top: 3px;
	font-size: 1em;
	color: #bbbbbb;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#menu {
	clear: both;
	/*border: 1px blue solid;/**/
	width: 550px;
	float: right;
	margin-top: 10px;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #cccccc;
}

/* ******************************************************************************** */
/*    SUPERFISH BASIC CSS   http://users.tpg.com.au/j_birch/plugins/superfish       */
/* ******************************************************************************** */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	margin: 0;
	font-size: 12px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
	line-height: 1.5em;
}
.sf-menu ul li {
	width: 100%;
	font-weight: normal;
	/*margin-right: 1px;*/
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li li {
	line-height: 1.2em;
	/*border-bottom: 1px red solid;/**/
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	background-color: #252525;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#ffffff;
}
.sf-menu li {
}
.sf-menu li li {
	background-color: #252525;
	border-right-width: 0px;
}
.sf-menu li li li {
	background-color: #252525;
	border-right-width: 0px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #252525;
	outline: 0;
	color: #cccccc;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('modeles/0009/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('modeles/0009/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#subheader {
	/*border: 1px blue solid; border-top-width: 0; /**/
	height: 200px;
	background-color: #dddddd;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#content {
	/*border: 1px green solid; border-top-width: 0; /**/
	padding: 40px 0 30px 0;
	line-height: 1.6em;
	background-color: #ffffff;
}
.classTitle {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 20px 0;
	line-height: 1.6em;
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#footer {
	/*border: 1px black solid; border-top-width: 0; /**/
	padding-top: 10px;
	background-color: #373737;
}

#copyright {
	/*border: 1px black solid; border-top-width: 0; /**/
	float: right;
	text-align: right;
	text-transform: uppercase;
	width: 300px;
	color: #333333;
	font-size: 9px;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial;
}
#copyright a {
	color: #bbbbbb;
	text-decoration: none;
}
#copyright a:hover {
	color: #bbbbbb;
	text-decoration: none;
}

#footernav ul {
	/*border: 1px black solid; border-top-width: 0; /**/
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#footernav ul li {
	/*border: 1px red solid; border-top-width: 0; /**/
	float: left;
	margin-right: 1.5em;
}
#footernav ul li a {
	text-decoration: none;
	color: #bbbbbb;
}
#footernav ul li a:hover {
	color: #ffffff;
}

/* ----------------------------------------------------------------------------------------------------------------- */

table#index {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table#index td {
	vertical-align: top;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------- */

.newsminiblock {
	padding: 5px 0 10px 0;
}
.newsminiblock a {
	color: #000000;
	font-weight: bold;
}
.newsminiblock a:hover {
	color: #777777;
}
.newsminititle {
	padding-bottom: 3px;
}
.newsminititleleft {
	color: #888;
	font-size: 0.8em;
}
.newsminititleright {
	font-weight: bold;
}
.newsminicontent {
	/*font-size: 0.9em;/**/
}

.newsblock {
	padding: 0 0 15px 0;
}
.newstitle {
	padding: 0 0 4px 0;
}
.newstitleleft {
	float: left;
	font-size: 0.8em;
	margin-right: 5px;
}
.newstitleright {
	font-weight: bold;
}
.newscontent {
	padding: 0 0 0 60px;
}
.newsdetail {
	padding: 0 0 5px 0;
}
.newsdetailtitle {
	padding: 0px 0 10px 0;
}
.newsdetailtitleleft {
	padding: 0 5px 15px 0;
}
.newsdetailtitleright {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 0 10px 0;
	color: #000000;
}
.newsdetailcontent {
	padding: 0;
}
.linkback {
	font-size: 1.4em;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------- */

.linksblock{
	padding: 5px 0 15px 0;
	background: url(modeles/0009/images/link.png) top left no-repeat;
}
.linkstitle {
	margin-left: 40px;
	/border: 1px transparent solid;
	-border: 1px white dotted;
}
.linksname {
	font-weight: bold;
	margin-right: 5px;
}
.linkslink {
}
.linksdescription {
	padding-top: 2px;
	margin-left: 40px;
}

/* ----------------------------------------------------------------------------------------------------------------- */

#contact {
	margin-left: 50px;
}
.contactligne {
	margin-bottom: 4px;
}
.contactligne label {
	float: left;
	margin-left: 0px;
	width: 100px;
	/*margin-top: 5px;*/
}
.champs_obligatoires {
	margin-left: 100px;
}
.bouton {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 10px;
	margin-top: 15px;
	border: 1px solid #989898;
	color: #333333;
	background-color: #989898;
	font-family: Tahoma, Geneva, sans-serif;
}
.etoile {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}
.saisie {
	font-size: 13px;
	font-weight: bold;
	width: 250px;
	padding: 3px;
	border: 1px #bbb solid;
	color: #333333;
	background-color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
}
.obligatoire {
	background-color: #cccccc;
}
textarea.saisie {
	width: 400px;
}

#zone_adresse {
	font-size: 1.0em;
	margin-top: 10px;
	margin-left: 10px;
}
#zone_adresse a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#zone_adresse a:hover {
	text-decoration: underline;
	color: #777777;
}
#zone_adresse h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#zone_adresse h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#zone_adresse h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.adresseligne {
	margin-bottom: 3px;
}
.phone {
	background: url(modeles/0009/images/phone.gif) top left no-repeat;
	padding-left: 20px;
	height: 16px;
}
.mobile {
	background: url(modeles/0009/images/mobile.gif) top left no-repeat;
	padding-left: 20px;
	height: 16px;
}
.fax {
	background: url(modeles/0009/images/fax.gif) top left no-repeat;
	padding-left: 20px;
	height: 16px;
}
.alerte {
	margin-top: 20px;
	padding: 7px;
	font-weight: bold;
	text-align: left;
}
#ajax_msg_ok {
	color: green;
	background-color: #acd29c;
	border: 2px #1ba500 solid;
}
#ajax_msg_nocookie {
	color: red;
	background-color: #d8a3a3;
	border: 2px red solid;
}
#ajax_msg_notime {
	color: red;
	background-color: #d8a3a3;
	border: 2px red solid;
}
#ajax_msg_error {
	color: red;
	background-color: #d8a3a3;
	border: 2px red solid;
}

/* ----------------------------------------------------------------------------------------------------- */
/* PRODUITS : valeurs de remplacement */
/* ----------------------------------------------------------------------------------------------------- */

#cmdcart {
	/*border: 1px red solid;/**/
	height: 16px;
	padding-bottom: 5px;
	background: url(modeles/0009/images/basket_add.png) top left no-repeat;
	cursor: pointer;
}
#divproduct {
	padding-top: 10px;
	border-top: 1px #777777 dotted;
}
#divcart {
	padding-bottom: 10px;
}
table.prodblock {
	border-left: 2px solid #eeeeee;
	background-color: #f4f4f4;
}
table.prodblock td {
	padding-top: 10px;
}
table.pdetblock td {
	padding-top: 10px;
}
td.pdetimage, td.prodimage {
	padding-left: 10px;
}
table.enpromo {
	border-left: 2px solid #777777;
	background-color: #eeeeee;
}
td.prodnumber input.saisie, td.pdetnumber input.saisie {
	background-color: #ffffff;
	color: #333333;
}
table.cartblock {
	border-bottom: 1px #777777 dotted;
}
table.carttotal {
	border-bottom: 2px #777777 solid;
}
span.oldprice {
	color: #ff0000;
}
table.shopcart {
	border: 1px solid #eeeeee;
}
table.shopcart tr {
	border-bottom: 1px solid #eeeeee;
}
tr.shopheader td {
	background-color: #eeeeee;
	color: #333333;
}
table.shopcarttotal {
	border: 1px solid #777777;
	border-left-width: 0;
	border-right-width: 0;
}
table.prodblock a,
table.cartblock a,
table.carttotal a,
table.shopcart a,
table.shopcarttotal a {
	color: #000000;
}
table.prodblock a:hover,
table.cartblock a:hover,
table.carttotal a:hover,
table.shopcart a:hover,
table.shopcarttotal a:hover {
	color: #777777;
}
.cartTitle {
	padding-top: 10px;
}
#saveorder .saisie {
	width: 200px;
}
#saveorder p {
	margin-bottom: 4px;
}
button.addcart {
    background: url("templates/styles/fresh01/images/cart_add.png") no-repeat scroll left top transparent;
}
#verifycart {
    background: url("templates/styles/fresh01/images/cart_go.png") no-repeat scroll right top transparent;
}











