* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #95ACCB;
  font-family:arial,helvetica,clean,sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #202020;
}

#content {
  width: 1000px;
  margin:auto;
  background-color: #FFFFFF;
}

#header {
  background: #FFFFFF url('/images/frontend/structure/header.png');
  height: 124px;
}
.manifestations img{
  width: 267px;
  height: 80px;
}

#flag {
  float:right;
  margin-right:10px;
}

#menu {
  background: #FFFFFF url('/images/frontend/structure/menu.png') repeat;
  height: 35px;
  position: relative;
  top: 90px;
  z-index: 99;
}

#menu .bouton>a {
  color: #FFF;
}

#menu>ul {
  margin-left: 260px;
}

#menu .bouton {
  padding: 8px 4px;
  cursor: pointer;
  float: left;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
}

#menu .bouton:hover>a {
  color: #9FABC5; 
}

#menu .bouton:hover {
  background-color: #FFF;
  color: #9FABC5; 
  border-top: 2px solid #9FABC5;
  border-bottom: 2px solid #9FABC5;
}

#menu .boutonSub:hover {
  border-bottom: 2px solid #FFF;
}

#menu .subMenu {
  background-color: #FFF;
  position: absolute;
  top: 35px;
  margin-left: -11px;
  display: none; 
  z-index: 99999;
  border: 2px solid #9FABC5;
  border-top: 0px;
  padding-top: 10px;
}

#menu .subMenu li a {
  color: #404040;
  font-size: 13px;
  padding: 8px;
  background:#FFFFFF url(/images/frontend/structure/sprite.png) no-repeat scroll 8px 4px;
  background-position: -2px -268px;
  padding-left:40px;
  display: block;
}

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

#leftActivite li.activated {
  background-color: #E0E0E0; 
}

#leftActivite li:hover {
  background-color: #E0E0E0; 
}

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

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

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

#menu .subMenu li.residence a {
  background-position: -2px -312px;
}

#menu .subMenu li.meuble a {
  background-position: -2px -488px;
}

#menu .subMenu li.camping a {
  background-position: -2px -532px;
}

#menu .subMenu li.village-vacance a {
  background-position: -2px -356px;
}

#menu .subMenu li.chambre-d-hote a {
  background-position: -2px -444px;
}

#menu .subMenu li.gite a {
  background-position: -2px -400px;
}

#menu .subMenu li.musee a {
  background-position: -2px -882px;
}

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

#menu .subMenu li.monument a {
  background-position: -2px -926px;
}

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

#menu .subMenu li.ville a {
  background-position: -2px -838px;
}

#menu .subMenu li.cinema a {
  background-position: -2px -663px;
}

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

#menu .subMenu li.parc a {
  background-position: -2px -1006px;
}

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

#menu .subMenu li.sortie a {
  background-position: -2px -1050px;
}

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

#menu .subMenu li.balneaire a {
  background-position: -2px -1088px;
}

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

#menu .subMenu li.hiver a {
  background-position: -2px -1130px;
}

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

#menu .subMenu li.thermal a {
  background-position: -2px -1170px;
}

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

#menu .subMenu li.bowling a {
  background-position: -2px -620px;
}

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

#menu .subMenu li.golf a {
  background-position: -2px -796px;
}

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

#menu .subMenu li.casino a {
  background-position: -2px -708px;
}

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

#menu .subMenu li.karting a {
  background-position: -2px -752px;
}

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

#menu .subMenu li.restaurant a {
  background-position: -2px -576px;
}

#menu .subMenu li a:hover {
  background-color: #EBEBEB;
}

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

#leftMap {
  padding-top: 10px;
}

#map {
  background-color: #ebebeb;
}

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

#leftSearch {
  padding-top: 7px;
}

#leftSearch input[type="text"] {
  float:left;
  margin: 2px 2px 0 31px;
  width: 160px;
  background-color:#F5F5F5;
  border:1px solid #9FABC5;
  padding:2px;
  font-size:0.9em;
}


#leftSearch input[type="image"] {
  border: none;
  background: none;
}

#leftMapOutline {
  background: #B3C3E4 url(/images/frontend/structure/LMCarteSelected.gif) no-repeat scroll 250px 250px;
  display:block;
  height:195px;
  width:168px;
  margin: auto;
}

#nomRegSpace {
  height:54px;
  padding-top: 6px;
}

#nomReg {
  background:transparent url(/images/frontend/structure/LMCarteTooltip.png) repeat scroll 0 0;
  display:none;
  font-size:12px;
  font-weight:bold;
  height:14px;
  margin-left:7px;
  padding:11px 10px;
  text-align:center;
  width:189px;
  margin: auto;
}

#actu, #sortie, #partenaire2 {
  padding: 0px 5px;
  margin: 20px 0px;
}

#actu h2, #sortie h2, #partenaire h2, #partenaire2 h2, #leftActivite h2 {
  font-weight: normal;
  border-bottom: 1px solid #202020;
  padding: 0px 0px 5px 10px;
  color: #000;
  font-size: 18px;
}

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

#leftActivite .tourisme:hover {
  background-color: #E0E0E0;
}

#leftActivite .tourisme img {
  width: 50px;
  height: 40px;
  margin-top: 0px;
}

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

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

#actu img, .news img, .manifestation img {
 float: left;
 border: 1px solid #EBEBEB; 
 margin: 0px 8px;
}

.manifestation.search {
  width: 48%;
  float: left;
  margin-right: 10px;
}

#actu h3 {
  font-size: 12px;
}

#actu img, .news img {
  width: 42px;
  height: 42px;
}

.manifestation img {
  width: 60px;
  height: 60px;
  margin-top: 5px;
}

.manifestation h3 {
  font-size: 13px;
}

.manifestation {
  height: 65px;
}

.manifestation .date {
  font-weight: bold;
  margin-top: 3px;
}

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

.triColumn.news, #jours .news, #pages .news {
  margin-right: 10px;
}
#pages .line {
  border-bottom-width: 1px;
}

#pages .line .title {
  bottom: 0px;
  font-size: 13px;
}

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

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

#list .news.text h3 {
  padding-left: 10px;
  width: 180px;
}

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

.newsPubText {
  width: 175px;
  float: left;
}

#partenaire .newsPubText a {
  margin: 0px;
}

#list .all {
  display:none;
}

#list .all h3 {
  background:#FFFFFF url(/images/frontend/structure/sprite.png) no-repeat scroll -10px -974px;
  padding-left:25px;
  width:200px;
}

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

#list .more {
  margin-top: 10px;
  clear: left;
}

#list h2.line {
  clear: left;
  font-size: 13px;
}

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

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

#sortie .promo, #sortie .hiver, #sortie .thermal {
  background: #FFF url('/images/frontend/structure/sprite.png') no-repeat 10px center;
}

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

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

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

#partenaire {
  background-color: #EBEBEB;
  padding: 10px 0px;
  margin: 0px 5px;
}

#partenaire a, #partenaire2 a {
  width: 228px;
}

#partenaire img, #partenaire2 img {
  border: 1px solid #E6E6E6;
}

.add {
  font-size: 14px;
  text-align: center;
  padding: 8px 0px;
  border: 2px dashed #B5B5B5;
  color: #B5B5B5
  font-weight: bold;
}

#partenaire .add, #partenaire2 .add {
  padding: 40px 0px;
  margin: 5px auto;
  display: block;
}

.likibu {
  border: 1px solid #B5B5B5;
  margin: 10px 5px;
  padding: 5px;
  text-align: center;
  background-color: #EE7C0A;
}

.likibu a {
  text-decoration: underline;
}

.imageUne {
  display:block;
  width: 240px;
  height: 97px;
  margin: auto;
}

#groupe span {
  position: relative;
  top: -1000px;
}

.groupeForm input {
  width: 100%;
}

#right {
  width: 720px;
  float: right;
  padding: 0px 15px;
}

#une {
  margin: 32px 0px;
}

#accroche {
  font-size: 14px;
  line-height: 22px;
  width: 330px;
  text-align: justify;
  float: left;
  margin-right: 18px;
  margin-bottom: 30px;
}

#accroche h1 {
  text-align: left;
}

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

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

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

#hebergementAcc {
  clear: left;
}

#hebergementAcc #search {
  width: 320px;
  height: 217px;
  background: transparent url('/images/frontend/une/hebergementBg.png') no-repeat;
  margin-top: 20px;
  border-bottom: none;
  padding: 3px 15px;
}

#hebergementAcc #search h3 {
  text-decoration: underline;
  color:#000000;
}

#hebergementAcc #search form {
  margin-top: 95px;
}

#hebergementAcc #search label {
  clear: both;
  display: block;
  float: left;
  width: 60px;
}

#hebergementAcc #search input, #hebergementAcc #search select {
  float: left;
  width: 250px;
  margin-bottom: 5px;
  background:#FCFCFC none repeat scroll 0 0;
  color:#4C4C4C;
  border: 1px solid #CCCCCC;
}

#hebergementAcc #search input.err, #hebergementAcc #search select.err {
  border: 1px solid red;
  background-color: #FFD4D4;
}

#hebergementAcc #search #hebSub {
  margin-left: 60px;
  cursor: pointer;
}

.line {
  border-bottom-style:solid;
  border-bottom-width:2px;
  position:relative;
  height:17px;
}

.line .title {
  background-color:#FFFFFF;
  position:absolute;
  bottom:-6px;
  left:0;
  font-weight: bold;
  padding-right: 5px;
}

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

.zone.biColumn {
  width: 170px;
}

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

.triColumn.service {
  width: 215px;
}

#circuit .line .color, #circuit h3, .line.green .color {
  color: #7bb01f;
}

#circuit .line, #monument .line, #ville .line, #hebergementAcc .line {
  border-bottom-width: 4px;
}

#circuit .line, .line.green {
  border-color: #7bb01f;
}

#circuit h2, #monument h2, #ville h2, #hebergementAcc h2 {
  font-size: 18px;
}

#circuit h3, #monument h3, #ville h3, #hebergementAcc h3 {
  font-weight: bold;
}

.circuits a {
  text-decoration: underline;
}

.circuits h2 {
  margin-bottom: 25px;
}

.circuits h3 {
  font-size:14px;
  margin-top:6px;
  color:#485166;
  font-weight: bold;
}

.circuits h4 {
  margin: 8px 0px;
  color:#485166;
}


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

.leftColThin {
   width: 320px;
}

.rightColLarge {
  width: 360px;
}

.leftColLarge {
  width: 400px;
}

.rightColThin {
  width: 280px;
}

.rightCol.padding {
  padding-top: 39px;
}

#jours .leftCol {
  width: 300px;
  margin-right: 20px;
}

#jours .rightCol {
  width: 350px;
}

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

#pages .rightColThin .news {
  width: 100%;
}

#ville div, #monument div, #hebergementAcc div, #circuit div {
  text-align: justify;
  padding: 10px 0px;
  border-bottom:1px solid #EDEDED;
}

#monument, .leftCol, .leftColLarge, .leftColThin, #hebergementAcc {
  margin-right: 20px;
}

#monument .line .color, #monument h3, .line.orange .color {
  color: #EE7C0A;
}

#monument .line, .line.orange {
  border-color: #EE7C0A;
}

#ville .line .color, #ville h3, .line.purple .color {
  color: #a541a4;
}

#ville .line, .line.purple {
  border-color: #a541a4;
}

.line.yellow .color, #hebergementAcc h3 {
  color: #F7C902;
}

.line.yellow {
  border-color: #F7C902;
}

.line.blue .color {
  color: #003480;
}

.line.blue {
  border-color: #003480;
}

.more {
  text-align: right;
  padding: 5px 30px 5px 0px;
  background: #EBEBEB url('/images/frontend/structure/sprite.png') no-repeat 110% -197px;
  font-size: 0.9em;
  font-weight: bold;
}

#monument .more, #ville .more, h2.neighbours {
  margin-top: 10px;
  text-align: right;
  padding: 5px 30px;
  background: #EBEBEB url('/images/frontend/structure/sprite.png') no-repeat 110% -197px;
}

h2.neighbours {
  margin-top: 40px;
}

.localDetail h2.neighbours {
  background:transparent none repeat scroll 0 0;
  border-bottom:2px solid #CE530F;
  margin-top:20px;
  padding:5px 0;
  text-align:left;
}

#info .more.purple {
  background-position: 115% -232px;
}

#info .more.green {
  background-position: 115% -968px;
}

#info .more {
  background-position: 115%  -197px;
}

#ville .more, h2.neighbours.purple, .more.purple {
  background-position: 110% -232px;
}

.more.green {
  background-position: 110% -968px;
}

.leftColLarge .more.green {
  background: #EBEBEB url('/images/frontend/structure/sprite.png') no-repeat 106% -968px;
  margin-top: 20px;
}

#footer {
  background-color: #EBEBEB;
  border-top: 1px solid #CCCCCC;
  margin-top: 30px;
  padding: 10px;
}

#footer h3 {
  border-bottom:0 none;
  color:#485166;
  font-size:18px;
  font-weight:bold;
  margin:10px 15px 25px;
}

#footer h4 {
  color:#9fabc5;
  font-size:15px;
  margin-bottom:15px;
  font-weight:bold;
}

#footer a {
  display:block;
  font-weight:bold;
  margin-bottom:4px;
}

#footer li.large {
  width:165px;
}

#footer li {
  border-right:1px solid #D7D7D7;
  color:#646464;
  float:left;
  font-size:11px;
  margin:0;
  min-height:80px;
  padding:0 15px 5px;
  width:148px;
  height: 130px;
}

#footer li img {
  margin-right:10px;
}

#footer li.follow {
  border:0 none;
  width:210px;
}

#footer li.blog {
  width: 230px;
}

#footer li.follow a {
  display:inline;
}

#footer br {
  clear:both;
}

.ariane {
  height: 35px;
  line-height: 16px;
  margin:10px 0 25px 0px;
}

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

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

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

.ariane a {
  color: #202020;
  text-decoration: underline;
} 

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

#mapLocal {
  width: 350px;
  height: 260px;
  border: 1px solid #E6E6E6;
}

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

#miniMap {
  background-color:#EBEBEB;
  border:1px solid #E6E6E6;
  padding:3px;
  overflow:hidden;
}

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

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

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

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

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

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

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

#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: #CE530F;
  color: green;
  font-weight: bold;
}

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

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

#message {
  display:none;
  position:absolute; 
  padding:5px; 
  background:#555; 
  color:#fff;
  width:100px
}

.resume h3 {
  margin-top: 20px;
  color: #7BB01F;
}

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

.resume a h3 {
  text-decoration: underline;
  font-size:13px;
}

.rightCol .resume img, .resume.short img {
  height:56px;
  width:80px;
}

.tourisme img {
  float: left;
  margin: 5px 10px 0px 0px; 
  border: 1px solid #EBEBEB;
  padding: 1px;
}

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

.article h2.large {
  font-size: 16px;
  margin: 15px 0px 10px 0px;
}

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

.rightColThin .tourisme img {
  height:80px;
  width:100px;
}

.element td {
  border-bottom:10px solid #FFFFFF;
  height:40px;
  text-align:center;
  vertical-align:middle;
}

.element .position {
  background-color:#C2C2C2;
  color:#FFFFFF;
  font-size: 1.4em;
  height:40px;
  line-height:17px;
  width:15px;
}

.element .image {
  width: 60px;
}

.element .image img {
  height:40px;
  width:40px;
}

.element .detail {
  text-align: left;
}

.element .detail h2 {
  color: #404040;
  margin: 0px;
  font-size: 13px;
}

.element .detail a {
  color: #009FDC;
}

.localDetail h1 {
  margin-bottom: 25px;
}

.localDetail h3 {
  background-color: #EBEBEB;
  clear: left;
  margin: 0px;
  padding: 5px;
  font-weight: bold;
  font-size:13px;
}

.localDetail h4 {
  font-weight: bold;
  font-size:12px;
}

.localDetail a {
  color:#CE530F;
}

.localDetail h3 img {
  vertical-align: middle;
  margin-left: 10px;
}

.localDetail p img {
  float: left;
  height: 60px;
  width: 60px;
  margin: 5px 10px 0px 0px;
  border:1px solid #EBEBEB;
}

.localDetail p {
  border:1px solid #EDEDED;
  padding:5px;
  margin: 0px 0px 10px 0px;
}

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

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

.photoUne img {
  width: 280px;
  height: 210px;
  border:1px solid #EBEBEB;
}

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

#left #info {
  margin-left: 10px;
}

#left #info .resume img {
  width: 66px; 
  height: 46px;
  margin-right: 5px;
}

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

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

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

.autresTarifs {
  width: 50%;
  margin-top: 10px;
}

.autresTarifs.gmap {
  width: 100%;
  margin-top: 0px;
}

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

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

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

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

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

.circuitPhoto .grandePhoto {
  float: none;
}

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

.entete {
  margin-bottom: 25px;
  line-height:22px;
  font-size: 14px;
}

.miniature {
  float:left;
  margin: 5px 7px 7px 0px;
  width:60px;
  height:60px;
  padding: 2px;
  cursor: pointer;
}

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

#contactForm td {
  vertical-align: top;
}

#contactForm select {
  background-color:#F5F5F5;
  border:1px solid #9FABC5;
  padding:2px 0px;
  font-size:0.9em;
}

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

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

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

#contactForm .formItem {
  clear:left;
  padding:8px 0;
}

#contactForm .formItem.even {
  background-color:#EEE;
}

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

#contactForm .texte {
  padding-left: 20px;
  padding-top: 8px;
}

#contactForm .texte div {
  color:#3A4043;
  font-weight:bold;
  padding-right: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;
}

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

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


.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;
}

.marginTop {
  margin-top: 25px;
}

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

.ui-tabs .ui-tabs-nav li.ongletDroite {
  background-color:#EECDAE;
  float:right;
  margin-right:0;
}

.ui-tabs .ui-tabs-nav li.ongletDroite a {
  color:#EE7C0A;
  font-weight:bold;
}

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

#specialPage {
  margin-top: 50px;
}

#specialPage ul {
  margin: 10px;
}

#specialPage li {
  list-style: disc inside;
}

#specialPage.sitemap li {
  float: left;
  width: 50%;
  margin: 2px 0px;
}

#specialPage h1 {
  margin-bottom: 40px;
}

#specialPage h2 {
  font-weight:bold;
}

#specialPage h3 {
  font-weight:bold;
  margin:20px 0 10px;
  font-size: 14px;
}

#specialPage h4 {
  font-weight:bold;
  margin:15px 0 10px;
}

#specialPage p a {
  text-decoration: underline;
}

.addthis_default_style {
  margin-bottom: 15px;
}

#right .addthis_default_style .at15t_compact {
  margin: 0px;
}

.floatRight .addthis_default_style {
  margin-bottom: 0px;
}

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

.official a {
  text-decoration: underline;
}

.moteur .formLabel {
  width: 110px;
}

.moteur .formInput {
  margin-left: 120px;
}

.moteur .formContent {
  padding: 10px 0px;
}

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

.galerie .success {
  margin: 10px 0px;
}

#editPresentation, #editCircuit {
  cursor: pointer;
}

#pagesTourisme {
  margin-top: 20px;
}

#pagesTourisme h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

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

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

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

#pagesTourisme .newsLeft div {
  border-bottom: 1px dotted #E0E0E0;
  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 {
  width: 265px;
  height: 200px;
}

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

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

#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 {
  border:0; 
  color:#f6931f; 
  font-weight:bold;
  width: 195px;
  text-align:center;
  font-size: 14px;
}

.tourismeH1 {
  margin-bottom: 30px;
}

.article.tourisme h2 {
  border-bottom:1px solid #485166;
  color:#485166;
  font-size:15px;
  font-weight:bold;
  margin:15px 0 10px;
}

.article.tourisme h3 {
  /*clear: both;*/
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: bold; 
  margin: 25px 0px 10px;
}

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

.article.tourisme br {
  clear: both;
}

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

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

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

.tabFilter h4.first {
  margin-top: 0px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

li {
  list-style:none outside none;
}

a {
  color:#464646;
  cursor:pointer;
  outline:medium none;
  text-decoration:none;
}

img {
  border:0 none;
}

h1 {
  font-size: 20px;
  color: #485166;
  margin-bottom: 20px;
}

h2 {
  font-size: 15px;
  margin: 15px 0px 10px 0px;
  color: #485166;
}

h3 {
  font-size: 15px;
  margin: 8px 0px 3px 0px;
}

p {
  text-align: justify;
  line-height: 17px;
  margin: 10px 0px;
}

.hr {
  background: transparent url(/images/frontend/structure/hr.jpg) no-repeat center 0;
  height: 1px;
  margin: 10px 0px;
}

.spacer {
  clear: both;
}

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

.italic {
  font-style: italic;
}

.empty {
  font-style: italic;
  margin: 40px 0px;
}

.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;
}

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

.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;
}

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

.page .websiteLink {
  font-weight:bold;
  margin:10px 0px;
  color: #EE7C0A;
  text-decoration: underline;
}

.manif h2 {
  margin-bottom: 0px;
}

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

.manif h4 {
  font-weight: bold;
  margin:15px 0px 5px
}

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

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

.article .section, .article .sectionTC {
  border: 1px solid #9FABC5;
  float: left;
  margin-right: 26px;
  padding: 1px;
  margin-bottom: 26px;
}

.article .sectionTC {
  margin-right: 34px;
  margin-bottom: 34px;
}

.article .sectionTC.last {
  margin-right: 0px;
}

.article .section div {
  padding-left: 5px;
}

.article .region {
  float: left;
}
.article h2 {
  margin: 6px 0px 4px 5px;
  font-size: 13px;
}

.article .sectionTC h2 {
  margin: 2px 0px 4px 0px;
  text-align: center;
  line-height: 15px;
}

.article .odd {
  background-color:#EBEBEB;
  margin: 2px 0px;
}

.article .filtre {
  background-color:#EBEBEB;
  margin: 30px 0px 20px 0px;
  padding: 5px;
  text-align: right;
  font-weight: bold;
}

.articlePub {
  margin: 120px auto;
  width: 220px;
  display: block;
}

.articlePub2 {
  margin: 20px auto;
  width: 220px;
  display: block;
}

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

.article .sectionDetail img {
  float: left;
  margin-right: 15px;
}

.article .sectionDetail h2 {
  font-size: 16px;
  margin: 15px 0px 20px;
}

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

.com1, .com2 {
  color:#F16F50;
  float:right;
  font-weight:bold;
  clear: both;
}

.com2 {
  margin-right: 20px;
}

.com4 {
  text-decoration: underline;
  color:#F16F50;
  font-weight:bold;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}

#newdesign .ariane {
  margin-bottom: 10px;
}

#newdesign p {
  text-align: justify;
  margin: 5px 0px;
  line-height: 16px;
  font-size: 12px;
}

#newdesign p.accroche {
  font-size: 13px;
  padding-top: 20px;
}

#newdesign p.accroche a {
  color: #485166;
  font-weight: bold
}

#newdesign p a {
  text-decoration: underline;
}

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

#newdesign #museeHeader {
    background: transparent url(/images/frontend/annonces/musees/uneMusee.jpg) no-repeat;
}

.newHeader {
  width: 370px;
  height: 120px;
  padding: 20px 330px 20px 20px;
  margin: 20px 0px 15px;
}

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

#newdesign h3 {
  color:#485166;
  font-size:14px;
  margin: 15px 0px 10px;
}

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

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

#newdesign #table .rightCol input, #newdesign #table .rightCol select {
  width: 170px;
  margin: 10px 0px;
  background: none repeat scroll 0 0 #FCFCFC;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: #4C4C4C;
}

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

#newdesign .leftCol, #newdesign .rightCol {
  margin: 0px;
  padding: 0px;
}

#newdesign .leftCol {
  width: 471px;
  border-right: 1px solid #ccc;
}

#newdesign .rightCol {
  width: 248px;
}

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

#newdesign h2 {
  background-color: #ebebeb;
  padding: 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}

#newdesign h2.padding {
  padding-left: 40px;
}

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

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

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



#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;
}

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

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

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

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

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

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

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

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

#newAnnonce div.bm {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

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

#newAnnonce2 div.bm {
  border-right: 1px solid #ccc;
}


#newAnnonce div.nb, #newAnnonce2 div.nb {
  border-bottom: 0px;
}

#newAnnonce p {
  margin-top: 8px;
  text-align: left;
  line-height: 13px;
  font-size: 11px;
}

#newAnnonce ul {
  margin-top: 6px;
}

#newAnnonceHeb .detail input[type="checkbox"] {
  width: 15px;
  margin: 0px 3px 0px 0px;
  float: left;
}

#newAnnonceHeb img {
  border:1px solid #CCCCCC;
  float:none;
  height:75px;
  padding:1px;
  width:100px;
  float: left;
  margin-right: 5px;
  background-color: #FFF;
}

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

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

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

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

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

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

#newAnnonceHeb .cat.nostar {
  display:none;
}

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

#newAnnonceHeb h3 {
  border-bottom: 1px solid #CCCCCC;
  color:#485166;
  font-size:13px;
  font-weight:bold;
  margin: 0px 0px 3px 0px;
  padding:0px;
  text-align:left;
  text-decoration:none;
}

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

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

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

#newAnnonceHeb .price .compare {
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  padding: 2px;
  text-align: center;
  height: 17px;
}

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

#newAnnonceHeb li.loc {
  background-image: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/pin_map.png');
}


#newAnnonceHeb li.phone {
  background-image: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/phone_2.png');
}
#newdesign input {
  border:1px solid #ccc;
  margin:20px 10px;
  width:90%;
  font-style: italic;
  font-size: 12px;
  padding: 2px;
}



#newdesign #newTree {
  margin: 10px;
}

#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;
}

#newdesign #selec img {
  width: 60px;
  height: 60px;
  border: 1px solid #FFF;
  cursor: pointer;
}

#newdesign #legend input {
  margin: 0px;
  font-style: normal;
  width: 160px;
}

#newdesign .addthis_toolbox {
  float: right;
}

#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;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

#header #tel {
  float: left;
  margin: 15px;
  padding-left: 23px;
  background:transparent url('/images/frontend/structure/phone.png') no-repeat 0px 0px;
  font-size:18px;
  color: #86A4D6;
  font-weight: bold;
  position: absolute;
}

.promo {
  width: 100%;
}

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

.promo tr {
}

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

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

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

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

.tabPromotion.noborder {
  border-top: 0px;
}

.tabPromotion td {
  height: 100px;
  vertical-align: top;
  padding: 5px;
}
    
.tabPromotion img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
    

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

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

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

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

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

.tabPromotion .detail {
  width: 500px;
}

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

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

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


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

.promoGroupe #num {
  float: none;
  background: none;
  padding: 0px;
}

.promoGroupe .codeReduc {
  font-size: 18px;
}

.promoGroupe h3 {
  margin: 13px 0px 0px 0px;
  color: #485166;
  font-weight: bold;
}
.utilisateurZoom .sectionTC {
  width: 150px;
  height: 160px;
  overflow: hidden;
}

.utilisateurZoom .sectionTC img {
  width: 150px;
  height: 113px;
}

.rssWidget {
  margin: 20px auto;
  width: 240px;
}

#zoomPage {
  margin-top: 50px;
}

#zoomPage h1 {
  border-bottom: 1px solid #9FABC5;
  padding-bottom: 5px;
}

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

.zoomBox img {
  margin: 10px;
}

.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;
}

#newLoisirs #left {
  float: left;
  width: 480px;
}

#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 #E0E0E0;
  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: 8px 0px 5px;
  padding-bottom: 3px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}

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

#newLoisirs .roundBox .une {
  width: 210px;
  height: 140px;
  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 #E0E0E0;
}

#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 #E0E0E0;
  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 #E0E0E0;
  float: left;
  font-size: 10px;
  padding: 3px;
  width: 180px;
}

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

#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 #e0e0e0;
  font-size: 12px;
  padding: 5px 0;
}

#newLoisirs #coord td {
  text-align: center;
}

#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;
}

.justify {
  text-align: justify;
}

#newLoisirs #miniMapMap {
  width: 216px;
}

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

#newLoisirs .hidden {
  display: none;
}

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

#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 .prix {
  border: 1px solid #485166;
  background-color: #B8CCE3;
  text-align: center;
  height: 65px;
  width: 65px;
  font-size: 12px;
}

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

#hebergement .label {
  margin-top: 5px;
  border : 1px solid #985122;
  background-color: #F1AB00;
  padding: 2px;
  width: 61px;
  text-align: center;
}

#hebergement .label a {
  color: #202020;
  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;
}

.websiteLink {
  color: #EE7C0A;
  font-weight: bold;
  font-size: 13px;
}

#newLoisirs .triColumn {
  width: 160px;
}

#newLoisirs .triColumn li {
  margin: 5px 0px;
}

#gal {
  width: 1000px;
  height: 750px;
  background-color: #f5f5f5;
  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 {
  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;
}

#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;
}

.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;
}

#left input[type="submit"] {
  font-size: 12px;
}

#fullframe {
  margin: 20px;
}

#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 #E0E0E0;
  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;
}

#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 #E0E0E0;
  padding:5px;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
}

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

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

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

#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: #202020;
  margin-bottom: 20px;
}

#circuitPremium h3 {
  font-size: 15px;
  color: #485166;
  text-decoration: none;
  margin: 20px 0px 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e0e0e0;
}

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

#circuitPremium .hebProx {
  border: 1px solid #e0e0e0;
  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 #E0E0E0;
}

#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 #E0E0E0;
  vertical-align: middle;
}

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

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

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

#circuitPremium .cpChambre .price {
  width: 160px;
  border-bottom: 1px solid #E0E0E0;
}


#circuitPremium #cle {
    border: 2px solid #e0e0e0;
    background-color: #FFFD8B; 
    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 .article h2 {
  margin-left: 0px;
}

#circuitPremium .article a, #circuitFiche p a {
  text-decoration: underline;
}

.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;
}

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

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

.circPremBadge img {
  margin: 0px 3px 0px 3px;
  border: 1px solid #E0E0E0;
  padding: 1px;
  float: none;
}


.modernForm input, .modernForm textarea, .modernForm 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 */
}

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


.modernForm h2 {
    border-bottom: 1px solid #E0E0E0;
    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 #617798;
  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: #F0F0F0;
  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 #E0E0E0;
  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;
}

#manifForm {
  width: 687px;
}
