#corps {
	position: absolute;
	top: 0; 
	left:0;
	overflow: hidden; 
	width: 100%;
	height: 100%;
	background-image: url(../../images/tourisme/trames.png);
}

#pageTourisme {
	width: 960px;
	height: 550px;
	margin: auto;
}

#articles {
	position: absolute;
	width: 100%;
	height: 550px;
	top: 50%;
	margin-top: -275px;
	background-image: url(../../images/design/fond_page.png);
	background-repeat: repeat-x;
}

/* SOUS MENU */
#sousMenu {
	width: 950px;
	margin: auto;
	height: 25px;
	margin-bottom: 5px;
	text-align: center;
}
#sousMenu li {
	display: inline;
	text-transform: uppercase;
	margin-left: 10px;
}
#sousMenu li a, #sousMenu li span {
	font-weight: bold;
	font-size: 12px;
	color: #592418;
	text-decoration: none;
	line-height: 25px;
}

.selected:before {
	content: url(../../images/design/lien_before.png); 
}
.selected:after {
	content: url(../../images/design/lien_after.png); 
}


/* TITRES */
h1 {
	display: block;
	width:100%; 
	text-align :center;
	color: #96a610;
	background-image: url(../../images/design/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 94px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 11px;
	padding-top: 0px;
}
h1 span { 
	font-size: 15px;
	letter-spacing: 6px;
	/*line-height: 23px;*/
}
h1 a {
	text-decoration: none;
	color: #96a610;
}

#pageTourisme h2 {
	width: 385px;
	height: 102px;
	background-image: url(../../images/design/titreArticle.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #96a610;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 97px;
	margin: auto;
	margin-bottom: 15px;
}

#pageTourisme h2.oneTitle {
	line-height: 97px;
}
#pageTourisme h2.twoPartTitle {
	line-height: 80px;
}
#pageTourisme h2 span {
	display: block;
	margin-top: -60px;
}

/* #############################		 TOURISME RUBRIQUES		 #############################	*/
#pageTourismeRubrique h2 {	
	font-family: Garamond, serif;
	font-weight: bold;
	color: #819f1b;
	font-size: 18px;
	text-transform: uppercase;
	width: 900px;
	margin: auto;
	margin-bottom: 0px;
}

#mosaiqueTourisme p {
	font-size: 14px; 
	margin-left: 2px;
	font-weight: bold;
	color: #524237;
	margin-bottom: 10px;
}
#mosaiqueTourisme {
	width: 900px;
	margin: auto;
	padding-top: 0px;
}

#mosaiqueVignette {
	/*background-image: url(../../images/tourisme/fond_mosaique.png); 
	background-position: top center;*/
	width: 904px;
	height: 315px;
	overflow: hidden;
}
#mosaiqueVignette img {
	height: 152px;
	width: 295px;
}
#mosaiqueSuivantes {
	width: 900px; 
	margin: auto;
	text-align: center;
}
.btleft, .btright {
	cursor: pointer;
}

#contenuMosaiques {
	position: relative;
	width: 9040px;
}
.contenuMosaique {
	display: block;
	width: 904px;
	height: 315px;
	float: left;
}
.item {
	height: 152px;
	width: 295px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.item .caption {
	height: 22px;
	width: 295px;
	bottom: 0;
	color:#c5ac96;
	border-bottom: 3px double #524237;
	border-bottom: 1px solid #524237;
	text-align: center;
	position:absolute;
	left:0;
	bottom: 0px;
	display:block;
	background-image: url(../../images/design/bck_content2.png);
}
.item .caption a {
	text-decoration: none;
	color: #524237;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
}
.item .caption a:hover {
	text-decoration: underline;
}
/* #############################		 TOURISME 		 #############################	*/
#visuel {
	float: left;
	display: block;
	margin-left: 30px;
	width: 420px;
	height: 370px;
	overflow: hidden;
}

#content {
	width: 420px;
	height: 350px;
	text-align: center;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../../images/design/bck_content.png);
	float: left;
	color: #524237;
	margin-right: 30px;
	overflow: hidden;
}

#content p {
	font-size: 16px;
	font-family: Garamond, serif;
}

#content a {
	color: #524237;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}

#pagesSuivantes {
	clear: both;
	text-align: center;
	width: 955px;
	margin-bottom: 5px
}
#pagesSuivantes a {
	margin-left: 5px;
}
.fleche_off {
	margin-left: 5px;
}