/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial;
	background: #CFCFD1 url('images/site-bg.jpg') no-repeat center top;
	color: #000;
	text-align: center;
	overflow-x : hidden;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {

	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.entry p{
	width : 100%;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h3, h3 a{
	text-transform : uppercase;
	color : #660066 !important;
        text-decoration:none;
	}

h2 a:hover, h3 a:hover {
	text-transform : uppercase;
	color : #990099 !important;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #660066;
	text-decoration: underline;
	}

a:hover {
	color: #990099;
	text-decoration: underline;
	cursor : pointer;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border: none;
	background : #fff url(images/page-bg.jpg) no-repeat;
	}
	
.blogpage{
	background : #fff url(images/blog-bg.png) no-repeat !important;
	}

#header {
	background : none;
	padding: 0;
	margin : 0 auto;
	height: 190px;
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.homepage {
	float: left;
	padding: 60px;
	margin: 0;
	width: 840px;
	min-height : 500px;
	}
	
*html .homepage {
	float: left;
	padding: 60px;
	margin: 0;
	width: 820px;
	min-height : 500px;
	}

.vippage {
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
	width: 600px;
	padding : 22px 25px;
	min-height : 500px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post h2{
clear:both;
float:left;
margin:10px 0 0 !important;
padding:0 !important;
text-align :left;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	clear : both;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border : 1px solid #660066;
	background : #ffffff;
	margin-bottom : 10px;
	margin-top : 10px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border : 1px solid #660066;
	background : #ffffff;
	margin-bottom : 10px;
	margin-top : 10px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border : 1px solid #660066;
	background : #ffffff;
	margin-bottom : 10px;
	margin-top : 10px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
border:medium none;
height:20px;
margin:4px 3px 0 29px;
padding:5px;
width:158px;
	}
	
#searchform #s {
border:medium none;
height:20px;
margin:4px 3px 0 29px;
padding:5px;
width:158px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
border:1px solid #996699;
float:left;
margin:10px 0;
padding:10px;
text-align:justify;
width:96%;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float : right;
	width: 240px;
	padding : 30px;
	}
	
*html #sidebar
{
	float : right;
	width: 240px;
	padding : 30px 15px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter{
	border : 1px solid #660066;
	padding : 5px;
	background : #ffffff;
	margin-bottom : 10px;
	margin-top : 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* WELCOME PAGE */

.welcome-title{
	float : left;
	margin : 0 40px;
	padding : 0 0 20px;
	font-family : Arial;
	font-size : 30px;
	color : #663366;
	background : url(images/welcome-msg.png) no-repeat center top;
	border-bottom : 1px solid #663366;
	text-indent : -10000px;
	width : 760px;
}

.welcome-msg-box{
	float : left;
	margin : 10px 0 40px 60px;
	padding : 0;
	width : 680px;
}

.welcome-msg-box img{
	float : left;
}

.welcome-msg{
	float : left;
	padding : 0;
	margin : 0 0 0 10px;
	font-family : Arial;
	font-size : 18px;
	color : #663366;
	width : 450px;
}

.deviens-vip-box{
	float : left;
	width : 305px;
	height : 65px;
	background : url(images/deviens-vip-box.jpg) no-repeat;
	padding : 80px 0 0 110px;
	margin : 0 10px 0 0px;
}

.vip-box{
	float : left;
	width : 305px;
	height : 65px;
	background : url(images/vip-box.jpg) no-repeat;
	padding : 80px 0 0 110px;
	margin : 0;
}

/* PASS VIP */
.pass-vip-form-title{
	color:#663366;
	font-family:Arial;
	font-size:24px;
	margin:0 38px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	width:760px;
	font-weight : bold;
}

.pass-vip-form-subtitle{
	border-bottom:1px solid #660066;
	color:#999999;
	font-family:Arial;
	font-size:14px;
	margin:0 38px;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:760px;
}

.passvip-form-box{
	clear:both;
	float:left;
	margin:15px 0px 0 170px;
	width:635px;
}
*html .passvip-form-box{
	clear:both;
	float:left;
	margin:15px 0px 0 50px;
	width:635px;
}

.passvip-form-box label{
	clear:both;
	color:#660066;
	float:left;
	padding:10px 0;
	width:160px;
}


.form-row{
	float : left;
}
*html .form-row{
	float : left;
	width : 550px;
}

.input-bg{
	background:transparent url(images/bg-textinput.jpg) no-repeat scroll 0 0;
	float:left;
	height:38px;
	width:226px;
}

.input-field{
	float:left;
	height:38px;
	padding:10px 0 0;
	width:226px;
	font-family : Arial;
}

.large-input-field{
	float:left;
	height:38px;
	padding:10px 0 0;
	width:260px;
}


.code-invit{
	float : left;
	width : 240px;
}

.input-bg input{
	border:none;
	margin:4px;
	padding:6px;
	width:206px;
}

*html .input-bg input{
	border: 0 none;
	border-color : none;
	margin:4px;
	padding:6px;
	width:206px;
}

.input-bg select{
	border:medium none;
	height:25px;
	margin:5px;
	padding:3px;
	width:217px;
}

*html .input-bg select{
	border: 0 none;
	border-color : none;
	height:25px;
	margin:5px;
	padding:3px;
	width:217px;
}

/* MENU */

ul.menu {
	margin : -30px 0 !important;
	padding : 0 !important;
	width : 240px;
}

ul.menu li a{
	float : left;
	margin : 0 !important;
	padding : 0 !important;
	width : 237px;
	height : 36px;
	text-indent : -10000px;
	outline : none;
}

ul.menu li a.actualites{
	background : url(images/menu.png) no-repeat 0 0;
}
ul.menu li a.actualites:hover{
	background : url(images/menu.png) no-repeat -240px 0 ;
}

ul.menu li a.actualiteshover{
	background : url(images/menu.png) no-repeat -240px 0 ;
}

ul.menu li a.membres-vip{
	background : url(images/menu.png) no-repeat  0 -36px;
}
ul.menu li a.membres-vip:hover{
	background : url(images/menu.png) no-repeat -240px -36px;
}

ul.menu li a.membres-viphover{
	background : url(images/menu.png) no-repeat -240px -36px;
}

ul.menu li a.musique{
	background : url(images/menu.png) no-repeat  0 -72px;
}

ul.menu li a.musique:hover{
	background : url(images/menu.png) no-repeat -240px -72px;
}

ul.menu li a.musiquehover{
	background : url(images/menu.png) no-repeat -240px -72px;
}

ul.menu li a.videos{
	background : url(images/menu.png) no-repeat  0 -108px;
}

ul.menu li a.videos:hover{
	background : url(images/menu.png) no-repeat -240px -108px;
}

ul.menu li a.videoshover{
	background : url(images/menu.png) no-repeat -240px -108px;
}

ul.menu li a.photos{
	background : url(images/menu.png) no-repeat  0 -144px;
}

ul.menu li a.photos:hover{
	background : url(images/menu.png) no-repeat -240px -144px;
}

ul.menu li a.photoshover{
	background : url(images/menu.png) no-repeat -240px -144px;
}

ul.menu li a.evenements{
	background : url(images/menu.png) no-repeat  0 -180px;
}

ul.menu li a.evenements:hover{
	background : url(images/menu.png) no-repeat -240px -180px;
}

ul.menu li a.evenementshover{
	background : url(images/menu.png) no-repeat -240px -180px;
}

ul.menu li a.forum{
	background : url(images/menu.png) no-repeat 0 -252px;
}

ul.menu li a.forum:hover{
	background : url(images/menu.png) no-repeat -240px -252px;
}
ul.menu li a.contact{
	background : url(images/menu.png) no-repeat 0px -284px;
}

ul.menu li a.contact:hover{
	background : url(images/menu.png) no-repeat -240px -284px;
}

/* SIDEBAR RECHERCHE */

.search-field{
	background:transparent url(images/search-field-bg.jpg) no-repeat scroll 0 0;
	float:left;
	height:38px;
	margin:0;
	padding:0;
	width:244px;
}

li.search-li{
	border-bottom:1px solid #660066;
	border-top:1px solid #660066;
	float:left;
	margin:10px 0;
	padding:20px 0;
}

#searchsubmit{
border : none;
background :none;
color : #663366;
cursor : pointer;
}

#searchsubmit:hover{
border : none;
background :none;
color : #660066;
cursor : pointer;
}
/* SIDEBAR MEMBRES VIP */

h2.sidebar-membres-title{
	float : left;
	margin : 0;
	padding : 0;
	background : url(images/sidebar-membres.jpg) no-repeat;
	width : 244px;
	height : 28px;
	text-indent : -10000px;
}

li.widget_FacebookConnector{
	border-bottom:1px solid #660066;
	float:left;
	margin:0;
	padding: 0 0 10px;
}

/* SIDEBAR LAST COMMENT */
h2.sidebar-comment-title{
	float : left;
	margin : 0;
	padding : 0;
	background : url(images/sidebar-commentaires.jpg) no-repeat;
	width : 244px;
	height : 29px;
	text-indent : -10000px;
}
/* FB CONNECT HEADER */

.fbconnect-box{
color:#663366;
float:right;
font-family:Arial;
font-size:14px;
margin:100px 0 0;
padding:0 0 0 40px;
text-align:left;
width:260px;
}
.home-button{
	float:left;
	height:180px;
	width:650px;
}

.profil-img{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #FFFFFF;
float:right;
margin-top:-15px;
padding:2px;
}

.actualites-title{
background:transparent url(images/actualites-title.png) no-repeat scroll 0 0;
height:30px;
margin:0;
padding:0;
text-indent:-10000px;
width:250px;
}
.membres-vip-title{
background:transparent url(images/membres-vip-title.png) no-repeat scroll 0 0;
height:30px;
margin:0;
padding:0;
text-indent:-10000px;
width:250px;
}
.musique-title{
	margin : 20px 0;
	padding : 0;
	background : url(images/musique-title.jpg) no-repeat;
	text-indent : -10000px;
	width : 250px;
}
.videos-title{
	margin : 20px 0;
	padding : 0;
	background : url(images/videos-title.png) no-repeat;
	text-indent : -10000px;
	width : 250px;
	height : 30px;
}
.photos-title{
	margin : 20px 0;
	padding : 0;
	background : url(images/photos-title.jpg) no-repeat;
	text-indent : -10000px;
	width : 250px;
}
.evenements-title{
	margin : 20px 0;
	padding : 0;
	background : url(images/evenements-title.jpg) no-repeat;
	text-indent : -10000px;
	width : 250px;
}

.blogfooter{
	float : left;
	margin : 0;
	padding : 0;
	width : 100%;
	background : url(images/bg-footer.jpg) no-repeat center top;
	height : 256px;
}

.footer-box{
	margin : 0 auto;
	padding : 0;
	height : 256px;
	width : 960px;
}

.nolwenn-link{
	float : left;
	margin : 28px 0 0 30px;
	padding : 0;
	width : 205px
}

.nolwenn-link ul{
	float : left;
	margin : 0;
	padding : 0;
	width : 205px
}

.nolwenn-link ul li{
	border-bottom:1px solid #666666;
	font-size:14px;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:8px 0 0;
	text-align:left;
	text-transform:uppercase;
	font-family : Arial;
}

.nolwenn-link ul li a{
	color : #fff;
	text-decoration : none;
}
.nolwenn-link ul li a:hover{
	color : #cc0099;
	text-decoration : none;
}

.nolwenn-link ul li a img{
	float : left;
	margin-right : 10px;
}

.nolwenn-nav{
	float : left;
	margin : 28px 0 0 30px;
	padding : 0;
	width : 205px
}

.nolwenn-nav ul{
	float : left;
	margin : 0;
	padding : 0;
	width : 205px
}

.nolwenn-nav ul li{
	border-bottom:1px solid #666666;
	font-size:14px;
	height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:8px 0 0;
	text-align:left;
	text-transform:uppercase;
	font-family : Arial;
}
.nolwenn-nav ul li a{
	color : #fff;
	text-decoration : none;
}
.nolwenn-nav ul li a:hover{
	color : #cc0099;
	text-decoration : none;
}

.nolwenn-footer-album{
	float : right;
	margin : 28px 0 0 30px;
	padding : 0;
	width : 460px
}

*html .nolwenn-footer-album{
	float : right;
	margin : 28px 0 0 30px;
	padding : 0;
	width : 430px
}

.nolwenn-footer-album img{
	float : left;
	margin : 10px 0 0 0;
	padding : 0;
}

.footer-nouvel-album{
	float : right;
	width : 320px;
	padding-left : 15px;
}

*html .footer-nouvel-album{
	float : right;
	width : 275px;
	padding-left : 15px;
}

.footer-nouvel-album h3{
	float : left;
	margin : 15px 15px 0 0;
	padding : 0;
	font-size : 24px;
	/*font-weight : bold;*/
	font-weight:normal;
	color : #cc0099 !important;
	clear : both;
	text-transform : uppercase;
}
*html .footer-nouvel-album h3{
	float : left;
	margin : 15px 15px 0 0;
	padding : 0;
	font-size : 20px;
	font-weight:normal;
	color : #cc0099 !important;
	clear : both;
	text-transform : uppercase;
}

.footer-nouvel-album h4{
clear:both;
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:normal;
margin:-5px 15px 0 0;
padding:0;
text-transform:uppercase;
}

.footer-nouvel-album h4{
clear:both;
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:normal;
margin:-2px 15px 0 0;
padding:0;
text-align:left;
text-transform:uppercase;
}

*html .footer-nouvel-album h4{
clear:both;
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:normal;
margin:-5px 15px 0 0;
padding:0;
text-transform:uppercase;
width : 275px;
}

.footer-nouvel-album span{
clear:both;
color:#FFFFFF;
float:left;
font-size:11px;
margin:0 15px 0 2px;
padding:0;
text-align:left;
width:100%;
text-transform:uppercase;
font-size:11px;
}

.footer-nouvel-album a{
float:left;
margin-right : 5px;
color : #cc0099;
text-transform:uppercase;
font-size:11px;
}

.footer-nouvel-album a:hover{
float:left;
margin-right : 5px;
color : #ccc;
}
*html .footer-nouvel-album a.universal{
float:left;
margin-right : 5px;
color : #cc0099;
text-transform:uppercase;
font-size:11px;
width : 150px;
}

*html .footer-nouvel-album a.universal:hover{
float:left;
margin-right : 5px;
color : #ccc;
width : 150px;
}

*html .footer-nouvel-album a.amazon{
float:left;
margin-right : 5px;
color : #cc0099;
text-transform:uppercase;
font-size:11px;
clear:both;
}

*html .footer-nouvel-album a.amazon:hover{
float:left;
margin-right : 5px;
color : #ccc;
clear:both;
}
.nolwenn-footer-album .footer-logos{
	margin-top:165px;

}
*html .nolwenn-footer-album .footer-logos{
	float : left;
	margin : 30px 0 0 20px;
}
.nolwenn-footer-album .footer-logos div{
	float:left;
	padding-right:10px;
}

.nolween-online{
	padding :0;
	margin :0;
	color : #cc0099 !important;
	text-transform : uppercase;
	font-family : Arial;
	font-size : 15px;
	font-weight : bold;
	text-align : left;
}

.loader{
	color : #990099;
	float : left;
	width : 600px;
	 text-align : center;
}

.link-post{
border-bottom:1px solid #996699;
clear:both;
float:left;
margin:10px 0;
padding-bottom:10px;
width:600px;
}

.post-box{
	padding-bottom : 10px;
}

.comment-title{
float:left;
margin:-15px 0 5px;
padding:0;
width:400px;
}

.comment-title-single{
float:left;
margin:0px 0 5px;
padding:0;
width:100%;
}

.nolwenn{
	float : left;
	margin : 0;
	padding : 0;
	width : 150px;
	height : 200px;
	background : #990000;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	overflow : hidden;
	padding : 20px 10px;
}

.TB_closeWindowButton{
cursor:pointer;
height:25px;
position:absolute;
right:33px;
top:12px;
width:20px;
z-index:10000;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding: 0;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
	width : 475px;
}

#TB_ajaxContent.TB_modal{
	padding:15px 5px;
	overflow : hidden;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

td.fb_pop_content h2 {
color:#FFFFFF !important;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
line-height:normal;
text-align:left;
}

.post-box p{
	padding : 15px 0;
}

#respond h3{
	float :left;
	margin : 5px 0;
	padding : 0;
}

.comment-template-box{
	margin:0;
	padding :0;
}

.recent_comment_sidebar{
	float : left;
	margin : 0 !important;
	padding : 10px 0 !important;
}

.recent_comment_sidebar ul{
	float : left;
	margin : 0 !important;
	padding : 10px 0 !important;
}

.recent_comment_sidebar ul li:first-child{
	border-top : 1px dashed #ccc;
}

.recent_comment_sidebar ul li{
	float : left;
	margin : 0 !important;
	padding : 10px !important;
	border-bottom : 1px dashed #ccc;
	font-size : 12px;
	color : #000 !important;
}

.comment-excerpt{
	color :#cc0099; 
	font-size : 11px;
}

.date-post{
clear:both;
color:#666666;
float:left;
}

.btn-valider{
	background : none;
	border : 1px solid #660066;
	margin:10px -7px 0 0 !important;
	padding : 0;
	color : #660066;
}
.btn-valider:hover{
	background : none;
	border : 1px solid #9900cc;
	margin:10px -7px 0 0 !important;
	padding : 0;
	color : #660066;
	cursor : pointer;
}

.errorform{
clear:left;
float:left;
margin:0 0 5px !important;
padding:0 !important;
}

.post .entry{
float:left;
margin:10px 0;
width :100%;
}

