/* ======== RESET ======== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ======== ELEMENTS ======== */

body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #313131;
	line-height: 1.4em;
	background: url(../images/common/background.png) repeat-y #f1f1f1;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover{
	text-decoration: underline;
}

hr {
	clear: both;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #969696;
	margin: 20px 0;
	visibility: hidden;
}

b, strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

input, select, textarea{
	margin: 0;
}

button{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

pre{
	font-family: Courier,monospace;
	font-size: 11px;
	line-height: 1.3em;
}

/* ======== CLASSES ======== */

.p {
	color: #e1c800;
}

.m {
	color: #008eaa;
}

.c {
	color: #c8102e;
}

.a {
	color: #ffffff;
}

.category {
	text-transform: uppercase;
	color: #2c2a29;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

.chapeau{
	color: #313131;
}

span.bulle{
	background: #FFF;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 11px;
}

span.p, span.m, span.c, span.r{
	color: #FFF;
	padding: 2px 4px;
	font-size: 11px;
}

span.p{
	background: #e1c800;
}

span.m{
	background: #008eaa;
}

span.c{
	background: #c8102e;
}

span.r{
	background: #313131;
	text-transform: uppercase;
}

span.a{
	color: #313131;
}

.surtitre span.p,
.surtitre span.m,
.surtitre span.c{
	line-height: 16px;
}

span.tribu{
	font-size: 11px;
	background: url('../images/common/bg_bulle_tribu.png') no-repeat bottom right;
	padding: 2px 4px 7px 4px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.thumb{
	float: left;
	margin: 0 10px 10px 0;
}

.thumb img{
	display: block;
}

.more{
	background: url('../images/common/arrowRight.png') no-repeat 0 50%;
	padding-left: 7px;
}

li.more, p.more{
	background-position: 0 5px;
}

.lire-suite:hover {
	text-decoration: underline;
}

a.email {
	color: #313131 !important;
	font-weight: bold;
}
a.external{
	color: #C8102E !important;
}

a.button, span.button{
	display: inline-block;
	vertical-align: middle;
	padding-left: 17px;
	background: url('../images/gdf/bg-button-left.png') no-repeat 0 0;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}

a.button span, span.button span{
	display: inline-block;
	background: url('../images/gdf/bg-button-right.png') no-repeat 100% 0;
	height: 22px;
	line-height: 22px;
	padding-right: 7px;
}

a.button span.more{
	border-left: 1px dotted #313131;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	background: none;
}

a.button:hover{
	color: #DF2438;
}

.cols{
	overflow: hidden;
}

.col{
	float: left;
	margin-right: 10px;
}

.last{
	margin-right: 0 !important;
}

.clear{
	clear: both;
}

.overflow{
	overflow: hidden;
}

ul.tabs{
	overflow: hidden;
}

ul.tabs li{
	float: left;
	margin-right: 10px;
}

table.files{
	margin: 0 0 20px;
	font-size: 11px;
	width: 100%;
}

table.files td{
	padding: 3px;
	vertical-align: middle;
}

table.files td.size{
	width: 80px;
}

table.files tr.odd td.name{
	background: #F1F1F1;
}

label.box{
	display: block;
}

.print-only{
	display: none
}

.ui-tabs-hide{
    display: none;
}

.ui-slider{
	position: relative;
	background: #CCC;
	height: 5px;
	margin: 5px 5px 7px 0;
	line-height: 9px;
}

.ui-slider-range{
	border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    height: 5px;
    top: 0;
    background: #000;
}

.ui-slider-handle{
	cursor: default;
    height: 9px;
    position: absolute;
    width: 5px;
    background: #CCC;
    border: 1px solid #666;
    z-index: 2;
    top: -3px;
    border-radius: 3px;
    outline: none;
}

/* ======== ACTUS ======== */

#main .darkblock{
	position: relative;
	background-color: #181518;
	color: #FFF;
	padding: 10px;
	overflow: hidden;
	height: 227px;
}

#main .darkblock h1,
#main .darkblock h2{
	font-size: 22px;
	line-height: 28px;
	margin: 5px 0;
}

#main .darkblock a{
	color: #FFF;
}

#main .darkblock p{
	color: #818181;
	font-size: 11px;
	margin: 5px 0;
}

#main .darkblock p.category {
	color: #ffffff;
	font-size: 12px;	
	margin: 10px 0 0 0;	
}

#main .darkblock p.periode {
	color: #ffffff;
}

.actus {
	overflow: hidden;
}

.actus .photo{
	position: relative;
	width: 550px;
	height: 227px;
	float: left;
	margin-right: 10px;
}

.control {
	position: absolute;
	bottom: 10px;
	right:250px;
	z-index: 2;
	padding: 10px;
}

.control .slide {
	float: left;
	position: relative;
	margin-left: 4px;	
	text-align: center;

}

.control .slide a, .control .slide strong {
	display: block;		
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;	
	text-decoration: none;
	width: 20px;
	height: 20px;	
	padding-top: 1px;	
	background: url('../images/common/bg-circle-off.png') no-repeat 0 0;	

}

#main  .control .slide a:hover {
	background: url('../images/common/bg-circle-hover.png') no-repeat 0 0;
	color: #000;	
}

#main  .control .slide_active strong {
	background: url('../images/common/bg-circle-on.png') no-repeat 0 0;	
}

.actus .actu{
	float: left;
	width: 230px;
	line-height: 1.2em;
}

.actu_full{
	height: 26px;
	font-size: 22px;
	padding: 204px 0 0 10px;
}


span.legend{
	font-style: italic;
	font-size: 11px;
}

/* ======== BLOC RECHERCHE ======== */

#topSearchBlock{
	position: relative;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	background: url('../images/byController/guideDeVoyage/bg_topSearchBlock.png');
}

#topSearchBlock div.title{
	font-size: 18px;
	margin: 0 0 10px;
}

#topSearchBlock form{
	border: 1px solid #B3B3B3;
	background: #F1F1F1;
	margin: 10px 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topSearchBlock form .col{
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#topSearchBlock form .proximite{
	position: absolute;
	top: 0;
	right: 0;
}

#topSearchBlock input,
#topSearchBlock img{
	vertical-align: middle;
}

#topSearchBlock .input{
	border: 1px solid #B3B3B3;
	padding: 4px;
	height: 13px;
	width: 210px;
}

#topSearchBlock select.input{
	padding: 0;
	padding-top: 2px;
	height: 23px;
}

#topSearchBlock label.box{
	display: inline-block;
}

#topSearchBlock a.map{
	font-weight: bold;
	background: url("../../../images/byController/guideDeVoyage/mySelectionIcon.png") no-repeat scroll 0 0 transparent;
	padding-left: 18px;
}

#dateSettingsBlock{
	margin-left: 180px;
}

#dateSettingsBlock label span{
	display: inline-block;
	width: 90px;
}

#mySelectionLink {
	background: url("../../../images/byController/guideDeVoyage/mySelectionIcon.png") no-repeat scroll 0 1px transparent;
	padding-left: 18px;
}


/* */

#topSearchBlock p.filterDisplay{
	font-size: 13px;
	margin: 10px 0 0;
}

#topSearchBlock p.filterDisplay a{
	font-size: 11px;
	color: #E22232;
}

/* ======== LISTES D'ANNONCES ======== */

.categoryBlock{
	margin: 0 0 1px;
	overflow: hidden;
}

.categoryBlock h3{
	background: url('../images/byController/guideDeVoyage/ascenceurCategorieBg.gif') repeat-x 0 50%;
	padding: 5px 5px 5px 10px;
	margin: 0 0 1px;
	color: #FFF;
	font-size: 11px !important;
	line-height: 1.4em;
}

.categoryBlock h3 a{
	color: #FFF;
}

.categoryBlock h3 a{
	display: block;
	background: no-repeat 100% 50%;
}

.categoryBlock h3.opened a{
	background-image: url('../images/byController/guideDeVoyage/moins.png');
}

.categoryBlock h3.closed a{
	background-image: url('../images/byController/guideDeVoyage/ascenceurCategoriePlus.png');
}

.categoryBlock h3.disabled{
	background-image: url('../images/byController/guideDeVoyage/ascenceurCategorieDisabledBg.gif');
}

.categoryBlock h3.ajaxLoading a{
	background-image: url('../images/byController/guideDeVoyage/ascenceurCategorieAjaxLoading.gif');
}

.categoryBlock h3 a .description{
	display: none;
	text-transform: none;
}
.categoryBlock h3 a:hover .description{
	display: inline;
}

#aLaUneBlock h3 {
	background-image: url('../images/byController/guideDeVoyage/ascenceurALaUneBg.gif');
}

#aLaUneBlock h3 a {
	background: url('../images/byController/guideDeVoyage/etoileALaUne.png') no-repeat 0 50%;
	padding: 0 0 0 20px;
}

#aLaUneBlock .annoncesListContainer {
	margin-top: 10px;
}

#aLaUneBlock .thumb{
	margin-bottom: 0;
}

.subCatsList{
	margin-bottom: 10px;
}

.subCatBlock{
	border-bottom: 1px dotted #313131;
}

.subCatTitle{
	display: block;
	padding: 5px 0;
	background: no-repeat 100% 50%;
}

.subCatTitle span{
	background: url('../images/common/arrowRight.png') no-repeat 0 50%;
	padding-left: 10px;
}

.subCatTitle span.numAnnonces{
	background: none;
	padding: 0;
}

.subCatTitleOpened{
	background-image: url('../images/byController/guideDeVoyage/minus.png');
}

.subCatTitleClosed{
	background-image: url('../images/byController/guideDeVoyage/plus.png');
}

.subCatTitleDisabled{
	color: #B1B1B1;
	background-image: url('../images/byController/guideDeVoyage/plusDisabled.png');
}

.subCatTitleAjaxLoading{
	background-image: url('../images/common/ajax-loader.gif');
}

.subCatBlockContent{
	margin: 0 0 10px;
}

.categoryIntro{
	margin: 10px 0;
	display: none;
}

.categoryIntro a{
	color: #DF2438;
}

/* ======== MODULES ======== */

.module{
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
}

.pageFull .module{
	float: left;
	margin: 0 10px 10px 0;
}

.tribus{
	width: 307px;
}

.pageRight .tribus{
	width: 230px;
}

.smod a img {
	vertical-align: middle;
}

/* introduction */
div.intro{

}

/* push */
div.push{
	font-size: 11px;
}
div.push .thumb{
	position: relative;
}
div.push .thumb div.reservation{
	position: absolute;
	bottom: 10px;
	left:10px;
	right: 10px;
	text-align: center;
}
div.push .details{
	float: left;
	width: 300px;
}

div.push h2{
	margin: 0 0 5px 0 !important;
}

.pageRight div.push .thumb{
	margin: 0;
}

.pageRight div.push .details{
	width: auto;
}

.pageRight div.push p{
	margin: 5px 0 !important;
}

div.une {
 	overflow: hidden;
	clear: both;
}

/* push spec */
div.spec .details{
	width: 230px;
}

/* coup de coeur */
div.cdc{
	background: #F1F1F1;
}
div.cdc div.details{
	width: 223px;
}
div.cdc div.details .titre{
	margin: 5px 0;
}

/* image du jour */
div.daypict{
	position: relative;
	width: 305px;
	height: 258px;
}
div.daypict span.bulle{
	position: absolute;
	left: 10px;
	top: 10px;
}
div.daypict div{
	position: absolute;
	bottom: 10px;
	left:10px;
	right: 10px;
	text-align: center;
}

/* image du jour */
div.daypict{	
	position: relative;
	width: 305px;
	height: 258px;
}
div.daypict span.bulle{
	position: absolute;
	left: 10px;
	top: 10px;
}
div.daypict div{
	width: 100%;	
	position: absolute;
	bottom: 10px;
	left:10px;
	right: 10px;
	text-align: center;
}

/* image */
div.pict{
	position: relative;
	overflow: hidden;
	width: 230px;
}

div.pict div.image{
	overflow: hidden;
	position: relative;
}

div.pict div.image div {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left:10px;
	right: 10px;
	text-align: center;
}

div.pict p{
	margin: 5px 0 !important;
}
div.pict h2{
	line-height: 1.2em !important;
	margin: 0 !important;
}

/* titre */
div.titre{
	font-size: 20px;
	color: #1A171B;
	margin: 0 0 10px;
}

div.titre_1, div.titre_2, div.titre_3, div.titre_4 {
	padding: 3px 0 0 31px;
	height: 23px;
}

div.titre_1 {
	background: url('../images/titre/1.png') no-repeat 0 0;
}

div.titre_2 {
	background: url('../images/titre/2.png') no-repeat 0 0;
}

div.titre_3 {
	background: url('../images/titre/3.png') no-repeat 0 0;
}

div.titre_4 {
	background: url('../images/titre/4.png') no-repeat 0 0;
}

div.titre img{
	vertical-align: middle;
}

/* reportage */

div.reportage .image {
	height: 230px;
}

div.reportage h3 {
	margin: 10px 0 0 0 !important;
}

/* tribus */
.pageFull div.tribus{
	width: 307px;
}

div.tribus h3 {
	margin: 9px 0 0 0 !important;
}

div.tribus h2, div.reportage h2 {
	font-size: 16px !important;
	line-height: 19px !important;
	margin: 0 !important;
}
div.tribus img{
	display: block;
}
div.tribus ul{
	overflow: hidden;
	margin: 0 !important;
}
div.tribus li{
	float: left;
	margin: 0 1px 1px 0;
}
div.tribus li.last{
	margin: 0 0 1px 0;
}
div.tribus li a{
	position: relative;
	display: block;
}
div.tribus li a:hover{
	text-decoration: none;
}
div.tribus li a span.bulle{
	position: absolute;
	top: 3px;
	left: 3px;
	display: none;
}
div.tribus li a:hover span.bulle{
	display: block;
}

/* myprovence */
div.myprovence{
	padding-top: 10px;
	font-size: 11px;
	overflow: hidden;
}
div.myprovence .logo{
	padding-bottom: 10px;
}
div.myprovence .content{
	padding-left: 70px;
}
div.myprovence div.stories,
div.myprovence div.photos{
	clear: both;
	overflow: hidden;
	margin: 0 0 10px;
}
div.myprovence div.item{
	float: left;
	margin-right: 5px;
}
div.myprovence div.story{
	width: 217px;
}
div.myprovence div.photo{
	width: 154px;
}
div.myprovence div.item h4{
	font-weight: bold;
	margin: 0 0 5px !important;
}
div.myprovence div.item p{
	margin: 0 0 5px !important;
}
div.myprovence div.item a{
	color: #313131;
	font-weight: bold;
}
div.myprovence div.item a:hover{
	text-decoration:underline;
}
div.myprovence div.item strong{
	font-weight: bold;
}
div.myprovence div.flickr{
	width: 228px;
}

/* adresse */
div.address{
	
}
div.address div.annonce{
	clear: both;
	width: 173px;
	font-size: 11px;
	line-height: 1.2em;
}
div.address div.annonce div.thumb{
	margin: 0 5px 5px 0;
}

/* agenda */
div.agenda{
	background: no-repeat 0 0;
	position: relative;
	width: 310px;
	height: 163px;
}
div.agenda a.agendaCulturelLink{
	position: absolute;
	display: block;
	width: 140px;
	height: 140px;
	top: 10px;
	left: 10px;
}

div.agenda div.list h3 {
	font-size: 11px !important;
	font-weight: bold;
	color: #2c2a29;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

div.agenda div.list{
	position: relative;
	top: 22px;
	left: 170px;
	width: 150px;
	height: 120px;
	font-size: 10px;
	line-height: 1.2em;
}
div.agenda div.content{
	width: 135px;
	height: 105px;
	overflow: auto;
	margin: 0 0 5px 0;
}
div.agenda div.content li{
	margin: 0 0 10px;
}
div.agenda span.cityName{
	font-weight: bold;
	display: block;
}
div.agenda a{
	color: gray;
}

/* quote */
.quote .content{
	color: #FFF;
	padding: 10px;
}

.quote .text{
	font-style: italic;
	font-size: 20px;
	line-height: 1.4em;
}

.quote .author{
	text-align: right;
	margin: 0 !important;
}

.quote .p{
	background-color: #e1c800;
}

.quote .m{
	background-color: #008eaa;
}

.quote .c{
	background-color: #c8102e;
}

/* files */
.files .col{
	background: url('../images/pdf.png') no-repeat 0 0;
	width: 124px;
	padding-left: 49px;
	margin-bottom: 10px;
}

/* pub 200x200 */
.ad{
	background: #F1F1F1;
	padding: 15px;
}

/* video */
.video{
	width: 305px;
	height: 261px;
}

.pageRight .video{
	width: 230px;
	height: 180px;
}


/* ======== METEO ======== */

#weatherForecast {
    background: url("../images/weather/forecast.png") no-repeat scroll 0 0 transparent;
    height: 179px;
    padding: 10px;
    width: 402px;
}

#weatherForecast .prevision {
	float: left; 
	width: 80px; 
	padding: 10px 10px 0 10px; 
	text-align: center;	
}

#weatherForecast .prevision p {
	font-weight:bold;
	padding:5px 0 5px 0;
}

div.weather{
	position: relative;
	display: block;
	height: 163px;
	width: 150px;
}

div.weather a span.weatherCity{
	display: block;
	position: absolute;
	left: 15px;
	top: 134px;
	width: 120px;
	line-height: 15px;
	text-align: center;
}

/* reservation */
.online_resa{
	width:220px;
	height:249px;
	padding:28px 5px 5px 5px;
	background-repeat: no-repeat;
	font-size: 11px;
}
.online_resa .panel{
	margin-bottom: 10px;
}
.online_resa .panel a.title{
	display: block;
	height: 20px;
}
.online_resa ul.tabs{
	margin: 0 !important;
}
.online_resa ul.tabs li.on a{
	color: #DF2438;
}
.online_resa .panel .content{
	position: relative;
	display: none;
	height: 160px;
	padding: 5px 10px;
	overflow: hidden;
}
.online_resa .panel strong{
	display: block;
}
.online_resa .panel .submit{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* recherche */
.search_gdv{
	background: url('../images/byController/guideDeVoyage/formSearch/fond.png') left bottom no-repeat;
	width: 220px;
	border: 1px solid #D0D0D0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	padding:5px 4px;
	font-size: 11px;
}
.search_gdv .content{
	border: solid #B7B7B7 1px;
	background-color: #F8F8F8;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
}
.search_gdv h2{
	text-align: center;
	margin: 0 !important;
}
.search_gdv h3{
	font-size: 12px !important;
	font-weight: bold;
	text-transform: none !important;
}
.search_gdv .content div{
	margin: 0 0 10px;
}
.search_gdv .content li{
	float: left;
	width: 90px;
}

/* partenaire */
.partner{
	background:url('../images/home/partner.png') no-repeat top left;
	padding:5px 10px;
	width:210px;
	height:105px;
}
.partner h2, .partner p{
	font-size: 11px !important;
	margin: 2px 0 !important;
}
.partner span.cat{
	background: #313131;
	color: #FFF;
	padding: 2px 4px;
}
.partner span.name{
	font-size: 16px;
}

/* bloc infos */
.module.infos{
	background: url('../images/common/bg_module_infos.png') repeat-x 0 100% #FFF;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.5em;
	font-size: 11px;
	padding: 10px;
}

.module.infos h2{
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: uppercase;
}

.module.infos p:last-child{
	margin-bottom: 0 !important;
}

/* ======== LIGNES DE MODULES ======== */

.line{
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0 0 10px;
}

.line .module{
	float: left;
	margin: 0 10px 0 0;
}

.line .module:last-child{
	margin-right: 0;
}

.line .intro{
	width: 470px;
}

.line .online_resa{
	
}

/* ======== GLOBAL ======== */

#global{
	width: 890px;
}

/* ======== HEADER ======== */

#header{
	position: relative;
	background: #FFF;
}

#top{
	position: relative;
	overflow: hidden;
	background: url('../images/header/bg_top.png') repeat-x 0 0;
	height: 37px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 30px;
}

#top div.content{
}

#top div.side{
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/header/bg_top_side.png') no-repeat 0 0;
	padding-left: 1px;
}

#top ul{
	overflow: hidden;
}

#top li{
	position: relative;
	float: left;
	text-align: center;	
	text-transform: uppercase;
	padding-bottom: 7px;
}

#top div.content li{
	width: 125px;
	background: url('../images/header/bg_top_link.png') no-repeat 0 0;
}

#top li.on{
	background-position: 0 -37px !important;
}

#top div.content li.on a{
	color: #FFF;
}

#top div.side li{
	width: 29px;
	background: url('../images/header/bg_top_lang.png') no-repeat 0 0;
}

#top #share{
	width: 24px;
}

#top #share span.st_sharethis_custom{
	margin: 0 auto;
	display: block;
	width: 9px;
	height: 30px;
	background: url('../images/header/share.png') no-repeat 0 50%;
	line-height: 30px;
	cursor: pointer;
}

#logo{
	padding: 20px 57px;
}

#search{
	position: absolute;
	right: 10px;
	bottom: 74px;
	background: #f2f2f2;
	padding: 2px;
}

#search input{
	border: none;
	background: none;
	vertical-align: middle;
	font-size: 14px;
	color: #313131;
	padding: 0 0 0 8px;
}

#search .input{
	width: 180px;
}

#navigation{
	position: absolute;
	overflow: hidden;
	left: 138px;
	bottom: 20px;
	line-height: 11px;
	height: 11px;
	padding: 40px 0 0 20px;
	z-index: 4;
}

#navigation li{
	float: left;
	margin-right: 30px;
	height: 11px;
	overflow: hidden;
}

#navigation img{
	display: block;
}

#navigation a.selected img,
#navigation a:hover img{
	margin-top: -11px;
}

/* ======== MENU ======== */

#menu{
	position: absolute;
	/*top: 190px;*/
	left: 47px;
	width: 33px;
}

#menu li{
	width: 33px;
	overflow: hidden;
	margin-bottom: 3px;
}

#menu a{
	display: block;
}

#menu li img{
	display: block;
	margin-left: -33px;
}

#menu li.territoire:hover img,
#menu li.current img{
	margin-left: 0;
}

/* ======== MAIN ======== */

#main{
	position: relative;
	margin-left: 80px;
	background: #FFF;
	overflow: hidden;
}

#map{
	background-color: #181518;
	color: #FFF;
	overflow: hidden;
	display: none;
	padding: 5px;
}

#map .flashMapContainer{
	float: left;
	margin-right: 10px;
}

#map .legend{
	float: left;
	width: 220px;
}

#map h1{
	line-height: 1.4em;
}

#main h1,
#main h2{
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 1.4em;
}

#main h3{
	font-size: 13px;
	text-transform: uppercase;
}

#main p, #main ul{
	margin: 0 0 10px;
}

.pageTop,
.pageBottom,
.pageFull{
	clear: both;
	position: relative;
	overflow: hidden;
}

.pageTop{
	padding: 10px 10px 0;
	border-top: 1px solid #cdcdcd;	
}

.pageBottom{
	margin: 0 10px 10px;
}

.pageFull{
	margin: 0 0 10px 10px;
	border-top: 1px solid #cdcdcd;		
}

.noBorder {
	border: none;
}

.pageLeft{
	float: left;
	margin: 10px;
	width: 550px;
}

.pageRight{
	width: 230px;
	float: left;
	margin: 10px 0;
}

#breadcrumb{
	width: 550px;
}

#side{
	position: absolute;
	right: 10px;
	top: 8px;
}
.line #side{
	top: 0;
}

/* ======== FOOTER ======== */

#footer-map{
	margin: 10px;
	padding: 10px;
	background: #f1f1f1;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	clear: both;
	overflow: hidden;
}

#footer-map .col{
	margin-right: 5px;
	width: 150px;
}

#footer-map h3{
	text-transform: none;
	font-size: 10px;
	font-weight: bold;
}

#footer{
	overflow: hidden;
	clear: both;
	font-size: 10px;
	padding: 0 10px 10px;
	vertical-align: bottom;
}

#footer a{
	color: #a2a2a2;
}

#copyright{
	float: left;
	display: block;
	color: #a2a2a2;
	margin: 0 10px 0 0;
}

#tripadvisor{
	float: left;
	display: block;
	width: 304px;
	margin: 0 10px 0 0;
}

#credits{
	float: left;
	display: block;
	width: 246px;
	margin: 0;
	text-align: right;
}

#credits a{
	margin-left: 10px;
}

/* ======== PLAN DU SITE ======== */
/* (le html est en dur dans la bdd...) */

#map_1, #map_2, #map_3 {
	background: #F2F2F2;
	overflow: hidden;
	clear: both;
}

.site-map-section{
	float: left;
	background: #F2F2F2;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: 167px;
	font-size: 11px !important;
}

.site-map-section h3{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#map_1 .site-map-section{
	width: 233px;
}

#site-map h2 {
	margin: 20px 0 10px 0;	
}

/* ======== MOBILE ======== */

div.application{
	border-top: 1px dotted #818181;
	margin: 20px 0;
	padding: 20px 0 0;
}

div.application h2{
	margin: 0 0 20px;
}

div.application div.download{
	background-repeat: no-repeat;
	padding: 0 0 0 120px;
	margin: 20px;
	min-height: 103px;
}

div.application div.download li{
	margin: 0 0 10px;
}

div.application p.description{
	margin: 20px !important;
	color: #818181;
}

#agenda div.download{
	background-image: url('../images/iphone/agenda_icon.png');
}

#balade div.download{
	background-image: url('../images/iphone/balade_icon.png');
}

#zevisit div.download{
	background-image: url('../images/iphone/zevisit_icon.png');
}

/* ======== CREDITS ======== */

.preambule {
	margin: 1em 0;
	text-align: justify;
}

.subTitle {
	margin: 1em 0;
	text-transform: uppercase;
}

.creditsPhotosTitle {
	margin: 1em 0;
}
.creditsPhotos {
	margin-left: 0;
	margin-bottom: 20px;
}

/* ======== ENVIE DE BALADE ======== */

div.module.rando p.tel{
	text-align: center;
	font-size: 27px;
	line-height: normal;
}

#main .rando .actu_full{
	padding: 194px 0 0 10px;
}

#main .rando .actu_full h1 {
	margin: 0;
}

#main .rando p.intro{
	margin-bottom: 30px;
}

#main .rando ul.tabs{
	position: relative;
	background: url("../../../images/byController/statics/rando/bg_tabs.png") repeat-x 0 -84px;
}

#main .rando ul.tabs li{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 13px;
	margin-right: 8px;
	vertical-align: middle;
	background: url("../../../images/byController/statics/rando/bg_tabs.png") no-repeat 0 -42px;
}

#main .rando ul.tabs a{
	display: block;	
	height: 26px;
	width: 109px;
	padding: 8px;
}

#main .rando ul.tabs li.ui-tabs-selected{
	background-position: 0 0;
}

#main .rando #informations p{
	background: url("../../../images/common/arrowRight.png") no-repeat 0 5px;
	padding-left: 10px;
}

#main .rando #informations .cols{
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin: 20px 0;
}

#main .rando #informations .col{
	width: 234px;
	margin: 0;
	padding: 20px;
	text-align: center;
}

#main .rando p.nota{
	border: 1px solid #BCBCBC;
	color: #313131;
	margin: 10px 0 30px 0;
	padding: 10px;	
}

#main .rando p.legend{
}

#main .rando p.legend span{
	display: block;
	color: #FFF;
	padding: 0 4px;
}

#main .rando .yellow{
	color: #FABD15;
}

#main .rando p.yellow span{
	background: #FABD15;
}

#main .rando .red{
	color: #E22232;
}

#main .rando p.red span{
	background: #E22232;
}

#main .rando .black{
	color: #000;
}

#main .rando p.black span{
	background: #000;
}

/* ======== BULLES D'AIDE ======== */

.tipsy { font-size: 10px; position: absolute; padding: 7px; z-index: 100000; }
.tipsy-inner { border: 1px solid #c2c2c2; padding: 3px 5px; background-color: white; color: #313131; max-width: 300px; text-align: left; }


/* ======== MAINTENANCE ======== */

.maintenance {
	background: url('../images/byController/error/maintenance_bulle.png') no-repeat 0 0;
	width: 366px;
	height: 249px;
	margin: 60px 0 60px 200px;
	padding: 60px 0 0 80px;
}
