﻿html {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('images/body_bkg.jpg');
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat:no-repeat;
	background-position: 0px 200px;
	background-attachment: fixed;

}

img{
	border: none;
}

/*---------HEADERS------------*/
h1{
margin: 0px;
padding: 0px;
font-size: 1.4em;
}

h1.home_h1{
margin: 0px;
padding: 5px;
font-size: 1.3em;
color : #006600;
}

h1.single_h1{
margin: 0px;
padding: 5px;
font-size: 1.8em;
color : #006600;
}

h2 {
margin: 0px;
padding: 0px;
font-size: 1.4em;
}

h2.index_h2{
margin: 0px;
padding: 0px 10px 0px 10px;
font-size: 1.3em;
color : #006600;
}

h2.download_h2 {
margin: 0px;
padding: 0px;
font-size: 1.4em;
color : #006600;
}

h4{
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 1.3em;
}

.press_post_data{
border-bottom: 1px solid;
border-color: #CCCCCC;
}

.meta_presse{
margin: 0px;
padding: 0px 10px 0px 5px;
font-size: 1.2em;
color : #000000;
text-align: right;
}

h3.side_nav_title {
margin: 0px 0px 7px 0px;
padding: 0px;
font-size: 1.3em;
color : #006600;
}

ul.side_nav{
list-style-type: none;
}

li.link_title{
margin: 0px 0px 8px 0px;
padding: 2px 0px 2px 0px;
font-size: 1em;
}

li.no_link_title{
margin: 0px 0px 8px 0px;
padding: 2px 0px 2px 0px;
font-size: 1em;
color : #CCCCCC;
}


/*---------LINKS------------*/
a { outline: 0 none; }

a {
	text-decoration: none;
	color : #006600;
}

a:visited {
	text-decoration: none;
	color : #006600;
}

a:hover {
	text-decoration: underline;
	color : #003300;
}



#main_container {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
}
#head {
	height: 190px;
	background-image: url('images/header_bkg.jpg');
	margin-bottom: 0px;
	font-size:0;
}
#content_container {
	margin: 0px;
	width: 100%;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #000000; 
}
#td_top{ /*Contient le menu de navigation + logo*/
float : right;
width: 500px;
height: 70px;
display: block;
background-color: #FFFFFF;
}
#td_left{ /*Diapo - images - etc - */
padding-top :1px;
float: left;
width: 380px;
vertical-align: top;
position: relative;
}
#td_right{ /*Contenu - loop*/
margin-top: 70px;
margin-left: 420px;
vertical-align: top;
}

#td_nav{ /*Menus  */
padding:5px 0px 0px 0px;
margin: 5px 0px 0px 0px;
float: left;
width: 260px;
vertical-align: top;
position: relative;
border-right: 1px solid;
border-color: #CCCCCC;
}

.nav_section{ /*Menus  */
width: 90%;
margin: 0px 0px 15px 8px;
padding : 8px 3px 8px 3px;
vertical-align: top;
border-bottom: 1px solid;
border-color: #CCCCCC;
}

#td_presse_column {
margin-top: 70px;
margin-left: 260px;
vertical-align: top;
}

#td_single_column{
clear: both;
vertical-align: top;
padding: 10px;
}

/*---------CATÉGORIES------------*/

.cat_post_table{
	width: 90%;
	border-bottom: 1px solid;
	border-color: #003300; 
}

td.category_post_thumb{
width: 150px;
overflow: hidden;
vertical-align: top;
}

td.category_post_text{
vertical-align: top;
}

.post_cat {
margin: 0px 5px 5px auto;
padding: 0px 5px 0px 5px;
font-size: 1em;
}
.post_cat p {
margin: 0px;
padding: 0px 5px 5px 10px;
}

.float_post_cat {
margin: 0px ;
padding: 0px 0px 0px 0px;
font-size: 1em;
}

.float_post_cat p {
margin: 0px;
padding: 3px 3px 3px 10px;
}

.float_cat-odd {
margin: 10px 0px 0px 10px;
padding: 2px;
font-size: 1em;
float: left;
width: 429px;
height: 200px;
border: 1px solid;
border-color: #003300;
}

.float_cat-even {
margin: 10px 0px 0px 0px;
padding: 2px;
font-size: 1em;
float: left;
width: 429px;
height: 200px;
border: 1px solid;
border-color: #003300;
}

.cat_post_table_float{
	width: 100%;
}

.top_cat {
margin: 0px 0px 0px 0px;
padding: 2px 2px;
width: 874px;
font-size: 1em;
border: 1px solid;
border-color: #003300;
font-size:0;

}

.top_cat a img a{
display:block;
}


/*---------GENEREAL POSTS------------*/

.post {
font-size: 1em;
}

.entry p {
margin: 0px;
padding: 5px;
}

.entry h2 {
margin: 0px;
padding: 5px;
}

.press_entry {
text-align: center;
}


/*---------DOWNLOAD------------*/
.download {
margin: 5px 0px 5px 10px;
width: 420px;
padding: 0px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #003300;
}

.download p {
margin: 0px;
padding: 5px;
}

#td_left_download{ /*download list */
padding-top :1px;
float: left;
width: 480px;
vertical-align: top;
position: relative;
}
#td_right_download{ /*texte*/
margin-top: 70px;
margin-left: 500px;
vertical-align: top;
}








/*---------NAVIGATION------------*/
#top_nav_wrap{
text-align: right;
padding: 0px;
margin: 0px;
}

#titre{
width: 230px;
padding: 5px 7px 5px 0px;
margin: 0px 0px 0px auto;
}

#titre img{
border: none;
display: block;
}

#menu_navigation {
font-family : Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
height : 25px;
font-size : 1.2em;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
}

ul.navigation li{
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline;
}

/*---------SINGLE------------*/
.side_img{
width: 350px;
margin: 15px auto 0px auto;
}

.prev_next_post{
width: 340px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #003300;
margin: 5px auto 0px auto;
padding: 5px;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}

table.disques {
	margin-bottom: 10px;
	width: 100%;
	border: none;
}
.pochette {
	vertical-align: top;
	width: 199px;
}
.tounes {
	vertical-align: top;
	padding: 0px 5px 5px 5px;
}








}
.clearfloat {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

.mp3_player {
	padding:0px;
	margin: 0px auto 0px auto;
	width: 400px;
	height: 170px;
	text-align: center;
	background-color: #FDFBEE;
}

.centre{
	text-align: center;
}

table.la_suite {
	margin-right: 20px;
	font-size: 0.9em;
	padding: 0px;
}




/* h3 {
	font-size: 2em;
	margin: 0px;
	padding: 2px;
	} */

ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

/*---------SIGNUP------------*/

.widecolumn {
	clear: both;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#setupform {
	width: 500px;
}

#user_name{
height: 20px;
}

#user_email{
height: 20px;
}

.submit{
height: 40px;
width: 200px;
border: none;
}





   
   
/*---------GALLERY CSS------------*/
#slide_box{
	margin: 0px 0px 0px 0px;
	display: block;
	width: 380px;
	height: 320px;
	padding-top :1px;
	background-image: url('images/slide_bkg.jpg');
}

#myGallery, #myGallerySet, #flickrGallery, #myGallery2
{
	width: 300px;
	height: 200px;
	z-index:5;
	border: 2px solid #FF9900;
	margin: 48px auto 0px auto;
	font-size: 16px;
	font-weight: normal;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail, #myGallery2 img.thumbnail,
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 25%;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	height: 99%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}



/*---------FOOTER------------*/
#footer {
	width: 100%;
	clear: both;
	margin: 0px auto 0px auto;
	padding :0px 0px 0px 0px;
	height: 290px;
	background-image: url('images/footer_bkg.jpg');
}

#footer_box {
	margin: 5px auto 15px auto;
	border: 2px solid;
	text-align: right;
	border-color: #000000; 
	width: 900px;
	height: 45px;
}

#license {
	margin: 5px 15px 5px 0px;
	height: 35px;
}

#koolos {
	float: left;
	margin: 5px 0px 0px 10px;
}
