@charset "utf-8";
/* CSS Document */

body {

	font-family: Arial,Helvetica,sans-serif;
	font-size:  0.85em;
	line-height: 1em;
	color: #009;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width: 960px; /* taille écran */
	background-color: white;
}

h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px;
	font-weight: bold;
	color: #666699;
	font-family:	Verdana,Geneva,sans-serif;
}


h1.ui-accordion-header:before {
	content:'';
}
h2 {
	padding: 5px;
	line-height: 1.2em;
	font-weight: bold;
	color: DarkBlue;
	font-size:  0.85em;
}

p {
	/*padding: 10px;*/
	font-size:  0.85em;
}


a {
	color: DarkOrange;
	text-decoration: none;
}
a:hover {
	color: DarkOrange;
	text-decoration: underline;
}

table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

table td {
	border: 0;
}

div#bandeaumenu {
/*	background-color: #016DAD; */
	background-color: #F7B446;
	color:white;
	height: 25px;

}

div#mainmenu {
	padding-top: 4px;
	padding-bottom: 5px;
}

a.mainmenu {
	color: DarkBlue;
	font-weight: bold;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;

	font-size: 1em;
	padding-bottom:10px;
	margin: 0;
}

a.mainmenu:hover,a.mainmenu.active:hover {
	color: DarkBlue;
	background-color: rgba(255,255,255,.5);
}

a.mainmenu.active {
	background: url("images/arrow-down.png") no-repeat center  15px;
	color: DarkBlue;
	background-color: rgba(255,255,255,0.8);


}
a.mainmenu:before  {
	content: '| ';
}


/* Search */
div#search {
	float: right;
	width: 265px;
	vertical-align:middle;

	margin-right:1px;
}

input#prosvetaquery {
	border: none;
	border: 2px solid #F7B446;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	width: 150px;
	height:19px;
	padding-left:2px;
	margin: 0;

}

#btnsearch {
		background: url("images/search.png") repeat-x scroll -0px 0px #FFF;
		position: relative;
		top: -5px;
		height: 22px;
		width: 22px;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #F7B446;
		margin-left: -5px;
		cursor: pointer;
}

select#d {
	width: 80px;
	margin-left: 0px;
}


/* shoppingbag */
div#shopping {
	float: right;
	width: 35px;
	height:21px;
	background:  url("images/shoppingbag.png") no-repeat center -0px;
	padding:14px 0 0 0;

}

input#productsCount {
	background: transparent;
	border: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: DarkBlue;
	text-align: center;
	width: 35px;
	margin-left: 0;
}

input#productsCount:hover {
	color: Red;
	text-decoration: underline;
	cursor: pointer;
}
/* menu search */
div#searchcollection {
	border: 1px Darkgray solid ;
	overflow: auto;
	height:120px;
	background-color: white;
	width:175px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	font-size: 0.8em;
}

input#menuquery {
	border: none;
	border: 1px solid DarkGray;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	width: 150px;
	height:19px;
	padding-left:2px;
	margin: 0;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

select.search, span.search  {
	color: #000099;
	font-size: 0.9em;
}
/* content */
div#main{
	clear:both;
}

div#sidebarleft {
	float: left;
	width: 200px;

	margin-right: 5px;
	padding: 4px;
}
div#sidebarright {
	float: right;
	width: 200px;
	margin-left: 5px;
	padding: 4px;
}
div#contenu {
	background: white ;
	padding: 2px;
	overflow: hidden;
	margin-right: 5px;
}
div#footer {
	clear: both;
	padding: 0 10px 0 20px;
	position: relative;
	text-align:center;
	bottom:2 px;
	font-size: 0.9em;
	line-height: 1,5em;
}

/* Zones */
div#ZL2, div#ZL1, div#ZR1, div#ZR2, div#submenu {
	margin-top: 8px;
	margin-bottom: 12px;
}
/* Bandeau */
div#site_title {
	position: absolute;
	left: 20px;
	top: 20px;
	color: Ivory;
	font-size: xx-large;

}

div#bandeau {
	position:relative;
	height:150px;
	background-color:white;
}

div#zonetop {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	padding: 5px;
	background:#FDFDFD;
	text-align: right;
	opacity: 0.7;
	line-height:1.2em;
	border-radius: 0px 0px 0px 10px;
	font-size: 0.7em;
	font-weight: bold;
}

div#zonetop a {
	color: DarkBlue;
}
a#lang {
	text-decoration: underline;
}

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

div#selectlang {
	position: absolute;
	top: 2em;
	right:0px;
	background:#FDFDFD;
	opacity: 0.9;
	display: none;
	padding-left: 5px;
	padding-bottom: 2px;
	border-radius: 0px 0px 0px 10px;
	font-size: 0.7em;
}

div#zonetop>em {
	font-style: normal;
	color: red;
}
/* Shopping cart */
div#shoppingcart {
	display: none;
}


/* Menu Part */
div#submenu {
	background-color: white;
	padding: 0px;
	border-radius: 5px;

}

div#submenu div#titre {
	background-color: #F7B446;
	color: DarkBlue;
	text-align: center;
	padding: 6px 4px 4px 4px;
	font-weight:bold;
	border-radius:20px 0px 0px 0px;
	margin: 8px 0 10px 0;

}

div#submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 10px;
}

div#submenu li  {
	margin-bottom: 10px;
}



div#submenu li a, *.menu a  {
	text-decoration:none;
	color: DarkBlue;
	font-size: 0.85em;
}

div#submenu li a:hover, *.menu a  {
	text-decoration:underline;
}




/* flash : message à l'internaute */
div.flashhidden {
	display: none;

}

div.flashinfo {
	Display: block;
	margin: 2em;
	background-color: Azure;
	color: DarkBlue;
	border: 2px DarkBlue solid;
	padding: 0.5em;
	font-size: 0.9em;
}

div.flasherror {
	Display: block;
	margin: 2em;
	background-color: AntiqueWhite;
	color: Red;
	border: 2px DarkRed solid;
	padding: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

/* bouton */
.button:active {
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
		box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.button:hover {
		border: 1px solid #2F5BB7;
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.3);
		background-color: #357AE8;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#357AE8));
		background-image: -webkit-linear-gradient(top,#4D90FE,#357AE8);
		background-image: -moz-linear-gradient(top,#4D90FE,#357AE8);
		background-image: -ms-linear-gradient(top,#4D90FE,#357AE8);
		background-image: -o-linear-gradient(top,#4D90FE,#357AE8);
		background-image: linear-gradient(top,#4D90FE,#357AE8);
}

.button {
		border: 1px solid #3079ED;
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.1);
		background-color: #4D90FE;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
		background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
		background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
		background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
		background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
		background-image: linear-gradient(top,#4D90FE,#4787ED);
}
/* Dates */
#datePicker {
  margin-top: -12px;


}
.ui-datepicker {
    font-size: 10px !important;
}

/* Info Footer */
div#infofooter {
	font-size: x-small;
	color: black;
	text-align: left;
}
div#infofooter>p#title {
	font-weight: bold;
	color: DarkRed;
	margin:0;
	padding:0;
}

div#infofooter > a {
	color: black;
	text-decoration:none;
}

div#infofooter > a:hover {
	text-decoration:underline;
}

/* international */
div#infofooter > div.continent {
	display: block;
	position:relative;
	float:left;
	width: 80px;
	text-align: left;
	color: DarkRed;
}
div#infofooter > div.countries {

	display: block;
	position: relative;
	margin-left: 80px;
	text-align: left;
}

div#infofooter > div.countries > a.country {
	color: black;
	text-decoration: none;
}
div#infofooter > div.countries > a.country:hover {
	text-decoration: underline;
}


/*getHTML ------------------*/
#gethtml p {
	padding:0;
}

/* Part -----------------------*/
.articlePart div#titre {
	background-color: #F7B446;
	color: DarkBlue;
	text-align: center;
	padding: 4px;
	font-weight:bold;
	border-radius:20px 0px 0px 0px;
}

.articlePart div#text {
	padding: 10px;
	background-color: white;
		border-radius: 0px 0px 0px 20px;
}

.articlePart div#text H3 {
	text-align: center;
}

.articlePart div#text p {
	padding: 0px;
}

.articlePart div#text a {
	color: DarkOrange;
	text-decoration: none;
}

.articlePart div#text a:hover {
	text-decoration: underline;

}


/* sous menu */
ul.menu {
	margin: 0 10px 10px 0;
	padding: 0;
}

ul.menu li {
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;

}
ul.menu li a,#text ul.menu li a {

	color: Darkblue;
	text-decoration: none;
}

ul.menu a:hover {

	text-decoration: underline;
}

/* BreadCrumb */
div#breadcrumbs {
	margin: 0.5em 0 0.5em 0;
	padding: 0.2em;
	border: 1px Orange solid;
	background-color: rgba(255, 165, 0,0.1);
	border-radius: 5px 5px 5px 5px;
}
div#breadcrumbs ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div#breadcrumbs a {
	padding: 0;
}

div#breadcrumbs li {
	display: inline;
}
div#breadcrumbs li:before {
	content: " > ";
}

/* bouton ajout */
.add_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
}.add_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.add_button:active {
	position:relative;
	top:1px;
}

/* not in catalog */
ul#notincatalog {
	color: DarkBlue;
	list-style: square;
	padding: 0.1em;


}

ul#notincatalog > li {
	margin-bottom: 0.2em;
	margin-left: 2em;
}

ul#notincatalog > li > a {
	color: DarkRed;
	text-decoration: underline;
}

/* Zoom image */
img.zoomable {
	cursor: url('images/loupezoom.gif'),auto;
}

