@font-face {
  font-family: 'infoRegular';
  src: url('font/infoRegular.eot');
  src: url('font/infoRegular.eot?#iefix') format('embedded-opentype'),
       url('font/infoRegular.woff') format('woff'),
       url('font/infoRegular.ttf') format('truetype'),
       url('font/infoRegular.svg#infoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'infoBold';
  src: url('font/duepuntozero_bold-webfont.eot');
  src: url('font/duepuntozero_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/duepuntozero_bold-webfont.woff') format('woff'),
       url('font/duepuntozero_bold-webfont.ttf') format('truetype'),
       url('font/duepuntozero_bold-webfont.svg#infoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background:#eee url('/images/frontend/V2/headerBg.jpg') repeat-x;
  font-size: 12px;
  color: #505050;
  font-family: Helvetica,Arial sans-serif;
  line-height: 14px;
}

p {
  margin: 7px 0px;
  text-align: justify;
  line-height: 15.5px;
}

a {
  color: #009AD2;
}

.noborder {
  border: 0px !important;
}

.black, .black a {
  color: #000 !important;
}

.alignleft {
  float:left;
  margin:15px 15px 15px 0;
}

#content {
  margin:auto;
  width:1000px;
}
#header {
	background: transparent url('/images/frontend/V2/header.jpg');
  height: 218px;
	position: relative;
}

#header #logo {
  position: absolute;
  top: 37px;
  left: 28px;
}

#header #concours {
  position: absolute;
  top: 70px;
  left: 500px;
  color: #ff9217;
  font-size: 21px;­
  font-family: infoRegular;
  text-shadow: 2px 2px 2px #4867B3;
}

#banner {
  background-color: #000000;
  height: 280px;
  left: 0;
  margin-top: 10px;
  position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#banner2 {
  position: absolute;
  top: 400px;
  width: 100%;
  left: 0px;
  text-align: center;
  z-index: -100;
  background-color: #000;
  height: 380px;
  overflow: hidden;
}

#bContent {
	font-family: infoRegular;
  margin:auto;
  width:1000px;
	position: relative;
	color: #FFF;
}

#bContent h2 {
  margin: 20px 15px;
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffc73b;
}

#bannerShadow {
	background: url('/images/frontend/V2/banderoleOmbre.jpg') no-repeat;
	height: 18px;
	margin-top:290px;
}

#searchBox {
	position: absolute;
	width: 257px;
	height: 257px;
	top: 10px;
	left: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff900c;
	-webkit-box-shadow: 0 0 5px rgba(204,204,204,.75);
	-moz-box-shadow: 0 0 5px rgba(204,204,204,.75);
	box-shadow: 0 0 5px rgba(204,204,204,.75);
	background: url('/images/frontend/V2/searchBoxBg.png') no-repeat;
}

#searchBox label {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 10px;
}

#searchBox input, #searchBox select {
  width: 235px;
	padding: 1px;
	height: 28px;
	line-height:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	border: 1px solid #ffc73b;
	margin-bottom:15px;
}

#searchBox input[type="submit"] {
  color: #333333;
	width: 120px;
	height: 34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
	background-image: -moz-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
	background-image: -o-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
	background-image: -ms-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
	background-image: linear-gradient(to bottom, #ffc73b, #e08412 20%, #fe920c);
}


#subMenu {
  font-family: infoRegular;
	font-size: 14px;
	color: #FFF;
	padding-top: 6px;
	letter-spacing: 0.5px;
}

#subMenu a {
  color: #fff;
  font-size: 16px;
}

#subMenu img {
	vertical-align:middle
}

#header .floatRight {
  margin-top: 2px;
}

#header .floatRight a.texte {
  color: #FF910C;
  display: block;
  float: left;
  font-family: infoRegular;
  font-size: 17px;
  font-weight: bold;
  margin: 10px;
}

#header input {
  border: 0 none;
  height: 25px;
  position: absolute;
  right: 50px;
  top: 117px;
  width: 246px;
	font-family: infoRegular;
	font-size: 16px;
	padding-top:3px;
}

.roundBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	border: solid 1px rgba(189,189,189,.39);
	margin-bottom: 10px;
	behavior: url(/PIE.htc);
	padding: 15px 10px;
}

.roundBox.grey {
  background-color: #F0F0F0;
}

.triBox {
  width: 220px;
  height: 150px;
  float: left;
  margin-right: 9px;
  padding: 5px;
  position: relative;
}
.noMargin {
  margin: 0px !important;
}

#services, .roundBox.orangeBox  {
  background: #FF910C;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF910C), to(#fe6b0e));
  background: -webkit-linear-gradient(#FF910C, #fe6b0e);
  background: -moz-linear-gradient(#FF910C, #fe6b0e);
  background: -ms-linear-gradient(#FF910C, #fe6b0e);
  background: -o-linear-gradient(#FF910C, #fe6b0e);
  background: linear-gradient(#FF910C, #fe6b0e);
  -pie-background: linear-gradient(#FF910C, #fe6b0e);
  behavior: url(/PIE.htc);
  color: #fff;
  font-family: infoRegular;
  font-size: 16px;
}

#services li {
  margin: 12px 2px;
	background: url(/images/frontend/V2/sprite.png) no-repeat top left;
	padding-left: 15px;
}
.s1 {
	background-position: 0 1px !important;
}

.s2 {
	background-position: 0 -15px !important;
}

.s3 {
	background-position: 0 -31px !important;
}

.s4 {
	background-position: 0 -47px !important;
}

.s5 {
	background-position: 0 -63px !important;
}

.s6 {
	background-position: 0 -80px !important;
}

#services h2 {
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #ffc73b;
  text-align: center;
  padding-bottom: 5px;
  margin: 10px 0px 15px 0px;
}

#right {
  float: right;
  width: 716px;
}

#left {
  float: left;
  width: 250px;
}

#right2 {
float: right;
width: 270px;
}

#left2 {
float: left;
width: 716px;
}

#qui {
  width: 250px;
  background-color: #FEBA02;
  //max-height: 220px;
}

#recommandation {
  width: 250px;
  background: #02A4ED;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(##0487BF), to(#02A4ED));
  background: -webkit-linear-gradient(#0487BF, #02A4ED);
  background: -moz-linear-gradient(#0487BF, #02A4ED);
  background: -ms-linear-gradient(#0487BF, #02A4ED);
  background: -o-linear-gradient(#0487BF, #02A4ED);
  background: linear-gradient(#0487BF, #02A4ED);
  color: #FFF;
  font-family: infoRegular;
  font-size: 16px;
}

#recommandation a {
  color: #FFF;
  text-decoration: underline;
}

#qui div {
  line-height: 15.5px;
  margin: 7px 0;
  text-align: justify;
}

h1.hp {
  color: #505050;
  font-size: 18px;
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}

#guide h1.aCenter {
  background-color: #fff !important;
  display: block;
  padding-left: 8px;
  margin-bottom: 20px;
}

#confiance {
  width: 250px;
}

#confiance img {
  margin-top: 10px;
}

#partenaire {
  width: 250px;
}

#partenaire2 {
  color: #b2b2b2;
}

#partenaire2 img {
  max-width: 226px;
  margin-bottom: 10px;
  border: 1px solid black;
}

#partenaire hr, #partenaire2 hr {
  border-top: 2px solid #b2b2b2;
  margin-bottom: 15px;
  margin-top: -8px;
}

#partenaire strong a {
  color: #505050;
}

#partenaire h3, #partenaire2 h3 {
  color: #b2b2b2;
  display: inline;
  background-color: #FFF;
  font-weight: bold;
  padding-right: 5px;
}

#partenaire .add, #partenaire2 .add {
  border: 2px dashed #B2B2B2;
  font-size: 14px;
  text-align: center;
  padding: 40px 0px;
  display: block;
  margin-top: 10px;
}

#partenaire a, #partenaire2 a {
  color: #b2b2b2;
  font-weight: bold;
}

#agenda {
  width: 694px;
	height: 190px;
}

#agenda h2 {
  display: inline;
	background-color: #FFF;
	padding-right: 5px;
	font-family: infoRegular;
	font-size: 18px;
  color: #303030;
}

#agenda hr {
  margin-top: -6px;
	margin-bottom: 20px;
}

#agenda .manif {
 float: left;
 width: 155px;
 margin-right: 10px;
}

#agenda .manif a {
 margin: 5px 0px 3px;
 display: block;
 height: 28px;
}

#agenda .manif li {
 font-size: 10px;
 background: url(/images/frontend/V2/sprite.png) no-repeat top left;
 padding-left: 15px;
 margin: 2px 0px;
}

#agenda .more {
  background-color: #009AD2;
  float: left;
  height: 60px;
  padding: 45px 0px 0px 0px;
  text-align: center;
  width: 34px;
  font-size: 30px;
  color: #FFF;
}

#manif .manif, .listeChecked {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}

#manif .manif .pic, .listeChecked img {
  position: relative;
  float: left;
  border:1px solid #CCCCCC;
  padding:1px;
  overflow: hidden;
}

#manif .manif .date {
  opacity:0.8;
  filter:alpha(opacity=80);
  font-weight: bold;
  width: 120px; height: 90px; top: 32px; text-align: center; margin-top: 25px; position: absolute;
  background-color: #FFF;
  color:#000;
  font-size: 13px;
  padding-top: 3px;
}

#manif .manif .date.unique {
  margin-top: 40px;
}

#manif .manif .detail {
  float: left;
  width: 328px;
}

.listeChecked .detail {
  float: left;
  width: 318px;
}

#manif .manif .detail p, .listeChecked p {
  padding-left: 5px;
}

#manif .manif .ville, .listeChecked .ville {
 font-weight: bold;
}

.triBox .data {
  position: absolute;
  top: 65%;
}

#menu .triBox .data {
  top: 55%;
}

#menu .triBox {
  height: auto;
}

.triBox .data .texte {
	padding: 5px;
	background-color: #FFF;
}

.triBox .data .titre {
	float: right;
	margin: -10px -20px 0px 0px;
	background-color: #9ec310;
	color: #FFF;
	padding: 1px;
}

.roundBox .bGreen {
	border-bottom: 2px solid #9ec310;
}

.floatRight {
  float: right;
}

h2.box, h3.box {
  display: inline;
  color: #FFF;
  padding: 2px 5px;
  margin-bottom: 10px;
}

h3.black {
  background-color: #000;
}

h3.red {
	background-color: #a62608;
}

h2.orange, h3.orange {
	background-color: #FF910C;
}

h3.blue {
	background-color: #21b7f8;
}

h2.green, h3.green {
	background-color: #07a246;
}

#une {
	width: 450px;
	height: 235px;
	margin-right: 10px;
	clear: left;
	float: left;
}

#une hr {
  margin-top: -6px;
	margin-bottom: 15px;
	border-top:2px solid #FF910C;
}

#une img, #blog img, .articleBlog img {
  float: left;
	margin: 3px 10px 3px 0px;
}

#uneReg {
  width: 694px;
}

#uneReg .spacer {
  margin-bottom: 10px;
}

.fLeft {
  float: left;
  margin: 10px 10px 3px 0;
}

.fRight {
  float: right;
  margin: 10px 0px 3px 10px;
}


#uneReg h3 {
  font-weight: bold;
  font-size: 13px;
  color: #303030;
}

#une a {
 display: block;
 margin: 10px 0px 3px 0px;
 font-size: 13px;
}

#uneReg div {
  float: left;
	width: 50%;
}

#uneReg div p {
  padding: 5px 10px 5px 0px;
}

#blog {
	width: 210px;
	height: 235px;
	float: left;
}

#blog hr {
  margin-top: -6px;
	margin-bottom: 15px;
	border-top:2px solid #21b7f8;
}

#blog div, .articleBlog div {
  clear: left;
	margin-bottom: 21px;
}

#blog h4, .articleBlog h4 {
  padding-top: 5px;
	font-weight: bold;
}

#etranger {
  width: 694px;
	height: 183px;
	clear: left;
}

#etranger img {
  margin-right: 15px;
	margin-top: 15px;
}

#footer {
	background-color: #303030;
	font-family: infoRegular;
	font-size: 15px;
	margin-top: 90px;
	height: 130px;
	color: #848484;
}

#footer .picture {
  margin-top: -109px;
  float: right;
}

#footer a {
  color: #848484;
}

#footer .content {
  width: 1000px;
  margin: auto;
  padding-top: 30px;
}

#footer .t4 {
  color: #ff9217;
  font-size: 20px;
  display: block;
  width: 240px;
  text-align: center;
  line-height: 25px;
  float: left;
  margin-right: 50px;
}

#footer .float {
  float: left;
  width: 230px;
  display: block;
}

#footer .t5 {
  color: #adadad;
  font-size: 20px;
  margin-bottom: 15px;
}

#footer li {
  margin: 6px 0px;
}

.spacer {
  clear: both;
}

/*-- MENU --*/
/* Navigation Bar */
#menu {
	list-style:none;
	margin: 144px auto 0px auto;
	font-family: infoRegular;
}
#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 3px 4px 0px;
	margin-top:7px;
	border:none;
}
#menu li:hover {
	color: #303030;
	/* Background color and gradients */
	background-color: #FFFFFF;
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li.direct:hover {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu li a {
	font-size:20px;
	padding: 5px 10px 2px 0px;
	color: #FFFFFF;
	display:block;
}

#menu>li>a {
padding: 5px 8px 2px;
}

#menu>li.last>a {
  padding-right: 0px;
}

#menu li:hover a {
	color:#009AD2;
}
/* Drop Down */
#mHeb,
#mLoi,
.dropdown_2columns,
#mTou,
#mCir,
#mGui,
#mEve {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding: 10px;
	background-color:#FFF;
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	z-index: 10;
	/*border: 1px solid #93dcfd;
	border-top: none;*/
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 8 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 8 8px rgba(0,0,0,0.5);
}
#mLoi {width: 470px;}
.dropdown_2columns {width: 280px;}
#mTou {width: 440px;}
#mCir {width: 535px;}
#mGui {width: 290px;}
#mEve {width: 538px;}
#mHeb {width: 530px;}

#menu li:hover #mHeb,
#menu li:hover #mLoi,
#menu li:hover .dropdown_2columns,
#menu li:hover #mTou,
#menu li:hover #mGui,
#menu li:hover #mCir,
#menu li:hover #mEve {
	left:0px;
  top:auto;
}
/* Columns */
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:470px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
/* Right alignment */
#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto !important;
	right:0px !important;
	top:auto !important;
}
/* Drop Down Content Stylings */
#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:14px;
	text-align:left;
}

#menu li a:hover h4 {
  color: #FF910C;
}

#menu h2, #menu span.t2 {
	font-size:18px;
	margin:10px 0 11px 0;
	display: inline;
	background-color: #FFF;
	padding-right: 10px;
}

#menu h3, #menu span.t3 {
	font-size:18px;
	margin:7px 0 6px 0;
        display: block;
}

#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}
#menu li:hover div a {
	font-size:15px;
	color: #009AD2;
}
#menu li:hover div a:hover {
	color:#029feb;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:16px;
	line-height:16px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#EEEEEE;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	width:130px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	margin:0px 0px 4px 0px;
}

#mLoi ul  {
	float: left;
	width: 25%;
}

#mHeb ul {
	float: left;
        margin-right: 18px !important;
}


#menu #mHeb div a {
  padding: 0px;
}

#mHeb hr, #mLoi hr, #mTou hr, #mCir hr, #mEve hr, #mGui hr {
  margin-top: -7px;
}

#mHeb img {
  float: left;
	margin: 0px 10px 10px 0px;
}

#mHeb div {
  background-color: #EEEEEE;
	padding: 5px 10px;
	clear: both;
}

#mTou .vil, #mTou .sej, #mCir .cir, #mEve .cir {
	float: left;
	margin-right: 8px;
	text-align: center;
	padding: 0px;
}

#mCir img {
  width: 120px;
  height: 90px;
}

#mCir h4, #mEve h4 {
  margin-top: 5px;
  font-size: 12px;
}

#mCir .cir, #mEve .cir {
  width: 125px;
}

#mTou h4 {
  font-size: 15px;
	margin-top: 5px;
}

#mTou span.t4, #mLoi span.t4 {
  font-size: 15px;
  margin-top: 5px;
  display: block;
}

#mTou .more, #mCir .more, #mEve .more {
    background-color: #009AD2;
    color: #FFFFFF !important;
    float: left;
    font-size: 30px !important;
    padding: 38px 5px 0px 5px;
		height: 52px;
    text-align: center;
    width: 14px;
}

#mTou h3 {
	font-size: 18px;
  clear: left;
	margin: 6px 0px 5px;
}

#mTou .cl {
	float: left;
	margin-right: 8px;
	text-align: center;
	padding: 0px;
}

#mLoi a {
	float: left;
	margin-right: 8px;
	text-align: center;
	padding: 0px !important;
}

#mLoi h4 {
  font-size: 15px;
  margin-top: 5px;
}

.ariane {
  height: 20px;
  line-height: 16px;
  margin:10px 0 15px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px rgba(189,189,189,.39);
  padding: 0px 3px;
  color: #303030;
}

.ariane img {
  float:left;
  margin-right: 5px;
}

.ariane ul {
  font-size: 12px;
  padding: 0px;
}

.ariane li {
  float: left;
  height: 20px;
  list-style: none;
  margin: 2px 5px 0px 0px;
}

/*------------------CIRCUIT PREMIUM--------------------------------*/
#circuitGal {
  float: left;
  width: 502px;
  height: 390px;
  position: relative;
}

#circuitFiche {
  float: left;
  width: 400px;
  margin-left: 20px;
}

#circuitFiche table {
  width: 100%;
  margin-bottom: 20px;
}

#circuitFiche table td {
  padding: 3px;
  width: 30%;
}
#circuitFiche table th {
  font-weight: bold;
  padding: 3px 0px 3px 10px;
  width: 20%;
}

#circuitGal .miniBox {
  position: absolute;
  top: 362px;
  width: 505px;
  background-color: #F0F0F0;
}

#circuitGal #comment {
  position: absolute;
  top: 330px;
  background-color: #000;
  color: #FFF;
  padding: 4px 5px;
  opacity: 0.8;
  width: 490px;
  left: 7px;
  font-weight: bold;
}

#circuitGal #comment a {
  color: #95ACCB;
  padding-left: 5px;
  font-style: italic;
  font-weight: normal;
}

#circuitGal .miniBox img {
  width: 30px;
  height: 30px;
  border: 1px solid #B2B2B2;
  padding: 1px;
  opacity: 0.5;
  cursor: pointer;
}

#circuitGal .main img {
  border: none;
}

#circuitGal .miniBox img.selected {
  opacity: 1;
}

#circuitGal .com {
  display: none;
}

#dayMap {
  position: absolute;
  right: 15px;
  width: 350px;
  height:200px;
}

.dayCoord {
  display: none;
}

#ciPr {
  position: relative;
}

#circuitPremium .day {
  display: none;
  width: 550px;
  margin-left: 10px;
}

#circuitPremium .day.actif, #circuitPremium .circuitHeb.actif {
  display: block;
}

#circuitPremium #navigator li {
  float: left;
  width: 100px;
  border-bottom: 2px solid #B2B2B2;
  padding:5px;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
}

#circuitPremium .article li {
  margin: 2px 0px;
}

#circuitPremium #navigator li.print {
  width: 246px;
  background-color: #009AD2;
  margin: 0px;
}

#circuitPremium #navigator li.current {
  border-bottom-color: #FF910C;
}

#circuitPremium #navigator {
  background-color: #F0F0F0;
  height: 25px;
  margin-bottom: 30px;
}

#circuitPremium .circuitHeb {
  float: right;
  //margin-top: 200px;
  width: 360px;
  display: none;
}

#circuitPremium h2 {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 20px;
}

#circuitPremium h3 {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #303030;
  margin: 20px 0px 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #B2B2B2;
}

#circuitPremium h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0px 5px;
}

#circuitPremium .hebProx {
  border: 1px solid #B2B2B2;
  padding: 2px;
  float: left;
  width: 100px;
  height: 110px;
  overflow: hidden;
  margin: 5px 5px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}

#circuitPremium .hebProx img {
  width: 100px;
  height: 75px;
}

#circuitPremium .fM {
  width: 100%;
  border: 1px solid #B2B2B2;
  color: #303030;
}

#circuitPremium .fM td, #circuitPremium .cpChambre td {
  vertical-align: top;
  padding: 2px;
  background: #F0F0F0;
  text-align: center;
  line-height: 20px;
}

#circuitPremium .fM td.img {
  width: 90px;
}

#circuitPremium .fM td img {
  width: 100px;
  height: 75px;
  margin-top: 2px;
}

#circuitPremium .fM td.more {
  width: 90px;
  background: none repeat scroll 0 0 #009AD2;
  vertical-align: middle;
}

#circuitPremium .fM td .big {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

#circuitPremium .cpChambre .picture {
  width: 90px;
  background: none repeat scroll 0 0 #F0F0F0;
}

#circuitPremium .cpChambre .price {
  width: 160px;
}

#circuitPremium .cpChambre td {
  border: 1px solid #B2B2B2;
}

.cpChambre {
  border-collapse: collapse;
}


#circuitPremium #cle {
    border: 1px solid #303030;
    background-color: #009AD2;
    display: block;
    font-size: 18px;
    margin: 20px auto;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 300px;
    display: block;
    font-size: 18px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: 300px;
    -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    -moz-border-radius: 6px; /* FF1-3.6 */
    border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#circuitPremium a#cle, #circuitPremium #navigator li.print a {
  color: #fff;
}


#circuitPremium .article h2 {
  margin-left: 0px;
  color: #009AD2;
}

.red {
  color: red;
}

#circuitHebFiche td {
  vertical-align: top;
  padding: 6px;
}

#circuitHebFiche .coord {
  margin-top: 20px;
}

#circuitHebFiche .tel {
  background: transparent url('/images/frontend/structure/phone_32.png') no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 40px 5px;
  margin-bottom: 10px;
}

#circuitHebFiche .site {
  background: transparent url('/images/frontend/structure/website_32.png') no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 40px 5px;

}

.circPremBadge {
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  border: 1px solid #D18F00;
  background-color: #F0f0f0;
  padding: 6px;
  margin-bottom: 10px;
  text-align: center;
  clear: right;
}

.circPremBadge h3, .article.tourisme .circPremBadge h3 {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #B2B2B2;
  color: #485166;
  margin: 5px 0px;
  padding: 4px 0px 4px 30px;
  font-weight: bold;
  background: transparent url('/images/frontend/structure/coeur.png') no-repeat;
  text-decoration: none;
}

.circPremBadge h3 a, .article.tourisme .circPremBadge a {
  text-decoration: none;
}


.modernForm input, .modernForm textarea, .modernForm select {
  padding: 8px;
  border: solid 1px #B2B2B2;
  font: normal 12px Verdana, Tahoma, sans-serif;
  width: 200px;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/* Default property recognized by some browsers- a Good practice to include it*/
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));/*Chrome and Safari*/
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);/* Firefox Browsers */
}

.modernForm input[type=checkbox] {
  width: 20px;
}


.modernForm h2 {
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.modernForm select {
  width: 70px;
}

.modernForm textarea {
 width: 400px;
 max-width: 400px;
 height: 150px;
 line-height: 150%;
 }

.modernForm label {
  font-weight: bold;
}

.modernForm li {
  float: left;
  width: 211px;
}

.modernForm li label {
  font-weight: normal;
}

.modernForm .submit {
  clear: left;
  margin-top: 10px;
}

.modernForm .submit input {
  background: none repeat scroll 0 0 #009AD2;
  color: #FFFFFF;
  cursor: pointer;
  font: 14px Verdana,Tahoma,sans-serif;
  padding: 9px 15px;
  width: auto;
}

.circPrem {
  border-bottom: 1px solid #CCCCCC;
  padding: 6px;
  text-align: center;
}

.circPrem.prem {
  background-color: #E0E0E0;
  border-bottom: 1px solid #D18F00;
}

.circPrem .odd {
   background-color: #F7F7F7;
}

#uneAnnonce .circPrem h3 {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  color: #485166;
  margin: 5px 0px;
  padding: 4px 0px ;
  font-weight: bold;
  text-decoration: none;
}

#uneAnnonce .circPrem.prem h3 {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #B2B2B2;
  color: #485166;
  margin: 5px 0px;
  padding: 4px 0px 4px 30px;
  font-weight: bold;
  background: transparent url('/images/frontend/structure/coeur.png') no-repeat;
}


#uneAnnonce .circPrem p {
  margin: 10px 0px;
}

#uneAnnonce .circPrem img {
  margin: 0px 3px 0px 3px;
  border: 1px solid #CCC;
  padding: 1px;
  float:  none;
  width: 100px;
  height: 75px;
}

#newdesign .rightCol .zone li {
  padding: 2px 0px 2px 15px;
  margin: 0px;
}

#uneAnnonce #map {
  width: 471px;
  height: 600px;
}

.pager {
  text-align: center;
  margin-top: 10px;
  font-size : 14px;
  font-weight: bold;
}

.pager a, .pager span {
  border: 1px solid #ccc;
  color: #485166;
  padding: 4px 6px;
  margin: 1px;
}

.pager a {
  text-decoration: underline;
}

.pager span {
  border: 1px solid #aaa;
  background-color: #EBEBEB;
  color: #464646;
}

.underline a {
  text-decoration: underline;
}

#newdesign, #oldesign {
  float: right;
  width: 716px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
  box-shadow: 0 0 6px rgba(0,0,0,.16);
  border: solid 1px rgba(189,189,189,.39);
  margin-bottom: 10px;
  behavior: url(/PIE.htc);
  padding: 20px 10px;
  position: relative;
}

#newdesign h1, #oldesign h1, h1.orange, #guide h1 {
  background-color: #FF910C;
  color: #FFFFFF;
  display: inline;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 3px;
  font-size: 20px;
  font-family: infoRegular;
}


#newdesign h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 13px;
  display: inline;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}

#newdesign h1 + p {
  margin-top: 20px;
}

#newdesign #table {
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

#newdesign .leftCol {
  border-right: 1px solid #CCCCCC;
  width: 471px;
  float: left;
  margin: 0px;
}

#newdesign .rightCol {
  width: 240px;
  float: left;
  margin: 0px;
}

#uneAnnonce img {
  float: left;
  margin: 1px;
}

#uneHebergement div {
  position:relative;
  float: left;
  margin: 1px;
}

#uneHebergement h4 {
  position:absolute;
  top:80px;
  left: 10px;
  color: white;
  font-family: infoRegular;
  text-shadow:1px 1px 0 #000,-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  font-size: 18px;
}

#uneHebergement h4.light {
  font-size: 14px;
  top:22px;
  left: 2px;
}


#newdesign #table .rightCol form {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}


#newdesign #table .rightCol input, #newdesign #table .rightCol select {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #4C4C4C;
    margin: 10px 0;
    width: 170px;
}
#newdesign input {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-style: italic;
    margin: 20px 10px;
    padding: 2px;
    width: 90%;
}

#newdesign #table .rightCol input[type="submit"] {
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    margin-left: 30px;
}

#newdesign #table .rightCol label {
    padding-right: 10px;
}


#newdesign #newTree {
    margin: 10px;
}

#newAnnonce2 div.bm {
    border-right: 1px solid #CCCCCC;
}
#newAnnonce2 div {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 75px;
    overflow: hidden;
    width: 233px;
}

#newAnnonce2 img {
    border: 1px solid #CCCCCC;
    float: left;
    height: 45px;
    margin: 5px 5px 15px;
    padding: 1px;
    width: 60px;
}

#newAnnonce2 h4 {
    font-weight: bold;
    margin-top: 5px;
}

#newAnnonce2 p {
  font-size: 10px;
  color: #303030;
}

#newAnnonceHeb .detail, #newAnnonceHeb .det2  {
    border-bottom: 1px solid #CCCCCC;
    height: 80px;
    overflow: hidden;
    padding: 5px;
}

#newAnnonceHeb .detailBiColumn {
  width: 320px;
  float: left;
  border: 1px solid #CCC;
  height: 85px;
  overflow: hidden;
  padding: 5px;
  margin: 2px;
}

#newAnnonceHeb .restoBiColumn {
  width: 260px;
  float: left;
  border: 1px solid #CCC;
  height: 75px;
  overflow: hidden;
  padding: 5px;
  margin: 1px;
  float: left;
}

#newAnnonceHeb .price, .infoBulle .price {
    float: right;
    padding: 0;
}


#newAnnonceHeb .price .box, .infoBulle .price .box {
    background-color: #FFEBD0;
    border: 1px solid #FFBF66;
    font-size: 12px;
    height: 50px;
    padding: 1px;
    text-align: center;
    width: 60px;
}

#newAnnonceHeb .price .box strong, .infoBulle .price .box  strong {
    display: block;
    font-size: 18px;
    margin: 8px 0 5px;
}

#newAnnonceHeb img, .infoBulle img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 5px;
    padding: 1px;
}

#res #newAnnonceHeb img, .infoBulle img {
  width: 50px;
  height: 50px;
}

#newAnnonceHeb .restoBiColumn li, .infoBulle li {
  padding-left: 112px;
  background-position: 90px center;
}


#newAnnonceHeb h3, .infoBulle h3, .infoBulle .date {
    border-bottom: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 3px !important;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

#newAnnonceHeb .cat, .hebLeft .cat, .infoBulle .cat {
  background: url('/images/frontend/structure/star.png') no-repeat 108px center;
  padding-left: 100px;
  height: 16px;
}

#newAnnonceHeb .cat.star1, .hebLeft .cat.star1, .infoBulle .cat.star1 {
  width: 25px;
}

#newAnnonceHeb .cat.star2, .hebLeft .cat.star2, .infoBulle .cat.star2 {
  width: 42px;
}

#newAnnonceHeb .cat.star3, .hebLeft .cat.star3, .infoBulle .cat.star3 {
  width: 62px;
}

#newAnnonceHeb .cat.star4, .hebLeft .cat.star4, .infoBulle .cat.star4 {
  width: 80px;
}

#newAnnonceHeb .cat.star5, .hebLeft .cat.star5, .infoBulle .cat.star5 {
  width: 100px;
}

#newAnnonceHeb .cat.nostar, .hebLeft .cat.nostar, .infoBulle .cat.nostar {
  display:none;
}

#newAnnonceHeb li, .hebLeft li, .infoBulle li {
  background-repeat: no-repeat;
  background-position: 108px center;
  padding: 2px 0px 2px 130px;
}

#newAnnonceHeb li.loc, .hebLeft li.loc, .infoBulle li.loc {
  background-image: url('/images/structure/pin_map.png');
}

#newAnnonceHeb li.euro, .infoBulle li.euro {
  background-image: url('/images/structure/euro.png');
}

#newAnnonceHeb li.fork, .infoBulle li.fork {
  background-image: url('/images/structure/fork.png');
}

#newAnnonceHeb li.phones, .hebLeft li.phones, #newAnnonceHeb li.phone, .infoBulle li.phones {
  background-image: url('/images/structure/phone_2.png');
}

#miniMap {
    background-color: #EBEBEB;
    overflow: hidden;
    padding: 3px;
}

#miniMap .map {
    background-color: #FFFFFF;
    border: 1px solid #B2B2B2;
    overflow: hidden;
    padding: 2px;
}

#newdesign #miniMap2 {
    height: 120px;
    width: 234px;
}


#newdesign .rightCol .zone li {
    margin: 0;
    padding: 2px 0 2px 15px;
}

.article li, .coordonnees li, .zone li {
    list-style: circle inside none;
    margin: 10px 0;
    text-align: justify;
}


#monument, .leftCol, .leftColLarge, .leftColThin, #hebergementAcc {
    margin-right: 20px;
}
#circuit, #hebergementAcc, #monument, #ville, .leftCol, .rightCol, .leftColLarge, .rightColThin, .leftColThin, .rightColLarge {
    float: left;
    margin-top: 10px;
    width: 350px;
}

#circuit, #hebergementAcc, #monument, #ville, .leftCol, .rightCol, .leftColLarge, .rightColThin, .leftColThin, .rightColLarge {
    float: left;
    margin-top: 10px;
    width: 346px;
}

.news, .manifestation {
    border: 1px solid #B2B2B2;
    margin: 5px 0;
    overflow: hidden;
}
#actu div, #sortie div, .news, .manifestation {
    border-bottom: 1px solid #B2B2B2;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    padding: 5px;
}

#actu img, .news img {
    height: 42px;
    width: 42px;
}
#actu img, .news img, .manifestation img {
    border: 1px solid #EBEBEB;
    float: left;
    margin-right: 6px;
}

#list .news h3, .news h3 {
    font-size: 13px;
    font-weight: bold;
}
#actu h3, .news h3, .manifestation h3 {
    font-weight: bold;
    margin: 0;
}

#miniMapMap {
    height: 120px;
    width: 336px;
}

#miniMap a#opener {
    display: block;
    font-weight: bold;
    margin: 2px 10px;
    text-align: right;
}

.more {
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px;
  text-align: right;
  background-color: #009AD2;
}

.more a {
  color: #FFFFFF;
}

#oldesign h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px 5px;
}


#oldesign h2 a {
  color: #303030;
}

.localDetail h3 {
    clear: left;
    font-size: 14px;
    margin: 0;
  margin: 13px 0px 5px;
}


.localDetail p img {
    border: 1px solid #B2B2B2;
    padding: 1px;
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 60px;
}

.rightCol .tourisme {
  color: #303030;
}

.rightCol .tourisme img {
    height: 96px;
    width: 120px;
}

.rightCol .resume img, .resume.short img {
    height: 56px;
    width: 80px;
}
.resume img {
    border: 1px solid #EBEBEB;
    height: 70px;
    margin-right: 25px;
    width: 100px;
}

.resume a h3 {
    font-size: 14px;
}

.resume h3 {
    margin-top: 10px;
}

.conditions {
    font-size: 0.8em;
    margin-top: 20px;
}


#num, #nume {
    background: url("/images/frontend/structure/phone.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-size: 18px;
    padding-left: 23px;
    text-align: right;
}


.website .websiteLink {
    background: url("/images/frontend/structure/link.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #EE7C0A;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px;
    padding-left: 20px;
}
.websiteLink {
    color: #EE7C0A;
    font-size: 13px;
    font-weight: bold;
}


.page img.left {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 680px;
}


.triColumn {
    float: left;
    padding: 8px 0;
    width: 225px;
}

.article li, .coordonnees li, .zone li {
    list-style: circle inside none;
    margin: 10px 0;
    text-align: justify;
}

.article h3, .coordonnees h3 {
    color: #485166;
    font-size: 13px;
    margin: 15px 0 8px;
    text-decoration: underline;
}

.grandePhoto {
    float: left;
    width: 360px;
}

.grandePhoto img {
    max-width: 350px;
}

.tarifs, .autresTarifs {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 0;
    width: 100%;
}

.tarifs th {
    background-color: #EBEBEB;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1em;
    padding: 5px 10px;
    text-align: center;
}

.tarifs td {
    padding: 5px 10px;
    text-align: center;
}

.autresTarifs td {
    padding: 5px 10px;
}

.autresTarifs .odd {
    background-color: #EBEBEB;
}

.selected {
    border: 1px solid #9FABC5;
    padding: 1px;
}
.miniature {
    cursor: pointer;
    float: left;
    height: 60px;
    margin: 5px 7px 7px 0;
    padding: 2px;
    width: 60px;
}

.coordonnees {
    float: right;
    padding-top: 10px;
    width: 190px;
}

#mapEtablissement {
    height: 300px;
    width: 460px;
}

#pages .orangeTab a {
    color: #EE7C0A;
    font-weight: bold;
}

#pages .orangeTab {
    background-color: #EECDAE;
}

#leftActivite  h2, .h2 {
  font-family: infoRegular;
  font-size: 18px;
  margin: 10px 0px 5px;
  color: #303030;
}

#hebActivite  h2, .rightFloat h2 {
  font-family: infoRegular;
  font-size: 16px;
  margin: 0px 0px 10px;
  color: #303030;
}

#hebActivite a.more {
  color: #FFFFFF;
  float: right;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  margin: 3px 0 0 8px;
  padding: 38px 2px 0;
}

#hebActivite p {
  margin-bottom: 0px;
}


#hebActivite #tourisme li {
  border: 1px solid #B2B2B2;
  padding: 1px;
  height: 105px;
  float: left;
  margin: 0px 3px 10px 3px;
  text-align: center;
  width: 102px;
  font-size: 11px;
  overflow: hidden;
}

#hebActivite #tourisme li img {
  width: 100px;
  height: 75px;
}

#hebActivite #tourisme li i, #hebActivite #leftActivite .list i {
  font-weight: bold;
}

#hebActivite #leftActivite .list {
  border:none;
  border-top: 2px solid #BDBDBD;
  margin-top: 5px;
}

#leftActivite .tourisme {
    border-bottom: 1px solid #B2B2B2;
    height: 45px;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px;
}

#leftActivite .tourisme img {
    height: 40px;
    margin-top: 0;
    width: 50px;
}
.tourisme img {
    border: 1px solid #B2B2B2;
    float: left;
    margin-right: 10px;
    padding: 1px;
}

#leftActivite li.musee {
    background-position: -7px -882px;
}

#leftActivite li.monument {
  background-position: -7px -926px;
}

#leftActivite li.cinema {
  background-position: -7px -663px;
}

#leftActivite li.parc {
  background-position: -7px -1006px;
}

#leftActivite li.sortie {
  background-position: -7px -1050px;
}

#leftActivite li.balneaire {
  background-position: -7px -1088px;
}

#leftActivite li.hiver {
  background-position: -7px -1170px;
}

#leftActivite li.thermal {
  background-position: -7px -1130px;
}

#leftActivite li.bowling {
  background-position: -7px -620px;
}

#leftActivite li.golf {
  background-position: -7px -796px;
}

#leftActivite li.casino {
  background-position: -7px -708px;
}

#leftActivite li.karting {
  background-position: -7px -752px;
}

#leftActivite li {
    background: url("/images/frontend/structure/sprite.png") no-repeat scroll -7px -268px transparent;
    color: #404040;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 2px 8px 30px;
    width: 80px;
}


#leftActivite li.residence-hoteliere, #leftActivite li.camping, #leftActivite li.gite, #leftActivite li.chambre-d-hotes, #leftActivite li.village-vacances, #leftActivite li.hotel,
#leftActivite li.hebergements-insolites, #leftActivite li.location-meublee, #leftActivite li.centres-internationaux-de-sejour {
  float: none;
  width: 100%;
  padding-left: 40px;
  font-weight: bold;
}

#leftActivite li.residence-hoteliere {
  background-position: -2px -312px;
}

#leftActivite li.location-meublee {
  background-position: -2px -488px;
}

#leftActivite li.camping {
  background-position: -2px -532px;
}

#leftActivite li.village-vacances {
  background-position: -2px -356px;
}

#leftActivite li.chambre-d-hotes  {
  background-position: -2px -444px;
}

#leftActivite li.gite {
  background-position: -2px -400px;
}

#leftActivite .list {
    border: 1px solid #B2B2B2;
    display: none;
}

#leftActivite .list a.odd {
    background-color: #EEE;
}

#leftActivite .list a {
    display: block;
    padding: 5px 2px;
}

#zoomMap {
    float: left;
    height: 450px;
    width: 645px;
}

#dataPopup {
    border: 1px solid #CCCCCC;
    float: left;
    height: 450px;
    margin-left: 5px;
    overflow: auto;
    width: 280px;
}

#dataPopup h3 a{
  font-size: 13px;
  font-weight:bold;
  margin: 0px;
}

.dialog .ui-widget-header {
  background-color: #009AD2 !important;
}

.ui-dialog .ui-dialog-title {
  font-family: infoRegular;
  font-size: 16px;
}

#dataPopup table {
  width: 100%;
  cursor: pointer;
}

#dataPopup td {
  padding: 4px;
  vertical-align: middle;
}

#dataPopup td img {
  width: 60px;
  height: 60px;
}

#dataPopup .odd {
  background-color:#EBEBEB;
}

#dataPopup .actif {
  background-color: #009AD2;
  font-weight: bold;
}

#dataPopup .actif a {
  color: #FFF;
}

#others {
  clear: left;
  padding-top: 10px;
  font-weight: bold;
}

#others input {
  vertical-align: top;
  margin-right: 10px;
}

.ui-widget-overlay {
  opacity: 0.5 !important;
}

#list h3 {
    display: block;
    float: left;
    font-size: 13px;
    padding-right: 10px;
    width: 155px;
    margin-bottom: 5px;
}

.likibu {
  background-color: #009AD2;
  border: 1px solid #B2B2B2;
  padding: 5px;
  text-align: center;
  opacity: 0.7;
}

.likibu a {
  color: #FFF;
}

.official {
    background-color: #FFCF37;
    border: 1px solid #9FABC5;
    padding: 0 5px;
    text-align: center;
}

.zone.biColumn {
    width: 170px;
}
#circuit div, .biColumn {
    float: left;
    padding: 10px 0;
    text-align: justify;
    width: 340px;
}

.triColumn.news, #jours .news, #pages .news {
    margin-right: 10px;
}

#list .show {
    background-color: #EBEBEB;
    clear: left;
    cursor: pointer;
    font-style: italic;
    margin: 5px 29px 0 0;
    padding: 1px 15px;
    text-align: right;
}

#list .all {
    display: none;
}

#list h2.line {
    clear: left;
    font-size: 14px;
  color: #202020;
}

.tourismeH1 {
    margin-bottom: 30px;
}

.galerie {
    background-color: #FFFFFF;
    float: right;
    padding: 5px 0 20px 20px;
}
.galerie .success {
  margin: 10px 0px;
}

.success {
    background: url("/images/structure/icones/success.png") no-repeat scroll 10px 50% #E9F9E5;
    border: 1px solid #B4E8AA;
    clear: both;
    color: #1C8400;
    margin: 20px 10px;
    padding: 6px 10px 10px 50px;
}

.notice {
  background: #F9F9E5 url(/images/structure/icones/notice.png) no-repeat scroll 10px 2px;
  border:1px solid #E8E3AA;
  color:#828400;
  padding:6px 10px 10px 50px;
  clear:both;
  margin : 20px 10px;
}

.notice2 {
  background: #F1C8BE url(/images/structure/icones/notice.png) no-repeat scroll 10px 2px;
  border:1px solid #F16F50;
  color: #F14C24;
  padding:6px 10px 10px 50px;
  clear:both;
  margin : 10px 0px;
}

.error {
  background: #F9F9E5 url(../images/structure/icones/error.png) no-repeat scroll 10px 2px;
  border:1px solid #E8AAAD;
  color:#B50007;
  padding:6px 10px 10px 50px;
  clear:both;
  margin : 20px 10px;
}

.error ul {
  margin-top: 10px;
}

.error li {
  list-style-type: circle;
}

.errorVille {
  background-color:#F9F9E5;
  border:1px solid #E8AAAD;
  color:#B50007;
  margin-left:30px;
  margin-top:32px;
  padding:0 8px;
  position:absolute;
}

.rss {
  padding: 10px 10px 5px 130px;
  clear:both;
  width: 580px;
  height: 45px;
  background: #FFF url(/images/frontend/structure/rssBanniere.png) no-repeat scroll 0 0;
  font-size: 1.1em;
  margin-top: 30px;
}

.rss strong {
  display: block;
  margin-bottom: 10px;
}

.rssPage img {
  vertical-align: middle;
}

.rssPage span {
  font-size: 1.05em;
  padding:2px 10px 0;
}

.rssPage .chicklet {
  margin: 0px 2px;
}

.rssPage h2 {
  margin: 50px 0px 20px;
}

#rssDep {
  margin-top: 20px;
}


.tabFilter {
    border: 1px solid #B2B2B2;
    float: right;
    margin-top: 5px;
    padding: 5px;
}

#pagesTourisme .news {
    height: 92px;
    width: 54%;
}

#pagesTourisme .news img {
  width: 100px;
  height: 80px;
  margin: 5px 10px;
}

#pagesTourisme h3 {
  text-decoration: underline;
  margin: 3px 0px 5px 0px;
  padding-bottom: 3px;
}


#hebergement h3 {
    font-size: 14px;
    margin: 8px 0 3px;
    text-decoration: underline;
}

#pagesTourisme .newsLeft div {
  border-bottom: 1px dotted #B2B2B2;
  padding: 2px 0px;
}

#pagesTourisme .newsLeft {
  float: left;
  width: 65%;
}

#pagesTourisme .notice {
  margin: 20px 0px 30px 0px;
}

#pagesTourisme .news.notice {
  clear:none;
  font-weight:bold;
  height:20px;
  margin:5px;
  width:300px;
}

#pagesTourisme .wait, #newdesign .wait {
  margin: 60px 0px 0px 160px;
  float: left;
}



#pagesTourisme #miniMapMap {
    height: 200px;
    width: 265px;
}

.tabFilter h4.first {
    margin-top: 0;
}
.tabFilter h4 {
    background-color: #9FABC5;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 5px;
}

#pagesTourisme label {
    margin-right: 10px;
}

#pagesTourisme select {
    font-size: 0.9em;
    width: 170px;
}

#pagesTourisme .ui-slider-horizontal, #newdesign .ui-slider-horizontal {
  background-color: #E6E6E6;
  border: 1px solid#A9A9A9;
  margin: 0px 10px;
}

#pagesTourisme .ui-slider-handle, #newdesign .ui-slider-handle {
  border: 1px solid #777;
}

#pagesTourisme #legend, #newdesign #legend {
  margin:15px 0 7px;
  padding:0 10px;
  font-size: 10px;
}

#pagesTourisme #legend input, #newdesign #legend input, #newdesign #table .rightCol #amount {
  border:0;
  color:#f6931f;
  font-weight:bold;
  width: 195px;
  text-align:center;
  font-size: 14px;
}

#newdesign #table .rightCol #amount {
  width: 160px;
}


#newdesign #museeHeader {
    background: url("/images/frontend/annonces/musees/uneMusee.jpg") no-repeat scroll 0 0 transparent;
}
.newHeader {
    height: 120px;
    margin: 20px 0 15px;
    padding: 20px 330px 20px 20px;
    width: 370px;
}

#newdesign .newHeader h2 {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 16px;
  margin: 2px 0 10px;
  padding: 0;
  color: #303030;
}

#newdesign h3 {
  color: #009AD2;
  font-size: 13px;
  margin: 15px 0 10px;
}

#newAnnonce div {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  height: 55px;
  overflow: hidden;
  width: 156px;
}

#newAnnonce img {
  float: left;
  height: 45px;
  margin: 5px;
  width: 60px;
}

#newAnnonce .detail input[type="checkbox"], #newdesign .listeChecked input[type="checkbox"] {
    float: left;
    margin: 31px 5px;
    width: 15px;
}

#newAnnonce .detail {
  width: 100%;
  height: 80px;
}

#newAnnonce .detail img {
  width: 100px;
  height: 66px;
  margin-right: 10px;
}

#newAnnonce .detail h3 {
  margin-top: 5px;
}

#newAnnonce .detail span.resume {
  padding: 0px 5px;
  display: block;
  font-size: 13px;
  line-height: 14px;
}

.justify {
    text-align: justify;
  line-height: 15.5px;
}

#newLoisirs #left {
  margin-top: 20px;
  float: left;
  width: 475px;
}

#newLoisirs #left img {
  max-width: 475px;
}

#newLoisirs #right {
  float: left;
  width: 230px;
  padding: 0px 0px 0px 10px;
}

#newLoisirs .roundBox, #circuitPremium .roundBox {
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  border: 1px solid #B2B2B2;
  background-color: #F0f0f0;
  padding: 6px;
  margin-bottom: 10px;
}

#newLoisirs .roundBox.white, #circuitPremium .roundBox.white {
  background-color: #FFF;
  position: relative;
}

#newLoisirs .roundBox h2, #newLoisirs h2 {
  margin: 0px 0px 5px;
  padding: 0px 0px 3px 0px;
  color: #303030;
  display: block;
  border-bottom: 1px solid #B2B2B2;
}

#newLoisirs .roundBox.services h3 {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0 2px;
  text-decoration: underline;
}

#newLoisirs .roundBox .galTrigger img {
  margin: 0px 0px 10px 3px;
}

#newLoisirs .roundBox .morePicture {
  text-align: right;
  font-size: 10px;
  margin: -10px 5px 10px 0px;
}

#newLoisirs .roundBox .zoom {
  position: absolute;
  right: 15px;
  top: 105px;
}

#newLoisirs .roundBox .coordonnees {
  float: none;
  width: 100%;
}

#newLoisirs .roundBox .coordonnees .strong {
  text-align: center;
  font-weight: bold;
  background-color: white;
  border: 1px solid #B2B2B2;
  padding: 4px;
}

#newLoisirs .roundBox .coordonnees li {
  list-style: none;
}

#newLoisirs .roundBox .gps {
  background: transparent url('/images/frontend/structure/gps.png') no-repeat;
  margin: 10px;
  padding-left: 25px;
  font-style: italic;
}

#newLoisirs .roundBox .itineraireForm {
  border-top: 1px solid #B2B2B2;
  margin-top: 20px;
}

#newLoisirs .roundBox .itineraireForm h3 {
  text-decoration: none;
  margin: 5px 0px;
  color: #202020;
  font-weight: bold;
  font-style: italic;
}

#newLoisirs .roundBox .itineraireForm input[type=text] {
  border: 1px solid #B2B2B2;
  float: left;
  font-size: 10px;
  padding: 3px;
  width: 168px;
}

#newLoisirs .roundBox .itineraireForm input[type=submit] {
  background: none repeat scroll 0 0 #009AD2;
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #B2B2B2;
}

#newLoisirs .roundBox.resto, #newLoisirs .roundBox.resto a {
  font-weight: bold;
  text-align: center;
  color: #EE7C0A;
}

#newLoisirs .addthis_default_style {
  margin: 0px;
}

#newLoisirs {
  width: 100%;
}

#newLoisirs #coord  {
  width: 100%;
}

#newLoisirs #coord th {
  font-weight: bold;
  padding-right: 2px;
  text-align: left;
  width: 60px;
}

#newLoisirs #coord td, #coord th {
  border-top: 1px solid #B2B2B2;
  font-size: 12px;
  padding: 8px 0;
}

#newLoisirs #coord td {
  text-align: center;
  font-size: 13px;
}

#newLoisirs #coord td .websiteLink {
  color: #009AD2;
  font-size: 16px;
}

#newLoisirs #coord strong {
  color: #303030;
}

#newLoisirs .expo, #newLoisirs .hebProx {
  border: 1px solid #D7D7D9;
  padding: 2px;
  float: left;
  width: 100px;
  overflow: hidden;
  margin: 5px 5px;
  font-size: 10px;
  text-align: center;
}

#newLoisirs .expo img {
  width: 100px;
  height: 120px;
  display: block;
  margin-bottom: 5px;
}

#newLoisirs .hebProx {
  font-size: 13px;
  height: 110px;
  overflow: hidden;
}

#newLoisirs .hebProx.add {
  font-size: 15px;
  border: 1px dashed #D7D7D9;
  background-color: #F5F5F5;
}

#newLoisirs .expo h3 {
  font-size: 13px;
  margin: 5px 0px 2px;
  color: #000;
}

#newLoisirs .hebProx img {
  width: 100px;
  height: 75px;
}

#telAnnonce {
  font-weight: bold;
  text-align: center;
}

#newLoisirs #miniMapMap {
  width: 216px;
  height: 150px;
}

#newLoisirs li {
  list-style: inside circle;
  margin: 0px 10px;
}

#newLoisirs .hidden {
  display: none;
}

#newLoisirs .justify a {
  text-decoration: underline;
}

#newLoisirs #map {
  cursor: pointer;
}

#newdesign #monumentHeader {
    background: url("/images/frontend/annonces/monuments/uneMonument.jpg") no-repeat scroll 0 0 transparent;
}

#newdesign .result {
  float: left;
  width: 234px;
  height: 60px;
  margin: 1px;
  background: url('/images/frontend/structure/i-rechercheSprite.jpg') no-repeat top left;
}

#newdesign .result.c25{ background-position: 0 0; }
#newdesign .result.c8{ background-position: 0 -65px; }
#newdesign .result.c26{ background-position: 0 -130px;  }
#newdesign .result.c20{ background-position: 0 -195px;  }
#newdesign .result.c24{ background-position: 0 -260px;  }
#newdesign .result.circuit{ background-position: 0 -325px;  }
#newdesign .result.c9{ background-position: 0 -390px;  }
#newdesign .result.c28{ background-position: 0 -455px;  }
#newdesign .result.c10{ background-position: 0 -520px;  }
#newdesign .result.c5{ background-position: 0 -585px;  }
#newdesign .result.c21{ background-position: 0 -650px;  }
#newdesign .result.c27{ background-position: 0 -715px;  }
#newdesign .result.c11{ background-position: 0 -780px;  }
#newdesign .result.c30{ background-position: 0 -845px;  }
#newdesign .result.c31{ background-position: 0 -910px;  }
#newdesign .result.c7{ background-position: 0 -975px;  }
#newdesign .result.c32{ background-position: 0 -1040px;  }
#newdesign .result.c22{ background-position: 0 -1105px;  }
#newdesign .result.c12{ background-position: 0 -1170px;  }

#newdesign .result a {
  width:228px;
  height: 20px;
  display: block;
  padding-top: 40px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:right;
  color: #FFF;
  text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;
}

#newdesign .bt {
    border-top: 1px solid #CCCCCC;
    clear: both;
}

#selecBar {
  width: 98%;
  text-align: center;
  border: 1px solid #E8E3AA;
  background-color: #F9F9E5;
  padding: 6px;
  margin-bottom: 30px;
}

#selecBar td {
  width: 40%;
  text-decoration: underline;
}

#selecBar td.countSelec {
  text-align:center;
  font-weight: bold;
  width: 20%;
  text-decoration: none;
}

.article.tourisme .float > li {
    float: left;
    margin-right: 40px;
    width: 42%;
}

.article.tourisme h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 10px;
  color: #303030;
}

.marginTop {
  margin-top: 25px;
}
.circPremBadge img {
  margin: 0px 3px 0px 3px;
  border: 1px solid #B2B2B2;
  padding: 1px;
  float: none;
}

#gal .close, #newContactForm .close, #itineraire .close, #menuDetail .close {
  float:right;
  margin-bottom:0;
  margin-left:0;
  margin-right:-38px;
  margin-top:-38px;
  cursor: pointer;
}

#newContactForm {
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  top: 50%;
  left:50%;
  margin-left: -220px;
  margin-top: -380px;
  z-index: 100000;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  border: 10px solid #E0E0E0;
}

#newContactForm form {
  margin: 25px;
}

#newContactForm input, #newContactForm textarea, #newContactForm select {
  padding: 8px;
  border: solid 1px #E5E5E5;
  font: normal 12px Verdana, Tahoma, sans-serif;
  width: 200px;
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/* Default property recognized by some browsers- a Good practice to include it*/
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));/*Chrome and Safari*/
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);/* Firefox Browsers */
}

#newContactForm select {
  width: 70px;
}

#newContactForm textarea {
 width: 400px;
 max-width: 400px;
 height: 150px;
 line-height: 150%;
 }

#newContactForm label {
  margin-left: 10px;
  font: normal 13px Verdana, Tahoma, sans-serif;
}

#newContactForm .submit input {
  font: normal 14px Verdana, Tahoma, sans-serif;
  width: auto;
  padding: 9px 15px;
  background: #617798;
  font-size: 14px;
  color: #FFFFFF;
  cursor:pointer;
}

#newContactForm li {
  list-style: none;
}

#newContactForm h2 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#itineraire {
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  top: 50%;
  left:50%;
  margin-left: -505px;
  margin-top: -400px;
  z-index: 100000;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  border: 10px solid #E0E0E0;
}

#itineraire2 {
  background-color: #f5f5f5;
  position: fixed;
  top: 50%;
  left:50%;
  margin-left: -505px;
  margin-top: -400px;
  z-index: 100000;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  border: 10px solid #E0E0E0;
}



#itineraire #consignes {
  float: left;
  width: 450px;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  margin: 10px;
  margin-right: 0px;
  height: 500px;
}

#itineraire #road {
  float: left;
  height: 500px;
  margin: auto;
  width: 500px;
  margin: 10px;
  margin-left: 0px;
}

#jours .news, #pages .news {
  float: left;
  width: 46%;
}

.roundBox .suite {
  display: none;
}

.roundBox .readMore {
  text-align: center;
  border-top: 1px solid #E0E0E0;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  padding-top: 5px;
  font-style: italic;
}

#gal {
  width: 1000px;
  height: 750px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left:50%;
  margin-left: -500px;
  margin-top: -380px;
  z-index: 100000;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  display: none;
  border: 10px solid #E0E0E0;
}

#galBg {
  display: none;
  background: #000;
  position: fixed; left: 0; top: 0;
  z-index: 10;
  width: 100%; height: 100%;
  opacity: .70;
  z-index: 9999;
}

#gal #galMenu {
  float: left;
  width: 149px;
  background-color: #E0E0E0;
  height: 100%;
}

#gal #galMenu ul {
  margin-top: 60px;
}

#gal #galMenu #logo {
  margin-top: 10px;
}

#gal #galMenu li {
  border: 0px;
  margin: 0px;
  padding: 8px 0px 8px 5px;
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
  font-size: 12px;
}

#gal #galMenu li.selected {
  opacity: 1;
}

#gal #galContent {
  float: left;
  width: 850px;
}

#gal .galPage {
  display: none;
}

#gal .galPage.active {
  display: block;
}

#gal .miniBox {
  background-color: #E0E0E0;
  padding: 5px;
  border-left: 10px solid #f5f5f5;
  border-right: 10px solid #f5f5f5;
}

#gal .miniBox img {
  width: 50px;
  height: 50px;
  border: 1px solid #f5f5f5;
  padding: 2px;
  margin: 2px;
  opacity: 0.5;
}

#gal .miniBox img.selected {
  opacity: 1;
}

#gal .main {
  width: 830px;
  text-align: center;
  padding: 10px;
  height: 600px;
}

#gal .close, #newContactForm .close, #itineraire .close, #itineraire2 .close {
  float:right;
  margin-bottom:0;
  margin-left:0;
  margin-right:-38px;
  margin-top:-38px;
  cursor: pointer;
}

#hebergement td {
  vertical-align: top;
  padding: 5px;
}

#hebergement tr {
  margin: 5px 0px;
}

#hebergement img {
  width: 100px;
  height: 80px;
  border: 1px solid #e0e0e0;
  padding: 2px;
}

#hebergement .miniZoom {
  border: 0 none;
  height: 30px;
  left: 80px;
  margin-top: 45px;
  position: absolute;
  width: 30px;
}

#hebergement .main {
  width: 60%;
}


#hebergement .prix {
  border: 1px solid #303030;
  background-color: #B8CCE3;
  text-align: center;
  height: 65px;
  width: 65px;
  font-size: 12px;
}

#hebergement .prix strong {
  color: #303030;
  font-size: 20px;
  display: block;
  margin: 15px 0px 10px;
}

#hebergement .label {
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  margin-top: 5px;
  border : 1px solid #303030;
  background-color: #009AD2;
  padding: 2px;
  width: 61px;
  text-align: center;
}

#hebergement .label a {
  color: #fff;
  font-weight: bold;
}

#hebergement tr:nth-child(even) td {
  background: none repeat scroll 0 0 #f5f5f5;
}

#hebergement h3 {
    font-size: 14px;
    margin: 8px 0 3px;
    text-decoration: underline;
}

#mapCircuit {
  width: 100%;
  height: 160px;
  border: 1px solid #E6E6E6;
  margin-bottom: 10px;
}

.news, .manifestation {
    border: 1px solid #E0E0E0;
    margin: 5px 0;
    overflow: hidden;
}

.add {
  border: 2px dashed #B5B5B5;
  font-size: 14px;
  text-align: center;
  padding: 20px 4px 0;
  height: 10px;
}


.ac_results li:hover {
  background-color: #009AD2;
}

.ac_over {
  background-color: #009AD2 !important;
}

.ac_results {
   border: 1px solid #93DCFD !important;
}


#agendaMoi .spacer {
  line-height: 25px;
}

#agendaMoi .manif {
  border: 1px solid #B2B2B2;
  clear: both;
  margin-bottom: 10px;
}

#agendaMoi .manif p {
  margin: 4px 0px;
}

#agendaMoi .detail {
  float: left;
  width: 655px;
  padding: 0px 10px;
}

#agendaMoi .more {
  color: #FFFFFF;
  float: left;
  font-size: 30px;
  height: 58px;
  padding-top: 45px;
  text-align: center;
  width: 32px;
}

#agendaMoi .manif .date {
  background-color: #B2B2B2;
  float: left;
  font-size: 17px;
  line-height: 20px;
  padding: 20px 5px 0px 5px;
  width: 100px;
  height: 85px;
  text-align: center;
}

#agendaMoi .manif img {
  float: left;
}

#agendaMoi h2 {
  color: #009AD2;
  font-size: 15px;
  margin: 10px 0 6px;
}

.promo td {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  vertical-align: top;
}


#newdesign .promo h3 {
    margin-top: 0;
    text-decoration: underline;
}


.promo .remise {
    background-color: #B4C8EE;
    border: 1px solid #245CC4;
    font-size: 12px;
    font-weight: bold;
    height: 70px;
    text-align: center;
    width: 70px;
}

.promo li {
  margin: 5px 0px;
}

.promo .remise .montant {
    color: #245CC4;
    font-size: 24px;
    padding: 17px 0;
}

.remise .montant {
    color: #245CC4;
    font-size: 24px;
    padding: 17px 0;
}

.promoGroupe {
    border: 1px solid #9FABC5;
    padding: 10px;
}

.promoGroupe img.left {
    float: left;
    height: 150px;
    margin-right: 15px;
    width: 150px;
}

.tabPromotion {
  border-top: 2px solid #CCCCCC;
  margin-top: 10px;
  width: 100%;
}

.tabPromotion td {
    height: 100px;
    padding: 5px;
    vertical-align: top;
}

.tabPromotion .detail {
    width: 500px;
}

.tabPromotion .detail h4 {
    font-size: 14px;
    margin: 5px 0;
}

.tabPromotion img {
    cursor: pointer;
    height: 80px;
    width: 80px;
}

.tabPromotion .plein {
    background-color: #FFEBD0;
    border: 1px solid #FFBF66;
    text-decoration: line-through;
}

.tabPromotion .promo {
    background-color: #C2EFC3;
    border: 1px solid #43C045;
}

.tabPromotion .plein, .tabPromotion .promo {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    padding-top: 20px;
    text-align: center;
    width: 70px;
}

.tabPromotion .label {
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    padding: 2px;
    text-align: center;
    width: 66px;
}

.enjoy {
    background-color: #CCCCCC;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 15px;
    height: 73px;
    padding: 5px;
    text-align: center;
    width: 85px;
}

#contactForm input[type="text"], #contactForm input[type="submit"] {
  background-color: #F5F5F5;
  border: 1px solid #9FABC5;
  font-size: 0.9em;
  padding: 2px;
  width: 185px;
}

#contactForm span {
    clear: left;
    color: #3A4043;
    display: inline;
    float: left;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 145px;
}

#contactForm textarea {
    background-color: #F5F5F5;
    border: 1px solid #9FABC5;
    font-size: 0.9em;
    height: 290px;
    padding: 2px;
    width: 300px;
}

#contactForm input[type="submit"] {
    cursor: pointer;
    width: 250px;
}

.orangeBox.remise {
  float: none;
  width: auto;
  font-size: 18px;
}

.orangeBox.remise .montant {
  font-size: 40px;
  padding-bottom: 20px;
}

.remise {
    background-color: #B4C8EE;
    border: 1px solid #245CC4;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    width: 75px;
}

.remise .montant {
    color: #245CC4;
    font-size: 24px;
    padding: 17px 0;
}

#newLoisirs #newAnnonceHeb li {
  list-style: none;
  margin: 0px;
}

#newLoisirs #newAnnonceHeb h3 {
  font-size: 13px;
}

#newLoisirs #newAnnonceHeb .hebProx.add {
  width: 440px;
  border-color: #B2B2B2;
  padding: 10px;
  height: auto;
}

#newLoisirs #newAnnonceHeb .hebProx.add a {
  color: #B2B2B2;
  font-weight: bold;
}

.article .section {
  border: 1px solid #B2B2B2;
  float: left;
  margin-right: 33px;
  padding: 1px;
  margin-bottom: 26px;
  text-align: center;
}

.article.tricol .section {
  width: 212px;
}


.utilisateurZoom .section {
  width: 170px;
  height: 160px;
  overflow: hidden;
  font-size: 11px;
  line-height: 15px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.utilisateurZoom .section h2 {
  border: 0px !important;
}

.utilisateurZoom .section:hover {
  border: 1px solid #FF910C;
}

.article h2 {
  color: #303030 !important;
  margin-bottom: 6px !important;
  padding: 0px !important;
}

.rssWidget {
  margin: 0px auto;
  width: 238px;
  padding: 5px;
}

.zoomBox {
  float: right;
  border: 1px solid #CCC;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}

.zoomBox img {
  margin: 10px;
}

#newdesign .zoomBox h3 {
  background-color: #e0e0e0;
  margin: 0px;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.zoomBox #tele {
  font-weight: bold;
}

.zoomBox td, .zoomBox th {
  font-size: 12px;
  text-align:center;
  border-top: 1px solid #9FABC5;
  padding: 5px 0px;
}

.zoomBox th {
  text-align: left;
  font-weight: bold;
  padding-right: 2px;
}

#mapLarge {
  height:250px;
  width:706px;
}

.article .sectionDetail {
  border: 1px solid #9FABC5;
  padding: 2px;
  padding-right: 20px;
}

.article .sectionDetail img {
  float: left;
  margin: 5px 15px 0px 5px;
}

#guide.article .sectionDetail h2 {
  font-size: 16px;
  display: block;
  margin: 5px 0px 2px !important;
}

#guide.article .sectionDetail li {
  margin: 0px;
}

.article .sectionDetail a {
  text-decoration: underline;
}

.circuitPhoto {
  float: right;
  margin: 0px 0px 15px 15px;
  width: 350px;
}


.grandePhoto {
  width:360px;
  float: left;
}

.circuitPhoto .grandePhoto {
  float: none;
}

.grandePhoto img {
  max-width: 350px;
}

#newAnnonceHeb .add, #hebergement .add {
  height: 30px;
  margin-top: 10px;
}

.listHebergement .add {
  height: 30px;
  padding-top: 5px;
}

.sponsor{
  width:150px;
  height:150px;
  float:left;
  margin: 8px;
  position:relative;
  cursor:pointer;
}

.sponsorFlip{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  border:1px solid #C2C2C2;
  background: #F9F9F9 url('/images/frontend/structure/backgroundFlip.jpg') no-repeat scroll center center;
}

.sponsorFlip:hover{
  border:1px solid #999;
  /* CSS3 inset shadow: */
  -moz-box-shadow:0 0 30px #999 inset;
  -webkit-box-shadow:0 0 30px #999 inset;
  box-shadow:0 0 30px #999 inset;
}

.sponsorFlip h3 {
  margin-top:45px;
  text-align: center;
  line-height: 30px;
}

.sponsorData{
  /* Hiding the .sponsorData div */
  display:none;
}

.sponsorDescription{
  font-size:11px;
  padding: 5px;
  font-style:italic;
}

.miniRight {
  font-size:0.9em;
  margin-right:20px;
  margin-top:30px;
  text-align:right;
}

#sortie .join, #sortie .temoignages, #sortie .stats {
  background: #FFF url('/images/frontend/structure/devenez-annonceur.png') no-repeat 10px center;
}


.devenez h2 {
  color:#303030;
  font-family:infoRegular;
  font-size:18px;
  margin:10px 0 10px;
}

#sortie .promo, #sortie .join {
background-position: 0px -1px;
}

#sortie .hiver, #sortie .temoignages {
background-position: 0px -65px;
}

#sortie .thermal, #sortie .stats {
background-position: 0px -129px;
}

#sortie h3 {
  font-weight:normal;
  margin:10px 0 0 60px;
}

.temoignage {
  clear: left;
  margin-top: 5px;
}

.temoignage h3 {
  background-color: #DCDCDC;
  margin: 0px;
  padding: 5px;
  font-size: 1.1em;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url('./border-radius.htc');
}

.temoignage h4 {
  color: #9FABC5;
  font-weight: bold;
  font-size:1.1em;
  margin-top:20px;
  text-align:center;
}

.temoignage .content {
  background: #FFFFFF url(/images/structure/footerBg.gif) repeat-x scroll 0 0;
  border: 1px solid #DCDCDC;
  display: none;
}

.temoignage .demande, .temoignage .gain {
  float: left;
  margin-right: 10px;
  padding: 5px;
}

.temoignage .demande {
  width: 350px;
}

.temoignage .gain {
  width: 310px;
  text-align: center;
}

.temoignage .gain h4 {
  margin-top: 40px;
  text-align: left;
  color: #404040;
  font-weight: normal;
  font-style: italic;
}

.temoignage ul {
  margin: 10px 0px;
  border-right: 1px solid #DCDCDC;
  padding: 10px;
  border-bottom: 0px;
}

.temoignage li {
  font-size: 1em;
  border-bottom: 1px solid #DCDCDC;
  line-height: 20px;
  padding: 0px 5px;
}

.temoignage .montant {
  color:#E66A23;
  font-size: 2.2em;
  line-height: 40px;
  font-weight:bold;
  margin-top: 80px;
}

#pub {
  float: left;
  z-index: 1;
}

#pub img {
  border : 1px solid #EBEBEB;
}

#pub.pub2 {
  float: right;
  margin: 0px 0px 15px 15px;
}

#pub {
  float: left;
  z-index: 1;
}

#pub img {
  border : 1px solid #EBEBEB;
}

#pub.pub2 {
  float: right;
  margin: 0px 0px 15px 15px;
}

.article .add {
  height: 30px;
}

#guide {
  float: left;
  width: 716px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
  box-shadow: 0 0 6px rgba(0,0,0,.16);
  border: solid 1px rgba(189,189,189,.39);
  margin-bottom: 10px;
  padding: 20px 10px;
  position: relative;
}

#guide h2 {
  color: #303030;
  display: inline;
  font-family: infoRegular;
  font-size: 16px;
  padding-right: 5px;
}

#guide hr {
  margin-bottom: 8px;
  color: #303030;
  margin-top: -1px;
}

#newdesign.utilisateurZoom h3 {
  font-size: 13px;
  display: block;
  height: 30px;
  overflow: hidden;
  color: #485166 !important;
  text-decoration: none;
  margin: 5px auto;
}

#guide h3 {
  text-decoration: none;
  margin: 5px auto;
  font-weight: bold;
}

.article .filtre {
  background-color:#B2B2B2;
  padding: 4px;
  margin-bottom: 15px;
}

#newdesign.article .filtre h2 {
  color: #303030;
  border: 0px;
  font-family: infoRegular;
  margin-right : 15px;
  display: inline;
  font-size: 16px;
  padding-right: 5px;
  font-weight: normal;
}

#guide .odd {
font-family: infoRegular;
font-size: 15px;
margin: 8px 0px 2px;
}

.rightFloat {
  width: 250px;
  float: right;
}

.orangeBox h2 {
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #ffc73b;
  text-align: center;
  padding-bottom: 5px;
  margin: 0px 0px 10px 0px;
  color: #FFF;
}

.orangeBox a {
  display: block;
  color: #333333;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform:uppercase;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
  background-image: -moz-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
  background-image: -o-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
  background-image: -ms-linear-gradient(top, #ffc73b, #e08412 20%, #fe920c);
  background-image: linear-gradient(to bottom, #ffc73b, #e08412 20%, #fe920c);
  border:1px solid #FFC73B;
  padding: 10px;
  margin-top: 15px;
}

.orangeBox p {
  font-family: Helvetica,Arial sans-serif;
  font-size: 13px;
}

.leftIco {
  float: left;
  margin: 5px 20px 20px 0px;
}

.rightIco {
  float: right;
  margin: 5px 0px 0px 20px;
}

/*
#widgetTrivago
{
        background-color:#FFFFFF;
        border-style:solid;
        border-color:#8c8c8c;
        border-width:1px;
        display:block;
        font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
        margin:0px;
        width:150px;
        height:307px;
        cursor:pointer;
}

#widgetTrivago a.logo
{
        text-decoration: none;
      cursor:pointer;
}

#widgetTrivago a.logo .logo
{
        margin-left:5px;
        margin-top: 5px;
        width:141px;
        height:51px;
        float:left;
        border:0px;
}

#widgetTrivago .slogan
{
        margin-left:6px;
        line-height:15px;
        font-size:12px;
        font-weight:normal;
        width:140px;
        color:#777777;
        margin-bottom:4px;
}

#widgetTrivago .header
{
        margin-left:0px;
        line-height:18px;
        font-size:12px;
        font-weight:normal;
        width:150px;
        color:#fff;
        margin-bottom:0px;
        padding-top:2px;
        height:20px;
        background-image: -moz-linear-gradient(center top , #919191, #737373);
        background-color:#737373;
        overflow:hidden;
}

#widgetTrivago .header .space
{
        padding-left: 6px;
        overflow: hidden;
}

#widgetTrivago .texta
{
        text-decoration:none;
        display:block;
        width:150px;
        height:63px;
        background-color: #F5F5F5;
        background-image: -moz-linear-gradient(center top , #FAFAFA, #F5F5F5);
        border-bottom-color: #DDDDDD;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-color: #FFFFFF;
        border-top-style: solid;
        border-top-width: 1px;
}

#widgetTrivago .liste
{
        line-height:15px;
        font-size:12px;
        font-weight:normal;
        color:#000;
        margin-left:0px;
        width:143px;
        margin-bottom:0px;
        padding-left:7px;
        padding-top:2px;
        height:63px;
        overflow:hidden;
        cursor:pointer;
}

#widgetTrivago .texta:hover
{
        color:#0030CD;
        background-color:#fff;
        background-image:url(http://il2.trivago.com/images/layoutimages/new_design_3/arrow_right.png);
        background-repeat:no-repeat;
        background-position:right;
        border-bottom-color: #DDDDDD;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-color: #FFFFFF;
        border-top-style: solid;
        border-top-width: 1px;
        text-decoration:underline;
}

#widgetTrivago .city1
{
        background-image:url(http://imgll.trivago.com/uploadimages/23/03/23033_s.jpeg)
}

#widgetTrivago .city2
{
        background-image:url(http://imgll.trivago.com/uploadimages/56/38/5638942_s.jpeg)
}

#widgetTrivago .city3
{
        background-image:url(http://imgll.trivago.com/uploadimages/21/34/21340_s.jpeg)
}



#widgetTrivago .picture
{
        margin-left:0px;
        margin-top: 3px;
        margin-right: 8px;
        width:54px;
        height:54px;
        border-radius:3px;
        float:left;
        box-shadow: 0 0 4px -1px #000000 inset;
}

#widgetTrivago .text
{
        margin-top: 2px;
        float:left;
        width:65px;
}

  */

.trivago_destination_hotel {
background-color:#FFFFFF;
border:1px solid #cccccc;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
margin:0;
overflow:hidden;
padding:0;
width:230px;
    position: relative;
}

.trivago_destination_title {
color:#000000;
display:block;
font-size:15px;
font-weight:bold;
letter-spacing:0;
margin-left: 8px;
padding-bottom:4px;
text-decoration:none;
text-indent:0;
    font-weight: normal;
}

.trivago_destination_hotel ul
{
    height: 40px;
    list-style: none outside none;
    margin: 4px 0 4px 3px;
    padding: 0;
    width: 100%;
}

.trivago_destination_hotel li {
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    width: 30%;
}
.trivago_destination_hotel li:last-child
{
    margin-right: 0;
}

.trivago_destination_tab_active {
    border: 1px solid #ccc;
    color: #444;
    display: block;
    float: left;
    font-family: Arial,Helvetica,Sans,Sans-Serif;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 100%;
    border-radius: 2px;
    cursor: default;
}

.trivago_destination_tab {

    border: 1px solid #EEEEEE !important;
    color: #999999;
    display: block !important;
    float: left !important;
    font-family: Univers,Arial,Helvetica,Sans,Sans-Serif !important;
    font-size: 12px !important;
    height: 30px;
    letter-spacing: 0 !important;
    line-height: 30px;
    text-align: center;
    text-indent: 0 !important;
    text-decoration: none;
    width: 100%;
    border-radius: 2px;
    background-color: #f6f6f6;
}
.trivago_destination_tab:hover
{
    background-color: #FFF;
    color: #444;
}
.trivago_destination_hotel_body_toplist {
    background-image: url("http://ie1.trivago.com/images/layoutimages/widgets/shadow_top.png");
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 8px;
    margin: 4px;
    padding: 6px 0 0;
}

.trivago_destination_hotel_headline {
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
font-weight:bold;
letter-spacing:0;
margin:0 0 8px;
overflow:hidden;
padding:0;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_body_toplist ul {
    list-style:none outside none;
    margin:0;
    padding:0;
    height: 188px;
}

.trivago_destination_hotel_body_toplist li {
    clear:both;
    height:34px;
    list-style:none outside none;
    margin:0;
    padding: 4px 0 0;
    display:block;
    float:none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.trivago_destination_hotel_body_toplist li:hover {
    background-color: #f6f6f6;
    background-image: url("http://il2.trivago.com/images/layoutimages/new_design_3/arrow_right.png");
    background-position: right;
    background-repeat: no-repeat;
}
.trivago_destination_hotel_body_toplist li:last-child
{
    border-bottom: none;
}
.trivago_destination_hotel_body_toplist ul li a {
border:0 none;
clear:both;
display:block;
height:30px;
padding:0;
text-decoration:none;
}

.trivago_destination_hotel_body_toplist ul li img {
border:0 none;
display:block;
float:left;
height:30px;
margin:0 4px 0 0;
text-decoration:none;
width:30px;
    border-radius: 2px;
}

.trivago_destination_hotel_position {
background-color:#CCCCCC;
border:0 none;
color:#FFFFFF;
display:none;
float:left;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-weight:bold;
height:40px;
letter-spacing:0;
line-height:40px;
margin:0 4px 0 0;
padding:0 2px;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_group {
border:0 none;
color:#999999;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
text-decoration:none;
text-indent:0
}

.trivago_destination_hotel_group img {
border:0 none !important;
display:inline !important;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif !important;
letter-spacing:0 !important;
margin:2px 0 -2px 2px !important;
text-decoration:none !important;
text-indent:0 !important;
float:none !important;
height:auto !important;
width:auto !important;
}

.trivago_destination_hotel_name {
border:0 none;
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_footer {

}

.trivago_destination_hotel_action_link {
border:0 none;
color:#000000;
display:block;
float:right;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
line-height:32px;
margin:0;
overflow:hidden;
padding:0;
text-decoration:underline;
text-indent:0;
}

.trivago_destination_hotel_logo_link {
border:0 none;
color:#000000;
display:block;
float:right;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
margin:0;
overflow:hidden;
padding:0;
text-decoration:none;
    display: none;
text-indent:0;
}

.trivago_destination_hotel_logo_link img {
border:0 none;
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
margin:0;
overflow:hidden;
padding:0;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_body_image {
clear:both;
display:block;
margin:4px;
padding:0;
}

.trivago_destination_hotel_image_box {
border:1px solid #EEEEEE;
margin:2px 8px;
}

.trivago_destination_hotel_image_link {
border:0 none;
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
margin:2px auto;
text-align:center;
text-decoration:underline;
text-indent:0;
}

.trivago_destination_hotel_image_link img {
border:0 none;
display:block;
margin:2px auto;
text-align:center;
}

.trivago_destination_hotel_item_link {
border:0 none;
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
margin:2px auto;
text-align:center;
text-decoration:underline;
text-indent:0;
}

.trivago_destination_hotel_path_link {
border:0 none;
color:#999999;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
margin:2px auto;
text-align:center;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_action_box {
text-align:center;
}

.trivago_destination_hotel_action_previous {
color:#000000;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
padding:0 8px;
text-decoration:underline;
text-indent:0;
}

.trivago_destination_hotel_action_next {
border-left:1px solid #EEEEEE;
color:#000000;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:9px;
letter-spacing:0;
padding:0 8px;
text-decoration:underline;
text-indent:0;
}

.trivago_destination_hotel_body_opinion {
clear:both;
display:block;
margin:4px;
padding:0;
}

.trivago_destination_hotel_body_opinion ul {
list-style:none outside none;
margin:0;
padding:0;
    height: auto;
}

.trivago_destination_hotel_body_opinion ul li {
float:none !important;
    width: 100%;
}

.trivago_destination_hotel_opinion_item {
background-color:#EEEEEE;
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
overflow:hidden;
padding:4px 6px;
text-decoration:none;
text-indent:0;
white-space:nowrap;
}

.trivago_destination_hotel_opinion_item span {
color:#999999;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
letter-spacing:0;
padding-right:2px;
text-decoration:none;
text-indent:0;
}

.trivago_destination_hotel_opinion_title {
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
font-style:italic;
letter-spacing:0;
overflow:hidden;
padding:4px 6px;
text-decoration:none;
text-indent:0;
white-space:nowrap;
}

.trivago_destination_hotel_opinion_title {
color:#000000;
display:block;
font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
font-size:12px;
font-style:italic;
letter-spacing:0;
overflow:hidden;
padding:4px 6px;
text-decoration:none;
text-indent:0;
white-space:nowrap;
}
.trivago_widget_overflow
{
    width:100%;
    height:94px;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:0;
    background-position: 120px 0;
}
.trivago_widget_opacity
{
    width: 180px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    background:
        -moz-linear-gradient(
            left center,
            rgba(255,255,255,1.0) 0%,
            rgba(255,255,255,0.0) 75%);
    background: -webkit-gradient(
        linear,
        left center,
        right center,
        color-stop(0.00, rgba(255,255,255,1.0)),
        color-stop(0.75, rgba(255,255,255,0.0)));

    background: -webkit-linear-gradient(
        linear,
        left center,
        right center,
        color-stop(0.00, rgba(255,255,255,1.0)),
        color-stop(0.75, rgba(255,255,255,0.0)));

    background: -khtml-gradient(
        linear,
        left center,
        right center,
        color-stop(0.00, rgba(255,255,255,1.0)),
        color-stop(0.75, rgba(255,255,255,0.0)));

    background: -o-linear-gradient(
        left,
        rgba(255,255,255,1.0),
        rgba(255,255,255,0.0)
    );

    background-image: -ms-linear-gradient(
        right,
        rgba(255,255,255,1.0),
        rgba(255,255,255,0.0));

    background-image: linear-gradient(
        to right,
        rgba(255,255,255,1.0),
        rgba(255,255,255,0.0));


    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFFFF', EndColorStr='#00FFFFFF', GradientType=1)";
}
.trivago_widget_text
{
    position: relative;
    z-index: 2;
    background-image: url("http://ie2.trivago.com/images/poiimages/widgets/31029_widget_s.jpg");
    background-position: right center;
    background-repeat: no-repeat;
}
.trivago_widget_text > img
{
    margin-top:4px;
    margin-left: 4px;
}


.manif h3 {
  color:#485166;
  font-size:14px;
  margin:15px 0 8px;
  text-decoration:underline;
}

.manif li {
  list-style: disc inside;
  margin-bottom: 5px;
}

#agenda .manif li {
  list-style: none;
}

.manif .float>li {
  float:left;
  margin-right:20px;
  width:40%;
}

.hebLeft {
  border:1px solid #CCCCCC;
  width: 100%;
  overflow: hidden;
  padding: 5px;
  width: 215px;
}

.hebLeft img {
  border:1px solid #CCCCCC;
  float:left;
  margin-right:5px;
  padding:1px;
}

.hebLeft li {
  padding:2px 0 2px 105px !important;
  background-position: 87px center !important;
}

.hebLeft h3 {
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:13px;
  font-weight:bold;
  margin:0 0 3px !important;
  padding:0;
  text-align:left;
  text-decoration:initial;
}

.hebLeft .cat {
  padding-left: 80px !important;
}

.h2 {
  margin-bottom: 15px;
}

.topTourisme {
  border-bottom: 1px solid #CCC;
  padding: 6px;
}

.topTourisme img {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

#newdesign .topTourisme h3 {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  margin: 5px;
  padding: 0px 0px 4px 0px;
  font-weight: bold;
}

.topTourisme .incontournable {
  padding: 5px;
  clear: left;
  margin-bottom: 5px;
  background-color: #eee;
  font-weight: bold;
}

.roundBox.menu table {
  width: 100%;
  margin: 10px 0px;
}

.roundBox.menu td {
  font-size: 14px;
}

.roundBox.menu td.price {
  font-weight: bold;
}

.repasDetail {
  display: none;
}

.repas {
  text-align: center;
  max-height: 800px;
  overflow: auto;
}

.repas h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

#menuDetail {
  display: none;
  background-color: #f5f5f5;
  min-width: 400px;
  position: fixed;
  top: 50px;
  left:50%;
  margin-left: -220px;
  padding: 15px;
  z-index: 100000;
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  -moz-border-radius: 6px; /* FF1-3.6 */
  border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  border: 5px solid #E0E0E0;
}

.formItem.even {
    background-color:#F3F3F3;
}

.center {
  text-align: center;
}

.roundBox.orangeBox.large {
  font-size: 21px;
  line-height: 24px;
}


#newdesign .article1 h2 {
  font-size: 15px;
  margin: 15px 0 10px;
}

#newdesign .article1 h3 {
  margin: 10px 0px 5px;
}

#left #newAnnonceHeb.tour {
  margin-top: 11px;
}

#left #newAnnonceHeb.tour h4 {
  border-bottom: 1px solid #CCC;
  font-size:11px;
  font-weight:bold;
  margin:0 0 3px !important;
  padding:0;
  text-align:left;
  text-decoration:none;
}

#left #newAnnonceHeb.tour .box {
  background-color: #FFEBD0;
  border: 1px solid #FFBF66;
  margin: 5px 0px 0px 60px;
  padding: 3px;
  text-align:center;
  color: #303030;
}


#left #newAnnonceHeb.tour .box strong {
  font-size: 14px;
}

#left #newAnnonceHeb.tour .det2 {
  height: 55px;
}

#left h3.box, #hebActiviteTourisme h3.box {
  font-size: 16px;
  font-family: infoRegular;
  color: #FFF;
  line-height: 20px;
}

#hebActiviteTourisme.roundBox {
  padding-top: 15px;
}

#left #newAnnonceHeb.tour li {
  background-position: 60px center;
  color: #303030;
  padding-left: 80px;
}

#left .agenda li, #hebActiviteTourisme #tourisme li {
  list-style: none;
  border: 1px solid #B2B2B2;
  float: left;
  margin: 0 5px 5px 0px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  height: 90px;
  width: 104px;
}

#hebActiviteTourisme #tourisme li {
  font-size: 11px;
  height: 89px;
  padding: 1px;
  text-align: center;
  width: 98px;
}

#left .agenda ul, #hebActiviteTourisme ul {
  margin-top: 13px;
}

#left .agenda .date, #hebActiviteTourisme #tourisme .date {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  margin-top: 25px;
  opacity: 0.8;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  top: 32px;
  width: 105px;
}

#hebActiviteTourisme #tourisme .date {
  width: 100px;
}

.showMore {
    background-color: #DDDDDD;
    color: #303030;
    display: block;
    font-weight: bold;
    padding: 3px 10px;
    text-align: right;
}

.circTourisme {
  margin-top: 5px;
  clear: both;
  padding: 5px;
  min-height: 140px;
}

.circTourisme.odd {
  background-color: #DDD;
  border-bottom: 1px solid #B2B2B2;
}

.circTourisme img {
  border: 1px solid #CCCCCC;
  float: none;
  height: 75px;
  margin: 0 3px;
  padding: 1px;
  width: 100px;
}

.circTourisme .rightInfo {
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FF910C;
  margin-left: 15px;
  padding: 10px;
  width: 190px;
  background: #FF910C;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF910C), to(#fe6b0e));
  background: -webkit-linear-gradient(#FF910C, #fe6b0e);
  background: -moz-linear-gradient(#FF910C, #fe6b0e);
  background: -ms-linear-gradient(#FF910C, #fe6b0e);
  background: -o-linear-gradient(#FF910C, #fe6b0e);
  background: linear-gradient(#FF910C, #fe6b0e);
}

.circTourisme li {
  list-style: none outside none !important;
  margin: 5px 0px !important;
  border-bottom: 1px dotted #FFF;
  padding-bottom: 3px;
}

.circTourisme a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  background-color: #707070;
}

.circTourisme h4 {
  font-size: 13px;
  font-weight: bold;
}

#itineraire #newAnnonceHeb {
  float: left;
  width: 450px;
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  margin: 10px 0px;
  height: 500px;
}

#itineraire #road2, #gmapp {
  float: left;
  height: 500px;
  margin: auto;
  width: 1000px;
  margin: 10px 0px 10px 10px;
}

.infoBulle {
  height: 90px;
  width: 420px;
}

.infoBulle .hide {
  display: block;
  color: #505050;
  font-size: 12px;
  line-height: 15px;
}

.infoBulle .date {
  font-weight: bold !important;
  font-size: 13px !important;
}

/* SKI */
.sectionSki {
  float: left;
  width: 200px;
  border: 1px solid #CCC;
  margin: 5px 5px 0px 0px;
  width: 347px;
  padding: 2px;
}

.sectionSki a p {
  color: #505050;
  margin: 4px 0px;
}

.sectionSki img {
  float: left;
  height: 90px;
  width: 120px;
  margin-right: 4px;
  border-right: 1px solid #CCC;
}

.sectionSki h3 {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-size: 13px;
  color: #009AD2;
  padding-bottom: 2px;
}

.italic {
  font-style: italic;
}

#guide.large h2 {
  font-size: 20px;
}

#guide.large .showMore {
  margin: 5px 5px 15px 0;
}

.hide {
  display: none;
}

.part img {
  width: 110px;
}

.barred {
  padding: 5px;
}

.barred li {
  border-bottom: 1px solid #CCC;
  padding: 5px 2px;
}

#newdesign #shareBar, #ciPr #shareBar, #oldesign #shareBar {
 position: absolute;
 right: -100px;
}

#guide #shareBar {
  position: absolute;
  left: -100px;
}

#shareBar>span {
  display:block;
}

#shareBar .googleplus {
  font-size: 8px;
}

#res table #left {
  padding-left: 10px;
  float: none;
  vertical-align: top;
}

#res .oddd {
  background-color: #DDDDDD;
}

.rP .triBox {
  height:100px;
}

.siteParis li {
  float:left;
  border: 1px solid #B2B2B2;
  list-style: none outside none;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
  height: 89px;
  padding: 1px;
  text-align: center;
  width: 170px;
}

.siteParis li .date {
  width: 170px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  margin-top: 25px;
  opacity: 0.8;
  padding-top: 5px;
  position: absolute;
  top: 42px;
}

#res #newAnnonceHeb li {
  list-style: none outside none;
  margin: 0;
}

#res #newAnnonceHeb h3 {
  font-size: 13px;
  color: #009AD2;
  margin: 15px 0px 10px;
}

#res .fLeft {
  width: 450px;
}

#res #newAnnonceHeb .detail img {
  width:100px;
  height:75px;
}

#res .fRight {
  width: 240px;
}

#res .fRight a {
  color: #009AD2;
}

.noBorder {
  border: 0px !important;
}
