/*  
Theme Name: LPM
Theme URI: http://www.agenceribs.com/
Description: LPM Theme
Version: 2.0
Author: ribs
Author URI: http://www.agenceribs.com/
*/
 

/* ------------------------------------------------------------------------------------------

	Reset

------------------------------------------------------------------------------------------ */
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p {
	margin:0;
	padding:0;
}
/* ------------------------------------------------------------------------------------------

	Structured layout mainpage

------------------------------------------------------------------------------------------ */
body {
	font-size:11.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	position:relative;
	background:#2B1E0C url('images/body.repeat.x.png') repeat-x;
	color:#333;
}
body#subpage {
	background:#2B1E0C url('images/body.repeat.x.png') repeat-x;
}
.wrap_all { /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
}
#top {
	width:955px;
	margin:0 auto;
	position:relative;
	overflow:visible;
}
#escalade{
	left:-125px;
	position:absolute;
	top:58px;
}
#velo{
	left:942px;
	position:absolute;
	top:236px;
}

/* ------------------------------------------------------------------------------------------

	basic & common styles	

------------------------------------------------------------------------------------------ */	
h1 a, h2 a, h3 a, h4 a, h5 a h6 a {
	color: #5B5A5A;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a1 {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
a1:hover {
	text-decoration:underline overline;
	font-size:14px;
	font-weight:bold;
}
a img {
	border:none;
}
p {
	padding: 0 0 1em 0
}
#sidebar ul, #sidebar ol {
	margin-left:0px;
}
#sidebar li {
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, legend {
	font-weight:normal;
	padding-bottom:5px;
	line-height:1.4em;
}
h1 {
	clear:both;
	font-size:32px;
	font-weight:bold;
}
h2 {
	font-size:22px;
	clear:both;
}
h3, legend {
	font-size:18px;
	clear:both;
}
h4 {
	font-size:16px;
	clear:both;
}
h5 {
	font-size:14px;
	clear:both;
}
h6 {
	font-size:13px;
	clear:both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
#featured h2 {
	margin-bottom:8px;
	padding-bottom:8px;
}
.entry-content {
	margin-top:20px;
}
#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a {
	font-size:32px;
}
blockquote p {
	padding:11px 0px;
}
blockquote {
	margin:0 0 22px 5px;
	padding:0 15px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.alignleft {
	float:left;
	margin:0px 15px 15px 0pt;
}
.alignright {
	float:right;
	margin:0px 0pt 15px 15px;
}
.aligncenter {
	clear:both;
	display:block;
	margin:10px auto;
	padding: 10px 0;
}
#top .wp-smiley {
	border:none;
	padding:0;
}
.meta {
	display:block;
	position:relative;
	top:3px;
	font-size:12px;
	line-height:14px;
	min-height:14px;
	color:#474747;
}
.meta span {
	font-weight:bold;
	color:#00908A;
}
.read-more, .show-next {
	display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
}
#top .show-next {
	bottom:0;
	left:165px;
	position:absolute;
}
.read-more:hover, .show-next:hover {
}
.entry ul, .entry ol {
	list-style-type:disc;
	list-style-position:inside;
	margin:0;
	padding:0 0 20px 0;
}
#top .entry ol {
	list-style-type:decimal;
}
.entry li {
	padding:3px 10px;
}
blockquote {
	font-size:13px;
	font-style:italic;
	margin:0 0 20px;
	padding:10px 20px 10px 41px;
}
/* ------------------------------------------------------------------------------------------

head	

------------------------------------------------------------------------------------------ */	
#head {
	height:55px;
	position:relative;
	padding-top:67px;
}
a#logo {
	display:block;
	width:146px;
	height:135px;
	position:absolute;
	left:50%;
	margin-left:316px;
	top:17px;
	z-index:10;
}
#head .choixLang {
	float:left;
	line-height:normal;
	margin:11px 0 0 10px;
}
#head .choixLang ul li {
	display:inline;
	text-transform:uppercase;
	padding-right:6px;
}
#head .choixLang ul li a {
	color:#749059;
	text-decoration:none;
}
#head .choixLang ul li a:hover, #head .choixLang ul li.active a {
	color:#FFF;
}
/* ---------------------- NAVIGATION -------------------*/
.navwrap{
	background:url('images/menu.left.png') no-repeat;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	height:39px;
	position:relative;
}

#nav{
	float:left;
	padding:0 10px 0 0;
	height:39px;
	background:#B1DB59 url('images/menu.bg.png') repeat-x;
	/*border:1px solid purple;*/
}

#endNav{
	width:10px;
	height:39px;
	float:left;
	background:#B1DB59 url('images/menu.right.png') no-repeat;
	margin:0 20px 0 0;
}

#nav li{
	display:inline;
	line-height:39px;
}

#nav li a{
	color:#172A03;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	padding:0 25px 0 25px;
	text-decoration:none;
	text-transform:uppercase;
}
/* ------------------------------------------------------------------------------------------

	Main	

------------------------------------------------------------------------------------------ */		
#main {
	position:relative;
	float:left;
	background:transparent url(images/bloc_featured_top.png) left top no-repeat;
	padding-top:7px;
	width:952px;
}
#subpage #main {
	background:transparent;
	padding-top:0;
	-moz-border-radius:5px;
}
#subpage #main .bgFooter {
	padding-bottom:10px;
	background:transparent url(images/bloc_page_bottom.png) left bottom no-repeat;
	overflow:hidden;
}
#subpage #main.fullWidth {
	background:transparent;
	padding-top:0;
}
#subpage #main.fullWidth .bgFooter {
	padding-bottom:10px;
	_background:transparent url(images/bloc_pagefull_bottom.png) left bottom no-repeat;
	overflow:hidden;
}
/* ---------------------- HOME FEATURED -------------------*/	
#featured {
	margin-bottom:20px;
	position:relative;
}
#featured h1 {
	font-family: arial,sans-serif;
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-left:60px;
	padding-bottom:0;
	color:#6f6f6f;
}
#featured ul {
	border:none;
	padding:0;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
#featured ul li {
	list-style:none;
	padding:0;
	border:none;
	color:#666;
	margin:0;
}
.featured_item {
	height:357px;
	position:relative;
	width:952px;
	overflow:hidden;
	display:none;
	background-color:#ffffff;
}
#top .current {
	display:block;
}

.featured_text {
	line-height:22px;
	position:relative;
	width:386px;
	float:left;
	margin:20px 30px 0 5px;
	display:inline;
}

.featured_text #slg{
	font-weight:bold;
	margin-left:60px;
	color:#6f6f6f;
}

.featured_text #adult{
	padding-left:76px;
	background:url('images/img_adult.jpg') no-repeat 10px 10px;
}

.featured_text #child{
	padding-left:76px;
	min-height:96px;
	background:url('images/img_child.jpg') no-repeat 12px 10px;
}

.featured_text h3 {
	color:#00908A;
	font-size:15px;
	font-weight:bold;
	height:22px;
	padding-top:6px;
}

.featured_text .titleAdultes{
	position:relative;
}

.featured_text .titleKids{
	position:relative;
}

#featured .entry {
	margin-bottom:8px;
	overflow:hidden;
	border-bottom:none;
	padding-bottom:0;
}
.featured_image {
	height:350px;
	width:522px;
	float:left;
}
#featured_bottom {
	height:48px;
	padding-top:10px;
	width:955px;
	background:transparent url(images/bloc_featured_bottom.jpg) left bottom no-repeat;
	text-align:center;
}
.preview_images {
	height:60px;
	line-height:60px;
	position:absolute;
	right:39px;
	top:10px;
}
.preview_images a img {
	padding:1px;
}
.preview_images a {
	outline:none;
	display:block;
	position:relative;
	margin-right:5px;
	float:left;
}
.pointer {
	height:13px;
	left:18px;
	position:absolute;
	top:37px;
	width:13px;
}
/* ---------------------- TWITTER -------------------*/
#twitterHome {
	background:transparent url(images/bloc_twitter_top.png) left top no-repeat;
	padding-top:6px;
	width:100%;
	position:relative;
}
#twitterHome p {
	margin:0;
	padding:0;
}
#twitterHome p.imgTwitter {
	padding:0;
	float:left;
	width:53px;
	margin:0 40px 0 15px;
}
#twitterHome p.txtTwitter {
	font-size: 13px;
	padding-top: 12px;
}
#twitterHome div.twitterContent {
	background:transparent url(images/bloc_twitter_content.jpg) left top repeat-y;
	overflow:hidden;
	height:40px;
	line-height:normal;
	width:952px;
}
#twitterHome div.twitterContent #miniLogo{
	position: absolute;
	right: 11px;
	top: 8px;
}
#twitterHome div.twitterFooter {
	height:8px;
	line-height:0;
}
#twitterHome p span.twitterDate {
	color: #0076FB;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}

#footerHome {
	margin-top:20px;
}
#footerHome div.firstItem{
	margin-left:0;
}
/* ------------------------------------------------------------------------------------------

	PORTFOLIO PAGE (NO SIDEBAR)

------------------------------------------------------------------------------------------ */	
#inner_content_big {
	float:left;
	width:880px;
	padding:25px 0 15px 30px;
	position:relative;
}
.entry_portfolio {
	padding-bottom:30px;
	clear:both;
	float:left;
	width:100%;
	position:relative;
}
.entry_portfolio p {
	font-style:italic;
}
.portfolio_item {
	height:132px;
	overflow:hidden;
	padding:5px;
	position:relative;
	width:250px;
	border:1px solid #ddd;
	margin-bottom:5px;
}
#top .portfolio_item h3 {
	position:absolute;
	bottom:13px;
	left:0;
	border:none;
	padding:0;
	margin:0;
	line-height:1em;
}
#top #main .portfolio_item h3 a {
	padding:4px 8px;
	font-size:12px;
	display:inline;
	height:auto;
	width:auto;
	overflow:auto;
}
.portfolio_item a {
	display:block;
	overflow:hidden;
	width:250px;
	height:132px;
}
#top .portfolio_item img, #top .portfolio_item a img {
	border:none;
	padding:0 !important; /*ie 6 fix fix =)*/
	margin:0;
}
/* ------------------------------------------------------------------------------------------

	NORMAL PAGE (SIDEBAR)

------------------------------------------------------------------------------------------ */							
#inner_content, .inner_content {
	float:left;
	width:607px;
	padding:0 0 15px 25px;
	position:relative;
}
#top .portfolio_inner_content {
	width:100%;
}
#inner_content .entry {
	width:580px;
}
.entry {
	clear:both;
	margin-bottom:28px;
	overflow:hidden;
	padding-bottom:20px;
	position:relative;
}
.entry-head {
	position:relative;
	top:-3px;
	margin-bottom:20px;
	font-size:11px;
}
.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a {
	text-decoration:none;
	padding:2px 0;
	background-color:#019A94;
	color:#FFFFFF;
}
#top .entry-head a, .more-link {
	padding:2px 4px;
}
.date {
	padding:2px 4px;
}
#subpage #content {
	padding:0 0 20px 0;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------------------------------------------

	CONTENT	

------------------------------------------------------------------------------------------ */	
.content_top {
	height:30px;
	padding:0 10px;
	width:940px;
	float:left;
}
#content {
	float:left;
	padding:0 10px;
	position:relative;
	width:100%;
}
#sidebar {
	float:left;
	padding:0 0 15px 0;
	width:320px;
	overflow:hidden;
}
/* ---------------------- TV -------------------*/	
#content .tubepress_container {
	padding-bottom:25px;
}
#content .tubepress_container div.pagination {
	width:100%;
}
#content .tubepress_container div.pagination a:hover, div.meneame a:active {
	background-color:#019A94;
	color:#FFFFFF;
	border:none;
}
#content .tubepress_container div.pagination span.current {
	color:#019A94;
	font-size:15px;
}
#content .tubepress_container div.pagination a {
	border:none;
	color:#999;
}
#content .tubepress_container div.pagination span.disabled {
	color:#CCC;
}
#content dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
	text-decoration:none;
	margin:6px 0;
}
#content dd.tubepress_meta_runtime, #content dt.tubepress_meta_views {
	color:#999;
	font-style:normal;
	font-weight:normal;
}
#content dd.tubepress_meta_views {
	color:#666;
}
#content .tubepress_normal_embedded_wrapper {
	margin:0 25px 0 32px;
	float:left;
	display:inline;
}
#content dd.tubepress_meta_title a:hover {
	color:#019A94;
}
#content .tubepress_thumb {
	height:200px;
	margin:0;
}
#content .tubepress_thumbs {
	width:340px;
}
#content .tubepress_thumbnail_area {
	width:340px;
	float:left;
	margin-top:22px;
}
#content .tubepress_thumbs {
	padding:0;
}
#content .tubepress_meta {
	float:none;
}
#content dd.tubepress_meta_author, #content dd.tubepress_meta_keywords, #content dd.tubepress_meta_category, #content dd.tubepress_meta_rating, #content dd.tubepress_meta_ratings, #content dd.tubepress_meta_id, #content dd.tubepress_meta_views, #content dd.tubepress_meta_uploaddate {
	margin:0;
}
/* ---------------------- BREADCRUMB NAVIGATION -------------------*/		
.breadcrumb {
	font-size:11px;
}
.breadcrumb a {
	text-decoration:none;
	color:#999;
}
.breadcrumb a:hover {
	color:#019A94;
	text-decoration:underline;
}
/* ---------------------- Pagination -------------------*/
.pagination {
	clear:both;
	display:block;
	float:left;
	padding:0 0 20px 0px;
	position:relative;
	z-index:3;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 2px 2px 0;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
.pagination .current {
	font-size:11px;
	padding:3px 6px;
}

/* ---------------------- CONTACT FORM -------------------*/
#searchsubmit, #send, #top #submit {
	cursor:pointer;
}
#s, .text_input, .text_area {
	padding:5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	width:200px;
	font-size:11.5px;
}
#sidebar #s {
	width:155px !important; /*ie6fix*/
	width:125px;
}
#top #searchsubmit, #top #send, #top #submit {
	padding:4px 20px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:11.5px;
}
.hidden {
	display:none;
}
#commentform {
	padding-bottom:20px;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
fieldset label {
	padding-left:7px;
}
.blocklabel {
	display:block;
	padding:10px 0 0 0;
}
#top .text_area {
	width:450px;
}
.corner_left, .corner_right {
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	z-index:6;
	left:0;
}
#top .corner_right {
	left:935px;
}
/* ---------------------- GALLERY -------------------*/
.imgAlbums {
	margin:0 0 20px 31px;
	overflow:hidden;
	width:900px;
}
.imgAlbums li {
	float:left;
	width:418px;
	margin:0 30px 30px 0;
	list-style:none;
}
.imgAlbums li a {
	display:block;
	padding:0;
	width:auto;
	width:424px;
	height:111px;
	text-decoration:none;
}
/* ---------------------- SMALL BOX & WIDGET -------------------*/
.small_box {
	float:left;
	padding:8px 0 15px 0;
	position:relative;
	width:100%;
	background:transparent url(images/bloc_foot_top.png) no-repeat left top;
}
#frontpage .small_box{
	width:310px;
}
#sidebar .small_box{
	margin-left:20px;
}
#sidebar div.listPages{
	margin:0 0 15px 0;
	padding:0;
}
#sidebar .small_box {
	line-height:1.8em;
	padding:0 0 15px 0;
}
.listGalleries .small_box {
	padding:0 0 15px 50px;
	width:260px;
	background:none;
}
.listGalleries .box1 {
	padding:0 0 15px 30px;
}
.listImages {
	float:left;
}
.listImages .small_box {
	padding:0 0 5px 50px;
	width:260px;
	background:none;
}
.listImages .box1 {
	padding:0 0 5px 30px;
}
.piclenselink {
	margin:0 0 15px 16px;
}
#top .ngg-navigation {
	margin-bottom:15px;
}
#top .ngg-navigation a {
	text-decoration:none;
}
#top .box1, #top .box2 {
	margin-right:10px;
}
.small_box h3 {
	color: #8FC400;
	font-family: arial,sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}
#subpage .small_box h3{
	font-size: 22px;
	color:#438c8e;
	font-weight:normal;
}
.small_box .sBoxHead {
	position:relative;
	padding:0 20px 0 20px;
	background:transparent url(images/bloc_foot_head.jpg) left top repeat-y;
}

.small_box .sBoxHead .boxLogo{
	position:absolute;
	right:14px;
	top:0;
}

.small_box .sBoxContent {
	background:transparent url(images/bloc_foot_content.jpg) repeat-y left top;
	padding:10px 22px 10px 22px;
	height:250px;
}
.small_box .sBoxContent .contentPost {
	margin-top:15px;
}
.small_box .sBoxContent .contentPost a.readMore {
	color:#019a95;
	font-size:12px;
}
.small_box .sBoxContent h4 {
	color:#35230D;
	font-size: 15px;
	margin-bottom:0;
	padding:0;
	font-weight:bold;
}
.small_box .sBoxContent .datePost {
	color:#019A94;
	font-size:12px;
}
.small_box .sBoxContent .ngg-galleryoverview li {
	float:left;
	margin-right:3px;
	list-style:none;
}
.small_box .sBoxContent .ngg-galleryoverview li img {
	width:48px;
	height:48px;
}
.small_box .sBoxFooter {
	background:transparent url(images/bloc_foot_head.jpg) left top repeat-y;
	padding:6px 20px 0 20px;
}
.small_box .sBoxFooter a {
	color:#019A94;
	text-decoration:none;
}
.small_box .sBoxFooter a:hover {
	color:#35230D;
}
.small_box .sBoxDecoFooter {
	background:transparent url(images/bloc_foot_bottom.png) no-repeat left top;
	height:16px;
}
.small_box .socialList li {
	padding-left:40px;
	list-style:none;
	margin-bottom:14px;
}
.small_box .socialList li h4 {
	color:#666;
	font-weight:normal;
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
}
.small_box .socialList li a {
	color:#666;
	font-size:10px;
}
.small_box .socialList li a:hover {
	color:#fff;
	background-color:#00d8d3;
}
.small_box .icoRSS {
	background:transparent url(images/social_rss.jpg) no-repeat left center;
}
.small_box .icoFacebook {
	background:transparent url(images/social_facebook.jpg) no-repeat left center;
}
.small_box .icoVimeo {
	background:transparent url(images/social_youtube.jpg) no-repeat left center;
}
.small_box .icoTwitter {
	background:transparent url(images/social_twitter.jpg) no-repeat left center;
}
.small_box .icoNetlog {
	background:transparent url(images/social_netlog.jpg) no-repeat left center;
}
.widget_categories a, .widget_pages a, .widget_archive a, .widget_recent_entries a, li.recentcomments, .widget_meta a {
	padding:5px;
	display:block;
	text-decoration:none;
	width:250px;
}							
.widget_tag_cloud a {
	text-decoration: none;
	padding:0px 3px;
}
.widget_tag_cloud a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#text-3{
	background:transparent url(images/mini_logo.jpg) no-repeat 86px 0px;
}
li.recentcomments a {
	text-decoration: none;
}
/* -----------------------------
- Subnav
------------------------------*/
#sidebar .listPages h3{
	background: url("images/titre.selection.png") no-repeat scroll 0 0 transparent;
	color: #656565;
	font-size: 24px;
	height: 44px;
	padding: 12px 0 0 20px;
	width: 300px;
}
#sidebar .listPages{
	background-color:#acacac;
}
#sidebar #subNav{
	border-left:1px solid #929292;
	width:312px;
}

/* ------------------------------------------------------------------------------------------

	COMMENTS

------------------------------------------------------------------------------------------ */
textarea {
	width:538px;
	padding:10px;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
#commentform {
	padding-bottom:20px;
}
#top .commententry li, #top .commententry ul, #top .commententry ol {
	border:none;
}
#top .commentlist, #top .commentlist li {
	clear:both;
	position:relative;
	list-style-type:none;
	padding:10px 0px 0px 25px;
	background-image:none;
	margin-bottom:10px;
}
#respond {
	clear:both;
	margin:20px 0 0 0;
	width:100%;
}
#comment, fieldset textarea {
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
}
#commentform p, fieldset p {
	padding:2px 0;
	clear:both;
}
#commentform input {
	padding:5px;
}
.commentlist li h3 {
	float:left;
}
.commentlist .says {
	display:none;
}
.commentlist .avatar {
	border:1px solid #DDDDDD;
	left:-25px;
	padding:3px;
	position:absolute;
	top:14px;
}
.commentlist .commentmetadata {
	font-size:11px;
}
.commentlist .commentmetadata a {
	position:relative;
	font-size: 10px;
	color:#888;
	text-decoration: none;
	line-height: 10px;
	top:-5px;
}
.reply {
	font-size:11px;
	left:-19px;
	position:absolute;
	top:53px;
}
.fn {
	font-weight:bold;
	font-style:normal;
	font-size: 13px;
}
.fn a {
	text-decoration: none;
}
.reply a {
	text-decoration:none;
}
.reply a:hover {
	text-decoration:underline;
}
.comment_nav {
	float:left;
	height:38px;
	padding:0 0 15px 50px;
	width:508px;
}
.comment_nav a {
	text-decoration:none;
	cursor:pointer;
}
.comment_next {
	float:right;
}
.comment_prev {
	float:left;
}
.commentlist .children {
	padding-left:20px;
	padding-bottom:0;
}
#top .children li {
	padding-right:0;
}
#top #cancel-comment-reply-link {
	float:right;
	height:26px;
	line-height:26px;
	margin-right:1px;
	position:relative;
	right:14px;
	text-decoration:none;
}
.advancedlink {
	line-height:28px;
}
.fullwidth {
	width:558px;
}
/* ------------------------------------------------------------------------------------------

	FOOTER

------------------------------------------------------------------------------------------ */
#footer {
	clear:both;
	padding:0;
	margin:10px 0;
	position:relative;
	font-size:11px;
	width:950px;
	float:left;
	color:#FFF;
}
#ribs{
	position:absolute;
	right: -11px;
	top: -62px;
}
.copyright {
	float:left;
	display:block;
}
.copyright a{
	color:#5B5A5A;
}
.scroll-top {
	float:right;
	display:block;
}
