html {
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660000;
	background: #DED6B8 url('fond_08.gif') top center repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background: url('fond_top.gif') no-repeat top center;
	width:100%;
}

H1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:5px;
}

input, select, textarea {
	font-family:Tahoma;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input, textarea {
	border: 1px solid #cccccc;
}
*>input, *>textarea {
	border-color : #333;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.creation {
	border:0;
	background-color:eeead9;
	width:150px;
}

/************************ liens txt ****************************/
#list {
	list-style-image:url(list.gif);
	color: #666666;
	padding:0;
	margin:0;
	margin-left:16px;
}

#list li {
	clear:both;
	margin-bottom:5px;
}

#list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #333333;
	/*background: #FF9900;*/
}

#list a:hover, #list a.active {
	color: #ff9900;
}


a{
	text-decoration: none;
	color: #CCCCCC;
}
a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
a:active{
	text-decoration: none;
	color: #CCCCCC;
}
a:hover{
	text-decoration: none;
	color: #FF9900;
}

strong {
	color: #cc6633;
}

.titregris{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color: #666666;
}

.titreblanc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color: #fff;
}

.titre {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
}

.mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

/************************* structure site ****************************/
#main{
	width:1000px;
}

#top{
	float:left;
	position:relative;
	width: 1000px;
	clear:both;
	height:290px;
}

#content {
	float:left;
	background:url('fond_bg.gif') repeat-y center;
	position:relative;
	width: 1000px;
	clear:both;
	padding-bottom:20px;
}

#menu {
	position:absolute;
	bottom:31px;
	left:479px;
	width:550px;
	padding:0;
	margin:0;
	list-style-image: none;
}

#menu li {
	float:left;
	text-align:center;
	padding-top:10px;
	margin-left:0px;
	list-style-type:none;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #666666;
	width:101px;
	height:20px;
	display:block;
	padding-top:7px;
	text-transform:uppercase;
	/*background: #FF9900;*/
}

#menu a:hover, #menu a.active {
	color: #fff;
	background: url(btn_hover.gif) no-repeat top center;
}

#sub_catalogue {
	position:absolute;
	top:36px;
	left:0px;
	width:182px;
	display:none;
}

#sub_catalogue div.top {
	width:100%;
	background:url('sub_catalogue_top.gif') no-repeat top left;
	height:20px;
}

#sub_catalogue ul {
	margin:0;
	padding:0;
	background-color:#eeead9;
	float:left;
	border:1px solid #666;
	border-top:0;
	width:180px;
}

#sub_catalogue li {
	float:left;
	width:170px;
	text-align:left;
	padding:0;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:0;
}

#sub_catalogue a {
	float:left;
	display:block;
	width:100%;
	font-weight:normal;
	color:#000000;
}

#sub_catalogue span {
	padding-left:5px;
}

#sub_catalogue a:hover, #sub_catalogue a.active {
	color:#ffffff;
}

#sideleft {
	position:relative;
	float:left;
	text-align:left;
	width:220px;
	margin-top:0px;
}

#php {
	text-align:left;
	width:830px;
	margin-top:15px;
	margin-bottom: 16px;
	position: relative;
	margin-right:4px;
}

#footer {
	width:100%;
	clear: both;
}

#footer div.center {
	background: url('fond_bottom.gif') no-repeat center;
	width:1000px;
	height:66px;
	position: relative; /* Nécessaire pour Safari */
}

/************************ drapeaux******************************/

#flags {
	position:absolute;
	top:5px;
	right:10px;
}

#flags div {
	margin-right:10px;
	margin-top:10px;
}

#flags a {
	border:1px solid #999;
}

#flag_fr {
	float:left;
	width:22px; height:15px;
}

#flag_fr a {
	display:block;
	width:100%; height:100%;
	background:url('../../fr/fr_off.jpg') no-repeat;
}

#flag_fr a.on {
	display:block;
	width:100%; height:100%;
	background:url('../../fr/fr.jpg') no-repeat;
}

#flag_uk {
	float:left;
	width:22px; height:15px;
}

#flag_uk a {
	display:block;
	width:100%; height:100%;
	background:url('../../uk/uk_off.jpg') no-repeat;
}

#flag_uk a.on {
	display:block;
	width:100%; height:100%;
	background:url('../../uk/uk.jpg') no-repeat;
}

#flag_de {
	float:left;
	width:22px; height:15px;
}

#flag_de a {
	display:block;
	width:100%; height:100%;
	background:url('../../de/de_off.jpg') no-repeat;
}

#flag_de a.on {
	display:block;
	width:100%; height:100%;
	background:url('../../de/de.jpg') no-repeat;
}
/********************* fxelement********************************/

#bandeau {
	width:100%;
	background-color:#EEEAD9;
	height:200px;
	clear:both;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#nouveaute {
	position:absolute;
	right:59px;
	top:0;
	width:300px;
	height:180px;
	clear:both;
	background-color:#eeead9;
	padding:10px;
}

#kwicks_container {
	height: 200px;
	width:580px;
	position: absolute;
	left:62px;
	top: 0px;
}
#kwicks {
	width:580px;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 62px;
	height: 200px;
	margin-left:5px;
}

#kwicks a {
	display:block;
	width:100%;
	height:100%;
}
 
#kwick_1_fr {background: url('01_fr.jpg') no-repeat;}
#kwick_2_fr {background: url('02_fr.jpg') no-repeat;}
#kwick_3_fr {background: url('03_fr.jpg') no-repeat;}
#kwick_4_fr {background: url('04_fr.jpg') no-repeat;}
#kwick_5_fr {background: url('05_fr.jpg') no-repeat;}
#kwick_6_fr {background: url('06_fr.jpg') no-repeat;}
#kwick_7_fr {background: url('07_fr.jpg') no-repeat;}
#kwick_37_fr {background: url('37_fr.jpg') no-repeat;}

#kwick_1_uk {background: url('01_uk.jpg') no-repeat;}
#kwick_2_uk {background: url('02_uk.jpg') no-repeat;}
#kwick_3_uk {background: url('03_uk.jpg') no-repeat;}
#kwick_4_uk {background: url('04_uk.jpg') no-repeat;}
#kwick_5_uk {background: url('05_uk.jpg') no-repeat;}
#kwick_6_uk {background: url('06_uk.jpg') no-repeat;}
#kwick_7_uk {background: url('07_uk.jpg') no-repeat;}
#kwick_37_uk {background: url('37_uk.jpg') no-repeat;}

#legal {
	color:#fff;
	font-size:10px;
	position:absolute;
	right:170px;
	top:10px
}

/************************** catalogue **********************************/

#bandeau_top {
	position:relative;
	height:75px;
	width:100%;
	background: url('produit_01.jpg') top center no-repeat; 
	clear:both;
}

#bandeau_top_2 {
	position:relative;
	height:50px;
	width:100%;
	background: url('produit_02.jpg') top center no-repeat; 
	clear:both;
}

#thumbnails {
	width:30px;
	height:30px;
	background-color:#000000;
	border:1px solid #CCCCCC;
	float:right;
	margin-left:5px;
}

#titre_categorie {
	position:absolute; 
	left:20px;
	bottom:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
}

#catalogue_photo {
	float:right;
	width:630px;
}

#catalogue_photo ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	clear:both;
}

#catalogue_photo li {
	float:left;
	width:176px;
	height:220px;
	background:#eeead9;
	padding:10px;
	margin:10px;
	margin-right:0;
	margin-bottom:0;
}

#catalogue_photo .photo {
	width:100%;
	height:170px;
	text-align:center;
}

#catalogue_photo .details {
	text-align:center;
	width:100%;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color: #666666;
}

#catalogue .details {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color: #666666;
}

/*#catalogue_photo .plus {
	margin-top:5px;
	position:absolute;
	bottom:0;
	right:0;
}*/



/*************************sous menu ******************************/

#left_menu {
	float:left; 
	width:200px;
	margin-top:10px; 
	background-color:#eeead9;
}

#produit_details {
	float:left; 
	width:280px;
	/*margin-top:10px;*/
	margin-right:20px;
	/*margin-left:20px;*/
	/*border-top:1px solid #eeead9; 
	border-bottom:1px solid #eeead9;*/
	padding:10px;
	padding:0;
}

#produit_details p {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#produit_photo {
	float:left; 
	width:300px;
	padding:5px;
	position:relative;
	background:#eeead9;
}

/**************** 360 **************************/

#visite {
	position:absolute;
	right:80px;
	bottom:20px;
	width:60px;
	height:60px;
}

#visite a{
	display:block;
	width:100%;
	height:100%;
}
