/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 80%;
	line-height: 1.3em;
	font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
}

a{
	color: #000;
  outline:none;
}

a:visited{
	color: #663;
	outline:none;
}

a:hover{
	color: #636;
	outline:none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url('img/bg.png') repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top
{
	padding-top: 7px;
	height: 165px;
	background: url(img/bg-top.png) no-repeat left top;
}

#englishlnk
{
	text-align:right;
	margin-right: 30px;
	margin-bottom: 3px;
}

#top h1{
	display: none;
}

#flashcontent {

  width:720px;
  height:162px;
  float:left;
  overflow:hidden;
  line-height:512px;
  margin-left: 21px !important;
  margin-left: 22px;
  margin-top:10px !important;
}
#flashcontent a {
  width:720px;
  height:162px;
  float:left;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display: none;
}

#prelude a{
}

#prelude a:hover{
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #000;
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 26px;
	line-height: 31px;
	
}
.post-title strong{
  font-size:30px;
  text-transform:uppercase;
}
.post-title strong span{
  color:#666;
  background: transparent;
}
.post-title a{
	color: #000;
	background: transparent;
	text-decoration: none;
  text-transform:uppercase;
  font-size:22px;
  color:#666;
}

.post-title a:hover, .post-title a:visited{
color: #be0505;
}

.post-info{
	margin-top: 4px;
	color: #666;
	margin-left: 0px;
	padding: 0 0 1ex 0;
	font-size: 10px;
	line-height: 10px;

	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content a{
	color: #000;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: left;
	font-size: 10px;
	color: #be0505;
}

.post-info-co a{
	color: #be0505;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}


#sidebar h2, #sidebar h3{
	color: #979589;
}


#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 22px;
	background: #fff url(img/button-search.png) no-repeat 5px center;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
  background:transparent url(img/bg-footer.jpg) no-repeat scroll center 119px;
  clear:both;
  color:#FFFFFF;
  height:auto;
  margin:0;
  padding:20px 0 0;
  text-align:center;
}

#footer a{
	color: #fff;
}

#footerfeed, #footerfeed a
{
	font-size: 9px;
	margin-top: 20px;
	color: #555;
}

.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

/* Les partenaires
-------------------------------------------------------- */

#partenaire ul
{
	text-align: center;
}

#menu-salle
{
	background: url('img/menu-salle.gif') no-repeat;
	width: 160px;
	height: 31px;
	font-size: 0px;
	text-indent: -9999px;
}

#menu-infos
{
	background: url('img/menu-programmation.gif') no-repeat;
	width: 160px;
	height: 31px;
	font-size: 0px;
	text-indent: -9999px;
}

#menu-bonus
{
	background: url('img/menu-bonus.gif') no-repeat;
	width: 160px;
	height: 31px;
	font-size: 0px;
	text-indent: -9999px;
}

#menu-newsletter
{
	background: url('img/menu-newsletter.gif') no-repeat;
	width: 160px;
	height: 35px;
	font-size: 0px;
	text-indent: -9999px;
}

#menu-search
{
	background: url('img/menu-recherche.gif') no-repeat;
	width: 160px;
	height: 35px;
	font-size: 0px;
	text-indent: -9999px;
}

#menu-partenaire
{
	background: url('img/menu-partenaires.gif') no-repeat;
	width: 160px;
	height: 31px;
	font-size: 0px;
	text-indent: -9999px;
}

.list-box ul
{
	list-style: none;
	color: #be0505;
	background: #f4f4f4;
	padding-left: 0;
	font-size: 11px ;
	font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
	margin: 0 0 20px 4px;
	width: 156px;
}

.list-box ul li
{
	margin: 3px 0;
	padding-left: 10px;
	background: url('img/bullet-square.gif') left 5px no-repeat;
}

.list-box ul a
{
	color: #666;
	text-decoration: none;
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
}

.list-box h2
{
	margin: 0;
	padding: 0;
}

#list-box-partenaire {
  float:left;
  clear:left;
}

#list-box-partenaire ul
{
  background:#F4F4F4 none repeat scroll 0 0;
  clear:none;
  float:left;
  margin:22px 24px !important;
  padding:0;
  width:720px;
}

#list-box-partenaire li
{
	background:#F4F4F4 none repeat scroll 0 0;
  float:left;
  margin:0;
  padding:0 !important;
}

#list-box-partenaire li a
{
	display: block;
  padding:26px 28px 27px;
}

#list-box-partenaire li img
{
	border: 0;
}

#newsbox
{
}

#newsbox form
{
	background: #f4f4f4 !important;
	margin: 0;
	padding: 0;

}

#newsbox fieldset
{
	margin: 0;
	padding: 0 0 0 3px;

}

#newsbox p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	height: 20px !important;

}

#newsbox p input
{
	margin: 0 5px 0 3px;
}

#newsbox p label
{
	font-size:10px;
  font-weight:bold;
  margin:0;
  padding:0;
  text-transform:uppercase;
  color:#666666;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}


#sidebar form
{
	width: 160px;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
}

#sidebar form p
{
	margin: 0;
	height: 30px;
}

#sidebar form p input
{
	float: left;
}

#sidebar form fieldset
{

}

#sidebar #address
{
	padding-left: 22px;
	background: #fff url(img/button-email.png) no-repeat 4px center;
	border: 1px solid #bbb !important;
	margin: 2px 4px 0 0;
	width: 98px !important;
}

#sidebar #q
{
	margin-top: 2px;
	margin-left: 3px;
	width: 98px !important;
	border: 1px solid #bbb;
	margin-right: 7px;
}

#sidebar ul
{
	margin-top: 4px;
  /*padding-top:0;*/
}

.link-ticket
{
	background: url('img/button-billeterie.gif') left center no-repeat;
	padding-left: 20px;
}

#misc-info
{
	margin-top:0px;
	padding-top:5px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	margin-bottom: -10px;
}

#misc-info span {
  display:inline;
}

#misc-info ul {
  margin:0 !important;
  padding:0 !important;
  list-style-type:none;
  display:inline;
}

#misc-info ul li {
  display:inline;
  height:16px;
  padding-right:10px;
  text-transform:uppercase;
}

#misc-info ul li a {
  text-transform:uppercase;
  font-size:10px;
  background: transparent url(img/button-billeterie-noir.gif) no-repeat top left;
  height:16px;
  line-height:16px;
}

/*-------------------------------------------*/
.calendar
{
	list-style: none;
	background: #fff;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 520px;
}

.calendar li
{
	border: 1px solid #d0d0d0;
	margin:10px 0;
	width: 520px;
  height:98px;
}

.calendar li .event, .calendar li .eventnext
{
	background: white;  
  clear:left;
  float:left;
  height:98px;
  position:relative;
  width:520px;
}

.calendar li .eventnext
{
	height: 52px;
}

.calendar .title
{
	position: absolute;
	font-size: 18px;
	text-align: center;
	width: 324px;
	height:65px;
	line-height:90px;
	left: 67px;
	color: #be0505;
	font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
	overflow: hidden;
	white-space: nowrap;
	background: #eee;
	padding-left: 18px;
	padding-right: 18px;
}

.eventnext .title
{
}

.calendar .title a
{
	color: #000;
	text-decoration: none;
}


.calendar .subtitle
{
	position: absolute;
	overflow: hidden;
	font-size: 10px;
	height:35px;
	text-align: center;
	width: 324px;
	left: 67px;
	bottom:0;
	color: #666;
	background: #eee;
	padding-left: 18px;
	padding-right: 18px;
}

.eventnext .subtitle
{
}


.calendar .date
{
  background:#FFFFFF none repeat scroll 0 0;
  color:#333333;
  float:left;
  font-size:20px;
  font-weight:bold;
  height:49px;
  left:0;
  line-height:70px;
  overflow:hidden;
  position:absolute;
  text-align:center;
  top:0;
  width:78px;
}

.calendar .date_3_rows {
  background:#FFFFFF none repeat scroll 0 0;
  color:#333333;
  float:left;
  font-size:20px;
  font-weight:bold;
  height:30px;
  left:0;
  line-height:1;
  overflow:hidden;
  position:absolute;
  text-align:center;
  top:38px;
  width:78px;
}

.calendar .type
{
  background:#FFFFFF none repeat scroll 0 0;
  color:#666666;
  float:left;
  font-size:14px;
  height:45px;
  left:0;
  line-height:50px;
  position:absolute;
  text-align:center;
  top:0;
  width:78px;
}

.eventnext .date
{
	color: #333;
	height: 15px;
	font-size: 7px;
}

.calendar .hour
{
  background:#FFFFFF none repeat scroll 0 0;
  bottom:0;
  color:#666666;
  font-size:15px;
  height:49px;
  left:0;
  line-height:16px;
  padding:0px 5px 0;
  position:absolute;
  text-align:center;
  width:68px;
}

.calendar .hour_3_rows
{
  background:#FFFFFF none repeat scroll 0 0;
  bottom:0;
  color:#666666;
  font-size:15px;
  height:35px;
  left:0;
  line-height:16px;
  padding:4px 5px 0;
  position:absolute;
  text-align:center;
  width:68px;
}

.eventnext .hour
{
	top: 13px;
}


.calendar .style
{
	position: absolute;
	font-size: 10px;
	text-align: center;
	font-style: italic;
	width:98px;
	right:0;
	color: #666633;
	top: 0px;
  height:98px;
  background-color:#000;
  overflow:hidden;
}

.calendar .style a img {
  max-width:98px;
  border:0;
}

.eventnext .style
{
	top: 35px;
}

.calendar .ticket
{
	position: absolute;
	font-size: 11px;
	text-align: left;
	width: 93px;
	top: 34px;
	left: 427px;
	text-align: center;
}

.eventnext .ticket
{
	top: 0px;
}


.calendar .ticket a
{
	color: #be0505;
	padding-left: 20px;
	background: url('img/button-billeterie.gif') center left no-repeat;
}

.calendar .detail
{
	position: absolute;
	font-size: 11px;
	text-align: left;
	width: 93px;
	top: 17px;
	left: 427px;
	text-align: center;
}

.calendar .detail a
{
	color: #000;
}

.eventnext .detail
{
	top: 17px;
}

h2.arrow
{
	color: red;
	padding-left: 0px;	
	height: 30px;	
	line-height: 30px;	

}

.link-calendar
{
	display: block;
	margin: 7px 0; 
}

#nav-list
{
	font-size:10px;
	margin: 0;
	padding: 0;
  text-transform:uppercase;
}

.main-title
{
	border-bottom:1px solid #CBCBCB;
  font-size:32px;
  font-weight:bold;
  margin-bottom:5px;
  margin-top:0;
  padding-bottom:10px;
  text-transform:uppercase;
}

#nextconcert h3
{
	padding-left: 0px;	
	height: 30px;	
	line-height: 30px;	
	margin: 20px 0 5px 0px;
}

.concert-button
{
	display: block;
	color: #fff;
	width: 200px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: white url('img/fond-bouton.gif') no-repeat;
	margin: 15px auto 0 auto;
}

a.concert-button
{
	color: #fff !important;
	text-decoration: none;
}

.info-button
{
	display: block;
	color: #fff;
	width: 280px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: white url('img/fond-bouton.gif') repeat-x;
	margin: 15px auto 0 auto;
}

a.info-button
{
	color: #fff !important;
	text-decoration: none;
}

*+html #footer div.infos {
  line-height:40px;
}

a.monthcurrent {
  cursor:default;
  text-decoration:none;
  color:#999;
}

div.post-content img.main {
  float:left;
  margin-right:10px;
  max-width:292px;
}
