/* Start of CMSMS style sheet '[TOJ] Base' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 80%;
   line-height: 1.2em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #000000; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #000000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #1F6387;
}


/* Puces pour la page contact */
.telephone {
   background: url(images/puces/telephone.png) no-repeat left;
   padding-left : 22px;
}

.courrier {
   background: url(images/puces/courrier.png) no-repeat left;
   padding-left : 22px;
   padding-bottom : 2px;
}

.email {
   background: url(images/puces/keyboard.png) no-repeat left;
   padding-left : 22px;
}

/* Puces pour les chansons */

.zik tr {
background : url(images/puces/music.png) no-repeat left;
padding-left: 10px; 
}

/* Citation la Dépêche */

.depeche {
font-family: serif;
}

*.depeche {
font-size: 14px;
}
 
/* Bouton Flux RSS */

.flux_rss {
text-align:center; }

/* FLUX RSS (toj ...) */

.rss-toj {
font-size: 11px;
margin-left: 35px; }

/* Liste logos partenaires soirée cabaret 2008 */

.liste-logos {
text-align: center;}

.liste-logos img  {
margin: 0 10px 15px 0 }



/* Le tableau des chansons en Ã©coute */

table.chansons {
width: 540px;
font-size: 12px;
margin-top: 25px; }


/* Plaquette et fiche technique */

.technique {
margin-top: 40px;
text-align:center;
}

.technique img {
border: 1px solid #666;
padding: 3px;
}
.technique img:hover {
padding: 3px;
border: 1px solid #1F6387;}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;
   margin:0;    /* gives some air for the pagewrapper */
}



/* center wrapper, min max width */
div#pagewrapper {

   margin: 0 auto;       /* this centers wrapper */
   width: 800px;   
   background-color: #fff;;
   color: black;
   text-align: center;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 250px;    /* adjust according your image size */
   background: #ffffff;
   margin: 0;          
}

div#header a {
/* you can set your own image here */
   background: #ffffff url(images/new-logo-2009.jpg) no-repeat; 
   display: block;
   height: 243px;             /* adjust according your image size */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

.description-seo {  /* Ligne de description ... SEO, what else ? */
font-size:0.8em;
color:#666;
}

div#bandeau {
   height: 140px;    /* adjust according your image size */
   text-align: center; /* pour corriger le bug de centrage IE */
   margin-top: 15px;
}

.pictos li {
    float:left;
    list-style : none;
    margin-left : 20px;

}

.petit_menu { 
    float:left;
    text-align: left; /* pour corriger le bug de centrage IE */
    margin-left:30px;
    margin-top:12px;
}

ul.petit_menu li {
    background : url(images/fleche-jaune.gif) no-repeat left;
    list-style: none;
    padding-left: 15px;
}

/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

.prochains_concerts {
   background : url(images/puces/date.png) no-repeat left;
}

div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   margin: 0 2% 20% 0;
   text-align: left;
   float:right;
   width:540px;
}

div#sidebar {
   float:left;
   width: 210px;     
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   height: 80px;  
   width: 550px;
   margin: auto; 
   margin-top : 80px;
   text-align: center;
   border-top: 1px solid black;
   border-bottom: none;
   padding-top: 15px;
}



div#footer p {
   font-size: 0.8em;
   color: #000;
   text-align: center;  /* centered text */
}

div#footer p a {
   text-decoration: underline;
   color: #000000;
}

/* Petites images dans le footer */

.valid {
  list-style: none;
  padding-left: 18px;
  margin: 2px 5px;
  background: url(images/puces/tick.png) no-repeat left; 

}

.cmsms {
  list-style: none;
  padding-left: 18px;
  margin: 2px 5px;
  background: url(images/puces/plugin.png) no-repeat left; 
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */

div#content h1 {
	color: #2d1c15; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #1F6387; 
	border-left: 0.8em solid #1F6387; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 1.5em 0;
}
div#content h2 {
   color: #2d1c15; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}


div#content h3 {
   color: #000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h4 {
   color: #000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   background-color: #f5f5f5;
   border: 1px solid #ddd;
   padding : 10px;
   margin-left: 30px;
}


strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}




.underline {  /* Pour souligner selon les standards ... p*tain du WYSIWYG */
text-decoration : underline;
}


/* Les puces de la page Amis :)  */

.simon {
background : url(images/puces/palette.png) no-repeat left;
padding-left : 20px;
font-weight: bold;
}

.justinjazz {
background : url(images/puces/color_swatch.png) no-repeat left;
padding-left : 20px;
font-weight: bold;
text-decoration:underline;
}

.concept {
background : url(images/puces/asterisk.png) no-repeat left;
padding-left : 20px;
font-weight: bold;
text-decoration:underline;
}

.amis-partenaires {
background : url(images/puces/bullet-blue.png) no-repeat left;
padding-left : 18px;
font-weight: bold;
}

.mariage {  /* Puce partenaire la mariée aime le jazz */
background : url("images/puces/get-info.jpg") no-repeat left;
padding-left: 41px;
font-weight:bold;
margin: 40px 0;}


/* END LISTS */



/* End of '[TOJ] Base' */

/* Start of CMSMS style sheet '[TOJ] Menu' */
/********************
MENU (AVEC ICONES)
*********************/

#menu_icones {
   padding-left: 1em;
   margin-left: 0;
   text-align: left;
}

#menu_icones li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display:block;
   padding: 0.8em 0.5em 0.8em 1.8em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */

}

#menu_icones li a {
   text-decoration:none;
   font-weight : bold;
}

#menu_icones li a:hover {
   text-decoration:underline;
   font-weight : bold;
}



/** Fix Bug IE avec display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }


/* Liste des liens avec puces */
.accueil {background: url(images/puces/house.png) no-repeat left;}
.orchestre {background: url(images/puces/group.png) no-repeat left;}
.musique {background: url(images/puces/music.png) no-repeat left;}
.concerts {background: url(images/puces/star.png) no-repeat left;}
.photos {background: url(images/puces/photos.png) no-repeat left;}
.contact {background: url(images/puces/courrier.png) no-repeat left;}
.prochains_concerts {background: url(images/puces/date.png) no-repeat left; border-bottom : none; margin-bottom: 0.5em;}
/* End of '[TOJ] Menu' */

/* Start of CMSMS style sheet '[TOJ] News' */
div#news {
  margin: 1em 0 5em 0.3em; 
  border-bottom: 1px solid #ccc;  /* margin for the entire div surrounding the news list */
  text-align: left;
}


/* STYLE SOMMAIRE D'UNE NEWS */

.NewsSummary {
    padding: 0em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
}


.NewsSummaryLink {
  font-weight: bold;
  padding-left: 17px;
  background: url(images/puces/bullet_red.png) no-repeat left;
}

.NewsSummaryLink2 { /* Pour les anciennes dates */
  padding-left: 17px;
  background: url(images/puces/bullet_red.png) no-repeat left;
}

/* La class Extra correspond à la date du concert */
.NewsSummaryExtra {}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  text-align: justify;
  padding: 0 17px 0 17px;
  margin-top: 1em;
 }

.NewsSummaryMorelink {
  line-height: 140%;
  text-align: justify;
  padding: 0 17px;
}

/* Pour les news dans le menu */

.NewsSummaryExtraHome  { 
  font-size: 0.85em; 
    font-weight: bold;
    padding-top: 0.2em;
    padding-left: 17px;}

.NewsSummarySummaryHome {
  font-size: 0.85em; 
  line-height: 140%;
  text-align: justify;
  padding: 12px 17px 0 17px;}

.NewsSummaryMorelinkHome {
  font-size: 0.85em; 
  line-height: 140%;
  text-align: justify;
  padding: 0 17px; }

/* NewsSummaryPostDate { } */

/* STYLES DETAIL D'UNE NEWS */

.NewsPostDetailExtra {
font-weight: bold;
margin: 15px 0;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of '[TOJ] News' */

/* Start of CMSMS style sheet '[TOJ] Navigateurs et Accessibilité' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(uploads/ColDeCrie/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/ColDeCrie/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/ColDeCrie/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of '[TOJ] Navigateurs et Accessibilité' */

/* Start of CMSMS style sheet '[TOJ] Livre d&#039;or' */
/*
Gabarit par dÃÂÃÂ©faut modifiÃÂÃÂ© pour coller au look du site
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style de chaque entrÃÂÃÂ©e  */

.cms-guestbook-entry
{


   background-color: #f5f5f5;
   border: 1px solid #ddd;
   padding : 10px;
   margin-top : 15px;  /* Un peu d'espace avec le haut du main */

}

/* Style the message header */
.cms-guestbook-entry-header
{

	color: black;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	font-family: Trebuchet MS;
        font-size: 12px;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}





/* End of '[TOJ] Livre d&#039;or' */

