@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body {color:#161410; font-size:11px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {color:#777; }
h1 {font-weight:700; font-size:1.1em; }
h2 {font-weight:700; font-size:1.3em; }
h3 {font-weight:700; font-size:1.17em; }
h4 {font-weight:700; font-size:1em; }
h5 {font-size:.83em; }
h6 {font-size:.67em; }
p, ul, ol, li {font-size:1em; }
a {color:#777; text-decoration:underline; }
a:hover {text-decoration:none; } 
textarea {color:#161410; padding:3px; }
input {color:#161410; padding:3px; }

hr { height: 1px; color: #313234; border-bottom: 1px solid #CCCCCC; border-top: none; border-left: none; border-right: none; margin: 1.5em 0;} /* Astuce pour mettre des bordures discrètes en HR */

/* Intro */
#intro h1 {color:#fff; } 
#intro p, #intro a {color:#777!important; }
#intro p {font-size:.9em; }
#intro a:hover {color:#fff!important; }
/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a {color:#777!important; } 
#adresse p {font-size:.9em; }
#adresse a:hover {color:#fff!important; }
/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img {background-color:#161410; }*/


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft {float:left; padding-bottom:0; margin:0 1em 0 0;  }
.imgRight {float:right; padding-bottom:0; margin:0 0 0 1em; }

/* Des classes d'alignement d'objets */
.aligntop {vertical-align:top; }
.alignbottom {vertical-align:bottom; }
.aligncenter {margin-left:auto; margin-right:auto; }
.left {text-align:left; }
.right {text-align:right; }
.center {text-align:center; }
.justify {text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique {font-style:italic; }
strong, .bold, .gras {font-weight:700; }
.strike, .barre {text-decoration:line-through; }
.souligne {text-decoration:underline; }
.br {display:block; }
.lettrine { font-family: Georgia, sans-serif; font-size:3.7em; font-style:italic; float:left; font-weight:normal; line-height:1em; margin:0 3px 0 0; padding:4px; background: #fff url(../images/bgLettrine.gif) no-repeat 0 0; color:#37383C;}

/* Des classes flotante */
.floatleft {float:left; }
.floatright {float:right; }

/* Les "nettoyeurs" */
.clearb {clear:both; }
.clearer {clear:both; width:0; height:0; line-height:0; }

/* Titres */
.line{ border-bottom:2px solid #CCCCCC; padding-bottom:0.7em;}


/*	Mise en page
----------------------------------------------------------*/

/*	Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau {padding:1em 0 2em; }*/ 
.illustration {float:right; padding:0 2em 0 0; }
/*#p_accueil {margin-top:.5em; } - Activer pour descendre le 1er paragraphe */

/*	Site en cours de réalisation
----------------------------------------------------------*/
#site {text-align:center; padding-top:5em; }

/*	Mentions Légales
----------------------------------------------------------*/
#infoclient {float:left; padding:0 0 1em; }
#hebergeur {float:right; padding:0; }

/*	Discographie
----------------------------------------------------------*/
/* Vignette de l'album */
.entete{  /*width: 95%;*/ height:100px; line-height:1.2em; color:#777; background:transparent url(../images/ecouter.png) no-repeat right center}
.entete p{ padding:15px 0;}
.entete a{ font-size:1.2em; }
.entete img{  float:left; margin-right:1em;} 
/* Player et chronique */
.disco { padding-top:10px; clear:both; text-align:center; } 
.disco p{   margin-top:10px; text-align:justify; font-style:italic;}

/*	Presse
----------------------------------------------------------*/
#presse{ display:none;}

.pdf { margin-left:2em; padding-left:1em; border-left:1px solid #CCCCCC;}
.pdf p a{ background:transparent url(../images/pdf.png) no-repeat center left; padding-left:22px; display:inline-block;}
.pdf p a.web{ background:transparent url(../images/web.png) no-repeat center left;}

#contenu .nobg { background:none;}

/*	Liens
----------------------------------------------------------*/
#liens{ margin-left:1em; padding-left:2.2em; border-left:1px solid #CCCCCC;}



