body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	color: #333;
	font-size: 12px;
	background: #deedf7 url('../images/bg.png') repeat-x;
}

body.popup {
	padding: 20px;
	background-color: #fff;
	background-image: none
}

a {
	color: #1E687D;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-gray.gif);
	margin: 5px 0px;
	padding: 0px;
	float: left;
	width: 95%;
}

.all {
	width: 1026px;
	margin: 4px auto 0 auto;
	background: #ffffff url('../images/bg-middle.png') repeat-y;
}

.header {
	padding: 1px 13px 0 12px;
  height: 216px;
  background: #ffffff url('../images/bg-top.png') no-repeat;
}

.header .logopart {
	width: 341px;
	float: left;
}

.header .logopart .logo {
	display: block;
}

.header #infoline {
	display: block;
}

.header .logopart .bus {
	position: absolute;
	left: 278px;
	top: 0px;
	color: #bfe3e4;
	width: 320px;
	background: url(../images/bus.gif) left top no-repeat;
	padding-top: 70px;
	font-size: 10px;
}

.header .logopart .bus strong {
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

.header .newsletterpart {
	position: absolute;
	left: 609px;
	top: 0px;
	height: 132px;
	background: #666666;
	width: 329px;
}

.header .newsletterpart strong {
	font-size: 14px;
}

.header .newsletterpart .icons {
	float: right;
	width: 303px;
	margin: 0px 13px 0px 14px;
	padding: 8px 0px 8px 0px;
	background: url(../images/dots-white.gif) left bottom repeat-x;
	text-align: right;
	color: #ffffff;
}

.header .newsletterpart .icons a,.header .newsletterpart .icons:hover {
	color: #ffffff;
}

.header .newsletterpart .icons a {
	display: block;
	float: right;
	margin-left: 5px;
}

.header .newsletterpart .form {
	color: white;
	padding: 7px 0px 10px 0px;
	margin: 0px 13px 0px 14px;
	float: right;
	width: 301px;
	font-size: 11px;
	background: url(../images/dots-white.gif) left bottom repeat-x;
}

.header .newsletterpart .form form {
	margin: 0;
	padding: 3px 0px 0px 0px;
}

.header .newsletterpart .form input.text {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 185px;
	height: 18px;
	border: 0;
	background: #e3e3e3;
	color: #333333;
	padding: 3px;
}

.header .newsletterpart .form input.button {
	
}

.header .newsletterpart .account {
	color: white;
	padding: 7px 0px 10px 0px;
	margin: 0px 13px 0px 14px;
	float: right;
	width: 301px;
	font-size: 11px;
}

.header .newsletterpart .account form {
	margin: 0;
	padding: 3px 0px 0px 0px;
}

.header .newsletterpart .account input.text {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 84px;
	height: 18px;
	border: 0;
	background: #e3e3e3;
	color: #333333;
	padding: 3px;
}

.header .newsletterpart .account input.button {
	
}

.header .newsletterpart .account ul {
	background: url(../images/dots-white.gif) left top repeat-x;
	list-style-type: none;
	text-align: right;
	padding-top: 3px;
	margin-top: 8px;
}

.header .newsletterpart .account ul li {
	display: inline;
	margin-left: 7px;
	white-space: nowrap;
}

.header .newsletterpart .account a {
	color: white;
}

.menu {
	list-style-type: none;
	margin: 0 13px 0 12px;
	padding: 0;
	background: #ffffff url('../images/menu-bg.png') no-repeat;
	height: 35px;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.menu li {
	display: block;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	height: 27px;
	text-align: center;
	line-height: 13px;
	background: url('../images/menu-separator.png') no-repeat top left;
	padding-left: 25px;
	padding-right: 10px;
	margin-top: 8px;
}
.menu li:first-child {
	background-image: none;
	padding-left: 10px;
}
.menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 3px;
}
.menu li a p {
	margin: 0;
}
.menu li a:hover {
	color: #0097c2;
}
.menu li.active a {
	color: #0097c2;
}

.submenus {
	position: absolute;
	background: #ffffff url('../images/submenu-bg.png') repeat-x bottom;
	border: 1px solid #31accf;
	margin-left: 65px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	behavior: url('/css/PIE.htc');
	
}
.submenu-special {
	padding: 10px;
	margin-left: 10px;
}
.submenu-special ul {
	margin: 0;
	padding: 0;
}
.submenu {
	float: left;
	background: url('../images/submenu-separator.png') no-repeat top left;
	padding-left: 22px;
	padding-right: 18px;
	margin-left: 0;
}
.submenu li, .submenu-special li {
	list-style: none;
}
.submenu li:first-child {
	background-image: none;
}
.submenu li a, .submenu-special li a {
	color: #323259;
	text-decoration: none;
}
.submenu li a:hover, .submenu-special li a:hover {
	text-decoration: underline;
}
.submenu .title {
	padding-bottom: 5px;
}
.submenu .title a {
	text-decoration: none;
	color: #1f6893;
	font-weight: bold;
}
.submenu .title a:hover {
	text-decoration: underline;
}

.content { /* clear: both; */
	margin: 0 13px 0 12px;
	padding-bottom: 10px;
}

.content .left-column {
	float: left;
	width: 701px;
}

.content .right-column {
	margin-left: 701px;
}

.blocktitle {
	color: #1e687d;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 8px 0 0 10px;
	height: 29px;
	background: url('../images/title-bg.png') no-repeat;
}

.blocktitle-column {
	color: #1e687d;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 8px 0 0 10px;
	height: 29px;
	background: url('../images/title-column-bg.jpg') no-repeat;
}

.blocktitle a {
	color: #1e687d;
	text-decoration: none;
}
.blocktitle a:hover {
	text-decoration: underline;
}
.blocktitle ul {
	margin: 0;
	padding: 0;
}
.blocktitle li {
	list-style: none;
	float: left;
	padding-left: 23px;
	margin-right: 10px;
	background: url('../images/title-separator.png') no-repeat;
}
.blocktitle li:first-child {
	padding-left: 0;
	background-image: none;
}

.facebook-twitter-myspace {
	background: #999999;
	padding-left: 15px;
	padding-bottom: 9px;
	padding-top: 9px;
	margin-top: 15px;
	width: 245px;
	float: left;
}

.searchform {
	padding-top: 15px;
}
.searchform .form {
	padding-left: 11px;
	overflow: hidden;
	height: 46px;
	background: url('../images/search-bg.png') no-repeat;
	padding-top: 10px;
}
.searchform label {
	font-weight: bold;
	font-size: 11px;
	color: #288aa6;
	display: block;
	margin-left: 3px;
}
.searchform .form .title {
	font-size: 11px;
	color: white;
	margin: 0px 0px 3px 0px;
	font-weight: bold
}
.searchform .blocktitle {
	color: #333333 !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin: 0px 0px 10px 0px !important;
	padding: 4px 0px 4px 0px !important;
	border-bottom: 3px solid #666666 !important;
}
.searchform .form input.text {
	float: left;
	width: 190px;
	height: 16px;
	background: #ffffff;
	color: #888888;
	font-size: 11px;
	margin-right: 7px;
	padding: 0;
	margin-top: 3px;
}
.searchform .form select {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 115px;
	height: 25px;
	border: 0;
	background: #e3e3e3;
	color: #333333;
	padding: 3px;
}
.searchform .form input.button {
	top: 3px;
	left: 0px;
}
.searchform .form hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-white.gif);
	clear: both;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.searchform .form ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 10px;
}
.searchform .form ul li {
	display: block;
	background: url(../images/button-ok.gif) right center no-repeat;
	padding: 3px 40px 3px 0px;
	min-height: 20px;
}
.searchform .form ul li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.account {
	padding-left: 11px;
	overflow: hidden;
	height: 42px;
	background: url('../images/account-bg.png') no-repeat;
	padding-top: 6px;
	font-size: 11px;
}
.account .account-title {
	font-weight: bold;
	margin-left: 3px;
	color: #288aa6;
	float: left;
}
.account form {
	clear: both;
}
.account .account-links {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	width: 190px;
}
.account .account-links li {
	list-style: none;
	font-size: 9px;
	float: right;
	margin-right: 10px;
}
.account .account-links a {
	text-decoration: none;
	color: #1e687d;
}
.account .account-links a:hover {
	text-decoration: underline;
}
.account #account-email {
	width: 110px;
	height: 16px;
	color: #888888;
	font-size: 11px;
	float: left;
	padding: 0;
	margin-right: 3px;
	margin-top: 1px;
}
.account #account-password {
	width: 73px;
	height: 16px;
	color: #888888;
	font-size: 11px;
	float: left;
	padding: 0;
	margin-right: 7px;
	margin-top: 1px;
}
.account input[type="image"] {
	margin-top: 1px;
}

.newsletter {
	padding-left: 11px;
	overflow: hidden;
	height: 39px;
	background: url('../images/newsletter-bg.png') no-repeat;
	padding-top: 6px;
	font-size: 11px;
}
.newsletter .newsletter-title {
	font-weight: bold;
	margin-left: 3px;
	color: #288aa6;
}
.newsletter #subscribe-email {
	width: 192px;
	height: 16px;
	color: #888888;
	font-size: 11px;
	padding: 0;
	float: left;
	margin-right: 7px;
}

.social-network {
	padding-left: 11px;
	overflow: hidden;
	height: 43px;
	background: url('../images/contact-bg.png') no-repeat;
	padding-top: 6px;
	font-size: 11px;
}
.social-network .social-title {
	font-weight: bold;
	margin-left: 3px;
	color: #288aa6;
}
.social-network ul {
	padding: 0;
	margin: 1px 0 0 3px;
}
.social-network ul li {
	float: left;
	list-style: none;
	margin-right: 6px;
}

.authbox {
	padding-top: 15px;
	width: 260px;
	float: left;
}

.authbox .form {
	background: #999999;
	padding: 10px 15px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 230px;
}

.authbox .form input.text {
	margin-left: 90px;
	margin-top: 6px;
	width: 105px;
	height: 18px;
	border: 0;
	background: #e3e3e3;
	color: #333333;
	padding: 3px;
	display: block;
}

.authbox .form label {
	display: block;
	float: left;
	width: 80px;
	margin-top: 6px;
	height: 24px;
	font-size: 11px;
	color: white;
	font-weight: bold;
	clear: both;
}

.authbox .form input.button {
	position: absolute;
	top: 13px;
	left: 223px;
}

.authbox .form hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-white.gif);
	clear: both;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.authbox .form ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
}

.authbox .form ul li {
	display: block;
	padding: 3px 0px;
}

.authbox .form ul li a {
	color: #333333;
}

.authbox .avatar {
	float: left;
	margin-right: 10px;
}

.homead {
	float: left;
	padding-top: 15px;
}

.homead .home-image {
	width: 670px;
	height: 295px;
	position: relative;
}

.homead .home-image img {
	border: 0;
}

.homead .home-image a {
	color: white;
	text-decoration: none;
}

.homead .home-image .description-back,.homead .slideshow  .description-back
	{
	background: black;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	height: 26px;
	width: 670px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.homead .home-image .description,.homead .slideshow .description {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	text-transform: uppercase;
}

.homead .home-image .description span,.homead .slideshow .description span
	{
	color: #fff;
	text-transform: none;
}

.homead .home-thumbnails {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 670px;
	background: #666666;
	height: 47px;
}

.homead .home-thumbnails li {
	display: block;
	float: left;
	padding: 7px 0px 0px 7px;
}

.homead .slideshow {
	width: 670px;
	float: left;
}

.homead .slideshow .images-list {
	position: relative;
	width: 670px;
	height: 47px;
	background: #666666;
}

.homead .slideshow .images-list a.back {
	position: absolute;
	left: 9px;
	top: 10px;
}

.homead .slideshow .images-list a.forward {
	position: absolute;
	right: 9px;
	top: 10px;
}

.homead .slideshow .images-scroll {
	position: absolute;
	width: 580px;
	height: 57px;
	left: 45px;
	overflow: hidden;
}

.homead .slideshow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100000px;
}

.homead .slideshow ul li {
	display: block;
	float: left;
	height: 65px;
	margin-right: 10px; /* opacity: 0.4; filter: alpha(opacity=40); */
}

.homead .slideshow ul li.active,.product .slideshow ul li.hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.festivals {
	width: 260px;
	float: left;
	padding-top: 15px;
}

.festivals .list {
	background-color: #44670e;
	padding: 15px 15px 0px 15px;
	margin-top: 10px;
}

.festivals .list h4 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
}

.festivals .list h3 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
}

.festivals .list input.text {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	width: 115px;
	height: 18px;
	border: 0;
	background: #e3e3e3;
	color: #333333;
	padding: 3px;
}

.festivals .list input.button {
	position: relative;
	top: 3px;
	left: 0px;
}

.festivals .list hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-white.gif);
	clear: both;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.festivals .list .column {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.festivals .list .column h4 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 13px;
	display: block;
	background: url(../images/dots-white.gif) left bottom repeat-x;
	line-height: 12px;
}

.festivals .list .column ul {
	margin: 0;
	padding: 0px 0px 12px 0px;
}

.festivals .list .column ul li {
	background: url(../images/dots-white-v.gif) left top repeat-y;
	padding-left: 8px;
	display: block;
	line-height: 11px;
	margin-bottom: 5px;
}

.festivals .list .column ul li a {
	color: #83DE34;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.festivals .list .column ul li a:hover {
	color: #ffffff;
}

.festivals .list img {
	position: relative;
	left: -15px;
}

.leftphone {
	background: url(../images/phone.gif) no-repeat;
	padding: 0px 18px 28px 18px;
	height: 68px;
	color: white;
	float: left;
	clear: both;
	margin-top: 15px;
	width: 224px;
	margin-bottom: 0px;
}

.leftfreetext {
	padding-top: 15px
}

.leftaccount {
	background: #666;
	padding: 0px 18px 0px 18px;
	height: 118px;
	color: white;
	float: left;
	clear: both;
	margin-top: 0px;
	width: 224px;
	margin-bottom: 15px;
}

.leftaccount a {
	color: white;
	font-size: 10px;
}

.leftnewsletters {
	background: #666;
	padding: 1px 18px 18px 18px;
	font-size: 15px;
	height: 50px;
	color: white;
	float: left;
	clear: both;
	margin-top: 15px;
	width: 224px;
	margin-bottom: 0px;
	line-height: 30px;
}

.facebook {
	padding-top: 0px;
}
#facebook {}
.product #facebook iframe {
	margin-left: 10px;
	margin-top: 5px;
}

.facebook-home {
	margin-top: 15px;
}

#facebook-home {
	margin-top: 15px;
}

.panel {
	width: 160px;
	float: left;
	margin-right: 9px;
	padding-top: 15px;
}

.panel-last {
	margin-right: 0;
}

.panel .panelitem {
	height: 194px;
	background: url(../images/dots-gray.gif) left bottom repeat-x;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.panel .panelitem a {
	color: #666666;
	text-decoration: none;
}

.panel .panelitem h3 {
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.panel .panelitem img {
	display: block;
	margin-bottom: 10px;
}

.panel .panelitem .name {
	color: black;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

.panel .panelitem .description {
	color: #999999;
	font-size: 11px;
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}

.panel .panelitem .price {
	color: #669933;
	font-size: 12px;
	text-decoration: none;
}

.panel .panelitem .price b {
	font-size: 14px;
}

.panel .panel-link {
	display: block;
	padding: 4px 6px;
	background: #999999;
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.bigpanel {
	width: 666px;
	float: left;
	margin-top: 10px;
}

.bigpanel .name {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
}

.bigpanel .price {
	color: #669933;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.bigpanel .price b {
	font-size: 14px;
}

.bigpanel .panelitem {
	float: left;
	width: 333px;
	padding-bottom: 12px;
	background: url(../images/dots-gray.gif) left bottom repeat-x;
}

.bigpanel .panelitem img {
	float: left;
}

.bigpanel .panelitem ul {
	list-style-type: none;
	margin: 0px 0px 0px 170px;
	padding: 0px;
}

.bigpanel .panelitem ul li {
	display: block;
	padding: 7px 0px 0px 0px;
}

.bigpanel .panelitem ul li a {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}

.bigpanel .panelitem ul li a span {
	color: #999999;
	font-size: 11px;
}

.footer {
	padding: 0px;
	padding-top: 20px;
	width: 1001px;
	padding: 0 13px 0 12px;
	clear: both;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}
.footer .footer-info {
	text-align: center;
	padding-top: 8px;
	margin-bottom: 4px;
}
.footer .footer-top {
	height: 53px;
	background: url('../images/footer-top-bg.png') no-repeat;
	padding-left: 10px;
	padding-top: 9px;
}
.footer .footer-middle {
	display:block;
	min-height: 39px;
	background: url('../images/footer-middle-bg.png') repeat-y;
	padding-left: 10px;
	padding-top: 8px;
}
.footer .footer-bottom {
	height: 20px;
	background: url('../images/footer-bottom-bg.png') no-repeat;
	padding-left: 10px;
	padding-top: 6px;
}

.footer .footer-links {
	display: block;
	min-height: 35px;
	margin-top: 20px;
}


.footer .footer-separator {
	color: #31accf;
}
.footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer .footer-static-links {
	margin-bottom: 4px;
}
.footer li {
	list-style: none;
	display: inline;
	padding-left: 9px;
	padding-right: 4px;
	background: url('../images/footer-separator.png') no-repeat bottom left;
}
.footer ul li:first-child, .footer ul .footer-noseparator {
	background-image: none;
	padding-left: 0;
}
.footer .footer-title {
	font-weight: bold;
	color: #31accf;
	padding-right: 2px;
}
.footer .footer-legal {
	float: left;
	margin-top: 2px;
}
.footer .footer-legal strong {
	color: #000000;
}
.footer .footer-logos {
	float: left;
	margin-left: 38px;
}
.footer .footer-logos-title {
	color: #888888;
	margin-bottom: 4px;
	font-size: 10px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

#page-footer {
	width: 1026px;
	margin: 0 auto;
	height: 12px;
	background: url('../images/footer-bg.png') no-repeat;
	margin-bottom: 50px;
}

.footer .copyright {
	color: white;
	position: absolute;
	right: 19px;
	bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.logos {
	border-bottom: #666666 9px solid;
	margin-bottom: 50px;
	clear: both;
}

.list-full {
}

.list-full .item {
	clear: left;
	font-family: 'Trebuchet MS';
	margin-bottom: 10px;
	background: url('../images/theme-item-top-bg.png') no-repeat top left;
}
.list-full .item .offers, .list-full .item .offers-group {
	float: right;
/*	margin-right: 25px; */
	margin-top: 7px;
}
.list-full .item .offers-group { margin-right: 20px; }
.list-full .item .offers a, .list-full .item .offers-group a {
	display: block;
	width: 137px;
	height: 19px;
	background: url('../images/button-voir-l-offre.png') no-repeat;
}
.list-full .item .offers-group a {
	background: url('../images/button-voir-les-offres.png') no-repeat;
}
.list-full .item .offers a:hover {
	background: url('../images/button-voir-l-offre-hover.png') no-repeat;
}
.list-full .item .offers-group a:hover {
	background: url('../images/button-voir-les-offres-hover.png') no-repeat;
}
.list-full .item .image {
	float: left;
	margin-top: 8px;
	margin-left: 9px;
}
.list-full .item-title {
	height: 31px;
}
.list-full .item-content {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	min-height: 97px;
	padding: 10px 20px 0 137px;
	background: url('../images/theme-item-middle-bg.png') repeat-y;
}

.list-full .item-content h4 a { text-decoration: none; color: #3CB0D1; }
.list-full .item-content h5 a { text-decoration: none; color: #333333; }
.list-full .item-content h6 a { text-decoration: none; color: #84827E; }

.list-full .item-content h4 a:hover, .list-full .item-content h5 a:hover, .list-full .item-content h6 a:hover { text-decoration: underline; }

.list-full .item-content h4 {
	color: #3CB0D1;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.list-full .item-content h5 {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.list-full .item-content h6 {
	color: #84827E;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



.item-content .starting-price {
	float: right;
	margin-right: 10px;
	color: #1E687D;
	font-size: 15px;
}
.item-content .starting-price .price {
	font-weight: bold;
	color: #3cb0d1;
}
.list-full .subtitle {
	color: #288AA6;
	font-weight: normal;
}
.list-full .description p {
	margin-bottom: 0;
	margin-top: 0;
}

.list-full .item-rollover {
	background-color: #cccccc;
}

.list-full .item .image {
	float: left;
}

.list-full .item .info {
	margin-left: 170px;
	width: 333px;
}

.list-full .item .info h2 {
	margin: 0px 0px 3px 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.list-full .item .info h2 a {
	color: #333333;
	text-decoration: none;
}

.list-full .item .info .subtitle {
	color: #666666;
	font-size: 12px;
	margin-bottom: 3px;
}

.list-full .item .info .subtitle a {
	color: #000000;
	text-decoration: none;
}

.list-full .item .info .description {
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}

.list-full .item .info .description a {
	color: #666666;
	text-decoration: none;
}

.list-full .item .info .cities {
	color: #999999;
	font-size: 11px;
	margin-bottom: 3px;
}

.list-full .item .info .cities a {
	color: #999999;
	text-decoration: none;
}

.list-full .item .features {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 160px;
}

.list-full .item .features .price {
	display: block;
	background: #669933;
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
}

.list-full .item .features .price b {
	font-size: 12px;
}

.list-full .item .features .link {
	display: block;
	background: #99cc33;
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
}

.list-full .item .features .link a {
	color: white;
	text-decoration: none;
}

.list-full .item .features .extra {
	display: block;
	background: #ccff66;
	color: #669933;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.list-full .item .features .extra2 {
	display: block;
	background: #ff66cc;
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.list-full .link-more {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding: 20px 0px 7px 0px;
	border-bottom: #666666 3px solid;
}

.list-full .item .info .subtitle2 {
	color: #666666;
	font-size: 11px;
}

.list-short {
	padding-top: 15px;
}

.list-full .theme-item {
	clear: left;
	font-family: 'Trebuchet MS';
	margin-bottom: 10px;
	background: url('../images/theme-item-top-bg.png') no-repeat top left;
}
.list-full .theme-item .offers {
	float: right;
	margin-right: 25px;
	margin-top: 7px;
}
.list-full .theme-item .offers a {
	display: block;
	width: 137px;
	height: 19px;
	background: url('../images/button-voir-les-offres.png') no-repeat;
}
.list-full .theme-item .offers a:hover {
	background: url('../images/button-voir-les-offres-hover.png') no-repeat;
}
.list-full .theme-item .image {
	float: left;
	margin-top: 8px;
	margin-left: 9px;
}
.list-full .theme-item-title {
	height: 31px;
}
.list-full .theme-item-content {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 20px 0 137px;
	background: url('../images/theme-item-middle-bg.png') repeat-y;
	min-height: 95px;
}
.list-full .theme-styles ul, .list-full .theme-products ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.list-full .theme-styles li, .list-full .theme-products li {
	list-style: none;
}
.list-full .theme-styles a, .list-full .theme-products a {
	text-decoration: none;
	text-transform: uppercase;
}
.list-full .theme-styles a:hover, .list-full .theme-products a:hover {
	text-decoration: underline;
}
.list-full .theme-item-footer {
	height: 7px;
	background: url('../images/theme-item-bottom-bg.png') no-repeat;
}
.list-full h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	padding-top: 6px;
	margin-left: 137px;
}
.list-full h2 a {
	text-decoration: none;
	color: #1e687d;
}
.list-full h2 a:hover {
	text-decoration: underline;
}

.list-short .item {
	position: relative;
	top: -10px;
	float: left;
	height: 120px;
	width: 330px;
	overflow: hidden;
	padding: 10px 0px 11px 0px;
	background: url(../images/dots-gray.gif) left bottom repeat-x white;
}

.list-short .item-odd {
	margin-right: 9px;
}

.list-short .item-rollover {
	background-color: #cccccc;
}

.list-short .item .image {
	float: left;
	width: 160px;
	height: 120px;
}

.list-short .item .info {
	margin-left: 170px;
	width: 155px;
}

.list-short .item .info h2 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.list-short .item .info h2 a {
	color: #666666;
	text-decoration: none;
}

.list-short .item .info .subtitle {
	color: #666666;
	font-size: 11px;
	margin-bottom: 3px;
}

.list-short .item .info .subtitle a {
	color: #666666;
	text-decoration: none;
}

.list-short .item .info .cities {
	color: #999999;
	font-size: 11px;
	margin-bottom: 3px;
}

.list-short .item .info .cities a {
	color: #999999;
	text-decoration: none;
}

.list-short .item .features {
	position: absolute;
	left: 170px;
	bottom: 10px;
	width: 150px;
}

.list-short .item .features .price {
	display: block;
	background: #669933;
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
}

.list-short .item .features .price b {
	font-size: 12px;
}

.list-short .item .features .link {
	display: block;
	background: #99cc33;
	color: white;
	font-size: 11px;
	padding: 3px 10px;
	text-align: right;
	margin-bottom: 1px;
}

.list-short .item .features .link a {
	color: white;
	text-decoration: none;
}

.product {
	font-family: 'Trebuchet MS';
  background: url('../images/theme-item-top-bg.png') no-repeat top left;
}

.product #priceline {
	color: #3CB0D1;
	font-weight: normal;
	font-size: 11px;
	margin-left: 110px;
	padding-left: 30px;
}

.product h1 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	padding-top: 4px;
	margin-left: 137px;
	color: #1E687D;
	font-weight: normal;
}
.product .starting-price {
	float: right;
	margin-right: 25px;
	margin-top: 4px;
	color: #1E687D;
	font-size: 15px;
}
.product .starting-price .price {
	font-weight: bold;
	color: #3cb0d1;
}
.product .image {
	float: left;
	margin-top: 6px;
	margin-left: 9px;
}
.product .product-content {
	background: url('../images/theme-item-middle-bg.png') repeat-y;
}
.product .section-order {
	margin: 0;
}
.product .section-order li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.product .section-order li a {
	display: block;
	width: 173px;
	height: 32px;
}
.product .section-order .button-order a {
	background: url('../images/button-commander-paiement-securise.png') no-repeat;
}
.product .section-order .button-order a:hover {
	background: url('../images/button-commander-paiement-securise-hover.png') no-repeat;
}
.product .section-order .button-estimation a {
	background: url('../images/button-devis-sans-engagement.png') no-repeat;
}
.product .section-order .button-estimation a:hover {
	background: url('../images/button-devis-sans-engagement-hover.png') no-repeat;
}
.product .section-order .button-group-estimation a {
	background: url('../images/button-devis-groupe-30-personnes.png') no-repeat;
}
.product .section-order .button-group-estimation a:hover {
	background: url('../images/button-devis-groupe-30-personnes-hover.png') no-repeat;
}
.product .prices-container .month {
	color: #31ace0;
}


#product-tab-description p {
	padding: 0;
	margin: 0;
}
.product {
	margin-bottom: 25px;
}
.product .tabs {
	margin-left: 9px;
	width: 672px;
	clear: both;
	padding-top: 10px;
}
.product .tabmenu {
	margin: 0;
	padding: 0;
	background: url('../images/product-tab-formule.png') no-repeat;
	height: 33px;
}
.product .tabmenu-2 {
	background: url('../images/product-tab-description.png') no-repeat;
}
.product .tabmenu-3 {
	background: url('../images/product-tab-dates.png') no-repeat;
}
.product .tabmenu-4 {
	background: url('../images/product-tab-infos.png') no-repeat;
}
.product .tabmenu li {
	list-style: none;
	float: left;
	width: 168px;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
}
.product .tabmenu a {
	color: #666666;
	text-decoration: none;
}
.product .tabmenu a:hover, .product .tabmenu .active a {
	color: #1e687d;
}
.product .tabcontent {
	border-left: 1px solid #6cc3dc;
	border-right: 1px solid #6cc3dc;
	background-color: #ffffff;
	width: 648px;
	padding-left: 10px;
	padding-right: 10px;
}
.product .tabcontent p {
	margin-bottom: 0;
}
.product .tabcontent p:first-child {
	margin-top: 0;
}
.product .tabfooter {
	height: 8px;
	background: url('../images/tab-bottom-bg.png') no-repeat;
}

.product .product-footer {
	height: 7px;
	background: url('../images/theme-item-bottom-bg.png') no-repeat;
}

.product .features {
	font-size: 14px;
	color: #000000;
	padding-bottom: 6px;
	margin-bottom: 13px;
}

.product .smalltitle {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.product .slideshow {
	width: 500px;
	float: left;
}

.product .slideshow .images-list {
	position: relative;
	width: 500px;
	height: 71px;
	background: #cccccc;
}

.product .slideshow .images-list a.back {
	position: absolute;
	left: 9px;
	top: 21px;
}

.product .slideshow .images-list a.forward {
	position: absolute;
	right: 9px;
	top: 21px;
}

.product .slideshow .images-scroll {
	position: absolute;
	width: 410px;
	height: 57px;
	left: 45px;
	top: 8px;
	overflow: hidden;
}

.product .slideshow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #cccccc;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100000px;
}

.product .slideshow ul li {
	display: block;
	float: left;
	height: 65px;
	margin-right: 10px; /* opacity: 0.4; filter: alpha(opacity=40); */
}

.product .slideshow ul li.active,.product .slideshow ul li.hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}
#product-tab-dates .prices-short {
	width: 620px;
}

.product .cities {
	margin: 0 0 0 510px;
	font-size: 11px;
	color: #333333;
	height: 250px;
}

.product .price-additional {
	height: 20px;
	padding-top: 43px;
}


.product .price .extra2,.product .price .extra2-additional {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ff66cc;
	border-bottom: 1px solid white;
	font-size: 11px;
	text-transform: uppercase;
	color: #669933;
	font-weight: bold;
	padding: 3px 7px;
	width: 144px;
	color: white;
}

.product .price .extra2-additional {
	top: 20px;
}

.product .price-global {
	width: 158px;
	margin: 0 0 0 510px;
}

.product .extra {
	left: 0px;
	top: 0px;
	background: #ccff66;
	border-bottom: 1px solid white;
	font-size: 11px;
	text-transform: uppercase;
	color: #669933;
	font-weight: bold;
	padding: 3px 7px;
}

.product .extra2,.product .extra2-additional {
	left: 0px;
	top: 0px;
	background: #ff66cc;
	border-bottom: 1px solid white;
	font-size: 11px;
	text-transform: uppercase;
	color: #669933;
	font-weight: bold;
	padding: 3px 7px;
	color: white;
}

.product .extra2-additional {
	top: 20px;
}

.product h3 {
	color: #669933;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

.product h4 {
	color: #669933;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.product h5 {
	color: #669933;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}

.product .green {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}

.product form label {
	float: left;
	height: 20px;
	width: 150px;
	padding-top: 3px;
	color: #999999;
}

.product form select {
	
}

.product .more-prices {
	display: block;
	font-size: 12px;
	color: #669933;
	text-decoration: none;
	margin-top: 10px;
	cursor: pointer;
}

.product .prices-container {
	width: 669px;
	padding-top: 10px;
}

.product .prices {
	width: 669px;
}

.product .prices-full {
	display: none;
}

.product .prices th {
	color: #333;
	text-align: left;
}

.product .prices th {
	padding: 5px 0 5px 0px;
}

.product .prices td {
	font-size: 11px;
	color: #666666;
}

.product .prices td a {
	color: #1e687d;
	text-decoration: none;
}
.product .prices td a:hover {
	text-decoration: underline;
}

.breadcrumb {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	margin-left: 10px;
	color: #888888;
}
.breadcrumb a {
	text-decoration: none;
	color: #888888;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

.price_title {
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

.price_total {
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

.total-price {
	background-color: #DCEFF4;
}

.product .htmls {
	color: #999999;
	font-size: 12px;
}

.product .htmls p {
	margin: 0 0 10px 0;
}

.hotels {
	padding: 0;
	padding-top: 25px;
}

.hotels h3 {
	font-size: 14px;
	font-weight: bold;
	color: #689a37;
	margin: 0;
	padding-bottom: 4px;
	background: url(../images/dots-gray.gif) left bottom repeat-x
}

.hotels select {
	margin: 10px 0px;
}

.hotel {
	
}

.hotel div {
	text-align: center;
}

.hotel .prev {
	position: absolute;
	left: 250px;
	bottom: 15px;
	font-size: 30px;
	text-decoration: none;
}

.hotel .next {
	position: absolute;
	left: 350px;
	bottom: 15px;
	font-size: 30px;
	text-decoration: none;
}

.related {
	margin-top: 25px;
}

.related h3 {
	color: #696969;
	font-size: 14px;
	font-weight: normal;
}

.related img {
	margin-right: 10px;
	display: block;
}

.related {
	font-size: 11px;
	margin-bottom: 3px;
}

.related a {
	color: black;
	text-decoration: none;
	font-weight: bold
}

.related .duration {
	color: #969696;
	margin-bottom: 3px;
}

.related .price {
	font-size: 15px;
	font-weight: bold;
	color: #6a953b;
}

.buttons {
	float: right;
}

.buttons hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-gray.gif);
	margin: 10px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.buttons .greenbutton,.buttons .greenbutton-cadenas {
	display: block;
	background: #DCEFF4;
	border: 1px #1E687D solid;
	margin-right: 20px;
	padding: 8px 10px;
	width: 140px;
	height: 32px;
	color: black;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	float: left;
}

.buttons .greenbutton-cadenas {
	background: #DCEFF4 url(../images/cadenas.gif) no-repeat 10px;
}

.buttons .greenbutton-cadenas b,.buttons .greenbutton b {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px
}

.buttons .greenbutton-cadenas span,.buttons .greenbutton span {
	display: block;
	font-size: 10px;
}

.buttons .greenbutton-inactive {
	color: #1E687D;
}

.buttons .graybutton {
	display: block;
	background: #cccccc;
	padding: 8px 10px;
	width: 140px;
	height: 32px;
	color: white;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
	float: left;
	margin-left: 10px;
	position: relative;
}

.buttons .graybutton b {
	text-transform: uppercase;
}

.buttons .graybutton span {
	display: block;
	font-size: 10px;
}

.buttons .graybutton .product-facebook {
	width: 19px;
	height: 19px;
	background: url(../images/tour-facebook.gif) no-repeat;
	position: absolute;
	left: 9px;
	top: 8px;
}

.buttons .graybutton .product-twitter {
	width: 20px;
	height: 19px;
	background: url(../images/tour-twitter.gif) no-repeat;
	position: absolute;
	left: 32px;
	top: 8px;
}

.right-common {
	padding-top: 15px;
	color: black;
}

.order {
	padding-top: 15px;
	color: #333;
}

.order h2 {
	font-size: 20px;
	color: black;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.order h4 {
	text-transform: uppercase;
	margin: 7px 0px;
	color: #1E687D;
	font-size: 13px;
}

.order hr {
	height: 1px;
	border: 0px;
	color: white;
	background-image: url(../images/dots-gray.gif);
	margin: 10px 0px;
	padding: 0px;
	float: left;
	width: 98%;
}

.order .comment {
	padding-top: 5px;
	font-size: 11px;
}

.order #rooms {
	list-style-type: circle;
	padding: 0 0 0 35px;
	margin: 0;
}

.order #rooms li {
	padding: 4px 0;
}

.order #rooms li a {
	margin-left: 10px;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.button-step1 a {
	background: url('/images/button-step1.png') no-repeat;
	width: 173px; height: 32px; display: block; float: right;
	margin-top: 15px;
}
.button-step1 a:hover {
	background: url('/images/button-step1-hover.png') no-repeat;
}

.button-step2-subscribe a {
	background: url('/images/button-step2-subscribe.png') no-repeat;
	width: 173px; height: 32px; display: block; float: right;margin-right: 10px
}
.button-step2-subscribe a:hover {
	background: url('/images/button-step2-subscribe-hover.png') no-repeat;
}

.button-step2-cancel a {
	background: url('/images/button-step2-cancel.png') no-repeat;
	width: 173px; height: 32px; display: block; float: right;margin-right: 20px
}
.button-step2-cancel a:hover {
	background: url('/images/button-step2-cancel-hover.png') no-repeat;
}

.button-step3 a {
	background: url('/images/button-step3.png') no-repeat;
	width: 173px; height: 32px; display: block; float: right;
}
.button-step3 a:hover {
	background: url('/images/button-step3-hover.png') no-repeat;
}

.button-step4 a {
	background: url('/images/button-step4.png') no-repeat;
	width: 173px; height: 32px; display: block; float: right;
	margin-top: 15px;
}
.button-step4 a:hover {
	background: url('/images/button-step4-hover.png') no-repeat;
}

.errors,.errorList {
	background: #FFE8E8;
	border-left: 3px solid red;
	padding: 4px 10px;
	margin-bottom: 7px;
}

.errors div {
	color: red;
}

.errors-fixed {
	margin-top: 82px;
}

.errorList {
	padding-left: 20px
}

tr.error td,td.error {
	color: red;
}

td.error input {
	border: 1px solid red;
	background-color: #FFB6B7
}

.short-summary {
	padding-top: 15px;
	margin-left: 10px;
	width: 285px;
}

.short-summary-content .info { height: 110px; }

.short-summary .image {
	width: 110px;
	float: left;
}

.short-summary .info a {
	display: block;
	text-decoration: none;
	padding-bottom: 0;
}

.short-summary h6 {
	font-size: 13px;
	margin: 4px 0;
}

.short-summary .short-summary-edit {
	float: right;
	font-size: 11px;
}

.order-steps {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 8px;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 10px;
	width: 96%;
	float: left;
}

.order-steps li {
	display: block;
	height: 65px;
	width: 20%;
	float: left;
	text-align: center;
	width: 130px;
	color: #cccccc;
}

.order-steps li.done {
	color: black;
}

.order-steps li div {
	font-size: 30px;
}

.order-steps li span {
	font-size: 13px;
}

.order-client {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.order-client li {
	display: block;
	margin-bottom: 3px;
}

.order-summary {
	
}

.order-summary .content-block {
	padding: 0 0 0 20px;
}

.order-summary .content-block ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

.order-summary .content-block ul li {
	display: block;
}

.order-summary .content-block ul.options {
	list-style-type: circle;
}

.order-summary .content-block ul.options li {
	display: list-item;
}

#left {
	float: left;
	width: 404px;
	border: 0px solid #000;
}

#right {
	float: right;
	width: 255px;
	border: 0px solid #000;
	color: #003300;
	font-family: Arial;
	background-color: #659933;
	padding: 0px;
	font-weight: bold
}

.order #right {
	float: right;
	width: 220px;
	border: 0px solid #000;
	background-color: #ffffff;
	color: #003300;
	font-family: Arial;
	padding: 0px;
	font-weight: bold
}

.order .title,.order #right .title {
	font-size: 12px;
	white-space: nowrap;
}

.order #right input {
	width: 120px;
}

.accform {
	font-family: Arial;
	background-color: #666666;
	color: #ffffff;
	padding: 10px;
}

.accform ul {
	list-style: disc inside;
	margin: 0;
	padding: 0px;
}

.accform ul li {
	padding-bottom: 5px;
}

.accform input {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 98%;
}

.accform .darkgray {
	
}

.greenbutton {
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/button-green.png) left center no-repeat;
	color: #ffffff;
	width: 221px;
	height: 39px;
}

.darkgreen {
	background-color: #659933;
}

.darkgray .title,#right .title {
	font-size: 16px;
}

.partner-table {
	margin-bottom: 15px;
}

.partner-table th,.partner-table td {
	padding: 5px 10px 5px 0;
	border: 0;
}

.partner-table th {
	padding-bottom: 4px;
	border-bottom: #999999 1px solid;
	text-align: left;
}

.partner-table tr {
	
}

.partner-table .odd {
	background-color: #ECECEC;
}

.new-message {
	display: block;
	float: right;
	padding-top: 5px;
}

.purchase-status-1 {
	color: green;
}

.purchase-status-2 {
	color: orange;
}

.purchase-status-4 {
	color: orange;
}

.tr-newmessages {
	
}

.tr-newmessages td {
	font-weight: bold;
}

.partner-message {
	
}

.partner-message h2 {
	border-bottom: #999999 1px solid;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}

.partner-message p {
	margin: 0 0 10px 0;
	padding: 0 !important;
}

.partner-message p.date {
	font-size: 11px;
}

.partner-message-new {
	font-weight: bold;
}

.partner-reply {
	margin-left: 30px;
	padding-bottom: 10px;
	background: #e8e8e8;
}

.partner-reply h4 {
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	background: white;
}

.partner-reply p {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px !important;
}

.partner-reply p.date {
	font-size: 11px;
}

.partner-reply-new {
	font-weight: bold;
}

.partner-order {
	width: 100%;
}

.partner-order td,.partner-order th {
	padding: 5px 10px 5px 0;
}

.partner-order th {
	border-bottom: #999999 1px solid;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.glyph-button {
	float: right;
	clear: right;
	position: relative;
	display: block;
	background: #AED3EE;
	padding: 15px 0 0 77px;
	margin: 10px 15px 0 20px;
	width: 113px;
	height: 33px;
	text-align: center;
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.glyph-ibutton {
	float: right;
	clear: right;
	position: relative;
	display: block;
	background: #AED3EE;
	padding: 0 77px 0 0;
	margin: 20px 0 0 20px;
	width: 113px;
	height: 33px;
	text-align: center;
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.glyph-itext {
	float: left;
}


.glyph-button img {
	position: absolute;
	left: 1px;
	top: 1px;
	border: 0;
}

.pager {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	float: right;
	height: 20px;
}

.pager li {
	display: block;
	float: left;
	padding: 2px 7px;
}

.pager li a {
	color: #919191
}

.pager li a.current {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #333333
}

.loading {
	background: url(/images/loadingAnimation.gif) center center no-repeat white;
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
}

.member_avantage {
	background-color: #649934;
	padding: 10px;
	margin-top: 15px;
	display: inline-block
}

.member_avantage ul li {
	color: #013304;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -20px
}

.avantage {
	font-family: Arial;
	font-size: 12px;
	color: #ccff99;
	font-weight: normal
}

#home-menu {
	padding-left: 0;
	padding-top: 14px;
	margin: 0;
	clear: left;
	float: left;
}
#home-menu li {
	list-style: none;
	margin-top: 12px;
}
#home-menu li:first-child {
	margin-top: 0;
}
#home-menu li img {
	display: block;
}

#home-central .column {
	float: left;
}
#home-central .column li {
	list-style: none;
}

a img {
	border: 0;
}

.top3ads {
	margin-top: 12px;
	height: 206px;
}
.top3ads img {
	margin-left: 5px;
	display: block;
	float: left;
}
.top3ads a:first-child img {
	margin-left: 0;
}
.top3ads a {
	text-decoration: none;
}

.right4ads {
	margin-top: 17px;
	height: 170px;
}
.right4ads img {
	display: block;
	float: left;
	margin-bottom: 7px;
}
.right4ads .odd {
	margin-right: 8px;
}
.right4ads a {
	text-decoration: none;
}

.mainad {
	padding-top: 18px;
}
.mainad img {
	display: block;
}
.mainad a {
	text-decoration: none;
}

.photo {
	margin-top: 10px;
	background: url('../images/other-product-middle-bg.png') repeat-y;
}
.photo .title {
	color: #0097c2;
	height: 30px;
	background: url('../images/other-product-top-bg.png') no-repeat;
	padding-left: 13px;
	padding-top: 7px;
	font-size: 15px;
}
.photo .photo-content {
	position: relative;
	width: 297px;
	height: 297px;
	top: 10px;
	margin-left: 1px;
	overflow: hidden;
}
.photo img {
	position: relative;
	left: 15px;
}
.photo a {
	text-decoration: none;
}
.photo .is-hidden {
	display: none;
}
.photo .photo-footer {
	height: 8px;
	background: url('../images/other-product-bottom-bg.png') no-repeat;
}

.cellErreur { color: red}

.partner {
	margin-top: 10px;
	background: url('../images/other-product-middle-bg.png') repeat-y;
}
.partner .title {
	color: #0097c2;
	height: 30px;
	background: url('../images/other-product-top-bg.png') no-repeat;
	padding-left: 13px;
	padding-top: 7px;
	font-size: 15px;
}
.partner .partner-content {
	position: relative;
	width: 297px;
	height: 93px;
	margin-left: 1px;
	overflow: hidden;
	text-align: center;
}
.partner img {
	position: relative;
/*	left: 80px; */
}
.partner a {
	text-decoration: none;
}
.partner .is-hidden {
	display: none;
}
.partner .partner-footer {
	height: 8px;
	background: url('../images/other-product-bottom-bg.png') no-repeat;
}

#partner_logo {
}

.home-products {
	height: 575px;
	width: 523px;
	margin-left: 165px;
	margin-top: 13px;
	padding-top: 10px;
	background: url('../images/home-products-bg.png') no-repeat;
}
.home-products .home-product {
	height: 70px;
	width: 240px;
	float: left;
	margin-top: 10px;
}
.home-products .odd {
	margin-left: 24px;
}
.home-products .home-product img {
	float: left;
	display: block;
	margin-right: 8px;
}
.home-products a {
	text-decoration: none;
	color: #000000;
}

.home-products  h4 a { text-decoration: none; color: #3175A9; }
.home-products  h5 a { text-decoration: none; color: #333333; }
.home-products  h6 a { text-decoration: none; color: #3CB0D1; }

.home-products  h4 a:hover, .home-products  h5 a:hover, .home-products  h6 a:hover { text-decoration: underline; }

.home-products  h4 {
	color: #3175A9;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.home-products  h5 {
	color: #333;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.home-products  h6 {
	color: #3CB0D1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.home-products .home-product p {
	font-size: 11px;
	margin: 0;
	padding-right: 10px;
}

.random-products {
	background: url('../images/random-footer-middle-bg.png') repeat-y;
	margin-top: 12px;
}
.random-products-header {
	height: 12px;
	background: url('../images/random-footer-top-bg.png') no-repeat;
}
.random-products-footer {
	height: 10px;
	background: url('../images/random-footer-bottom-bg.png') no-repeat;
}
.random-products ul {
	padding-left: 15px;
	padding-right: 15px;
}

.other-products {
	margin-top: 10px;
	background: url('../images/other-product-middle-bg.png') repeat-y;
}
.other-products .title {
	color: #0097c2;
	height: 30px;
	background: url('../images/other-product-top-bg.png') no-repeat;
	padding-left: 13px;
	padding-top: 7px;
	font-size: 15px;
}
.other-products ul {
	margin: 0;
	padding: 0;
}
.other-products li {
	list-style:  outside url('/images/other-product-puce.png');
/*	padding-left: 12px; */
	margin-left: 25px;
	margin-right: 1px;
	font-size: 13px;
}
.other-products a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}
.other-products .other-products-footer {
	height: 8px;
	background: url('../images/other-product-bottom-bg.png') no-repeat;
}

#post-ogone, #post-ogone-paypal { cursor: pointer; }
