
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-weight: normal;
	color: #464646;
}

h1 {
	margin: 0px 0px 50px 0px;
	padding: 10px 0px 10px 10px;
	font-size: 24px;
	color: #000;
}

h2 {
	margin-bottom: 10px;
	font-size: 18px;
}



h3 {
	font-size: 11px;
	color: #0F0F0F;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2B2B2;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	color: #317B9F;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-text {
	padding: 2px 10px;
	border: 1px solid #F1F1F1;
	border-top-color: #E9E9E9;
	border-bottom-color: #ECECEC;
}

.input-submit {
	width: 72px;
	height: 22px;
	padding: 2px 0px;
	background: #CCCCCC;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	
}

.list1 li {
	padding: 4px 0px 4px 16px ;
	border-top: 1px solid #DDDDDD;
	background:url(images/licat.png) no-repeat;background-position: 0 .5em;
}

.list1 li a{
text-decoration:none;
}

.list1 li.first {
	border: none;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	padding: 3px;
	border: 1px solid #B4B4B4;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 886px;
	height: 80px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 246px;
	padding-top: 20px;

}

#logo a, #logo a:visited, #logo a:hover {
text-decoration:none;
	color: #B2B2B2;
}

#logo h1, #logo h2 {
	margin: 0px;
	padding: 0px;

}

/** LOGIN */

#login {
	float: left;
}

#login form {
	width: 367px;
	height: 30px;
	margin: 22px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background: #F2F6F8 url(images/homepage02.gif) repeat-x left top;
	border: 1px solid #E3E3E3;
}

#login input {
	float: left;
	margin-left: 7px;
}

#login .input-text {
	width: 110px;
}

#login .input-submit {
	background: #FFCD0F url(images/homepage03.gif) repeat-x left top;
}

/** SEARCH */

#search {
	float: left;
}

#search form {
	width: 257px;
	height: 30px;
	margin: 22px 0px 0px 10px;
	padding: 8px 0px 0px 0px;
	background: #F2F6F8 url(images/homepage02.gif) repeat-x left top;
	border: 1px solid #E3E3E3;
}

#search input {
	float: left;
	margin-left: 7px;
}

#search .input-text {
	width: 140px;
}

#search .input-submit {
	background: #75BE65 url(images/homepage04.gif) repeat-x left top;
}

/**top droit */
#topdroit {
text-align: right;
	margin: 22px 0px 0px 170px;
	float: right;
}

/** MENU */

#menu {
	width: 886px;
	height: 49px;
	margin: 0px auto;
	font-size: 13px;
	background: url(images/homepage05.gif) repeat-x left top;
		text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 8px;
	list-style: none;
}

#menu li {
	float: left;
	height: 26px;
	padding: 6px 10px 0px 10px;
	background: url(images/homepage06.gif) no-repeat left;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	width: 410px;
	height: 148px;
	margin: 0px auto 20px auto;
	padding: 40px 50px 0px 426px;
	background: url(images/header-bleu.jpg) no-repeat left top;
	color: #C1CFA8;
}



#banner h1 {
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 26px;
	color: #FFFFFF;
}

#banner h2 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #FFCC00;
}

.soush{
margin-bottom: 15px;
	font-size: 18px;
	color: #FFCC00;

}


#banner a {
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 886px;
	margin: 0px auto 20px auto;
	background: url(images/subpage3_01.gif) repeat-y left top;
}

#btm {
	height: 28px;
	background: url(images/subpage3_04.gif) no-repeat left bottom;
}

.wide-subpage #page {
	background-image: url(images/subpage4_01.gif);
}

.wide-subpage #btm {
	background-image: url(images/subpage4_03.gif);
}

/** CONTENT */

#content {
	float: right;
	width: 574px;
	padding: 0px 28px 20px 28px;
	background: url(images/subpage3_03.gif) no-repeat left top;
}

.wide-subpage #content {
	float: none;
	width: auto;
	background-image: url(images/subpage4_02.gif);
}

.wide-subpage #content .content {
	padding: 0px 25px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 183px;
	padding: 20px 26px;
	background: url(images/subpage3_02.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 886px;
	height: 70px;
	margin: 0px auto;
	background: url(images/subpage3_05.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 25px 15px 0px 25px;
	color: #B0B0B0;
}

#footer a {
	padding: 0px 10px;
	color: #B0B0B0;
}

#footer .links {
	float: right;
}

#footer .legal {
	float: left;
}

/** BOX STYLE A */

.boxA {
}

.boxA .content {
	padding: 0px 0px 0px 0px;
}

.boxA .item {
	float: left;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
}

.boxA .item .image {
	float: left;
	width: 102px;
}

.boxA .item .name {
	margin-bottom: 10px;
	font-size: 11px;
	color: #0F0F0F;
}

.boxA .item .description {
	font-size: 10px;
}

.item a {
text-decoration: none;
}


.boxA .item .links {
	margin: 0px;
	height: 30px;
	background: #F2F6F8 url(images/homepage13.gif) repeat-x left top;
	border: 1px solid #E3E3E3;
}

.boxA .item .links a {
	float: right;
	width: 72px;
	height: 20px;
	margin: 3px 5px 0px 0px;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.boxA .item .links a:hover {
	text-decoration: underline;
}

.boxA .item .cart {
	background: url(images/homepage14.gif) repeat-x left top;
}

.boxA .item .details {
	background: url(images/homepage15.gif) repeat-x left top;
}

.boxA .vline {
	float: left;
	width: 25px;
	height: 40px;
	background: url(images/homepage16.gif) no-repeat center top;
}

.boxA .hline {
	float: left;
	width: 100%;
	height: 31px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	background: url(images/homepage17.gif) no-repeat left center;
}

/** BOX STYLE B */

.boxB {
}

.boxB .content {
	padding: 0px 25px;
}

.boxB .hline {
	margin-bottom: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECECEC;
}

.boxB .item .image {
	float: left;
	width: 102px;
}

.boxB .item .name {
	margin-bottom: 10px;
	font-size: 11px;
	color: #0F0F0F;
}

.boxB .item .description {
	margin-bottom: 3px;
	font-size: 10px;
}

.boxB .item .price {
	font-size: 18px;
	color: #2E70AD;
}

.boxB .item .price sup {
	font-size: 12px;
}

.boxB .item .cart {
	float: left;
	width: 72px;
	height: 20px;
	margin: 3px 5px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage14.gif) repeat-x left top;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.boxA .item .links a:hover {
	text-decoration: underline;
}


.nomcat{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}


.explications{
width: 540px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 6px;
}

.code{
color:#696969;
}

.blanc{
font-weight: bold;

	color: #FFFFFF;
}
.presboutique{
color:#696969;
line-height: 1.2em;

}


.boutique{
color:#696969;
line-height: 1.1em;
font-size: 11px;
}

.maincode{
width: 540px;
height: 80px;
padding: 8px;
	background: url(images/bgcode.jpg) no-repeat left top;
border: 1px solid #CCCCCC;
margin-bottom: 20px;
}


.infoscode{
float:left;
}

.centrecode{
float:left;
width:325px;

}
.titre{
font-size: 18px;
font-weight:bold;
color:#FFF;
background:#FFAE00;
padding: 3px;
border: 1px dashed #F7F7F7;

}


.gocode{
float:right;
text-align:right;
font-size:10px;
color:#969696;
}

.catgauche{
float:left;
width:170px;
margin-right: 2px;
padding-bottom: 20px;
}

.catboutique{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px
}


.categories{

width: 540px;
padding: 8px;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

.usecode {color:#000000; font-size:13px;}
.codeok { visibility: visible; overflow: visible;}
.codehidden { visibility: hidden; overflow: hidden;  position: absolute; color:#000000; font-size:13px;}