/* Feuille de style ZigZag Territoires spéciale impression */

html, body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
 background:#FFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-color:#333;
 font-size:small;
}

#container {
 background:#FFF;
}

#zoneintro
{
display:none;
}

#zonepied
{
 height:15px;
 margin-top:15px;
 border-top:#666666 thin solid;
}

#zonepied p
{
 font-size:9px;
 color:#666666;
 float:right;
}
#zonepied a
{
 font-size:9px;
 color:#000000;
}
  

#entetezigzag {
  display:none;
 }
 

/* -------------------------------------------------- Menu ZigZag */
#navigationprincipale {
 display:none;
}
/* -------------------------------------------------- Zones de d'informations ZigZag */
#accesdirect{
  display:none;
}

#rubriquesgenerales{
  padding:10px;
 }
 
#rubriquesgenerales h1{
  padding-top:10px;
  color:#6E3030;
  font-size:18px;
  }
  
#rubriquesgenerales h2{
  font-size:14px;
  color:#333333;
  }
  
#rubriquesgenerales a{
  font-size:11px;
  font-weight:normal;
  color:#003366;
}


#info {
  display:block;
  margin-bottom:40px;
}

#info img{
  float:left;
  margin-right:20px;
  margin-bottom:30px;
  }
#info h1{
  color:#666666;
  font-size:12px;
  font-weight:bold;
  margin:0px;
  padding:0px;
  }
  
#info h2{
  color:#333333;
  font-size:11px;
  font-weight:bold;
  font-style:italic;
  margin:0px;
  padding:0px;
  }
  
#info a{
  float:none;
}

#nouveautes{
  /* -------------------------------------------------- nouveautés ZigZag */
  display:none;
 }
 
/* -------------------------------------------------- Disposition de l'agenda */
#agenda a{
 margin-bottom:3px;
 text-decoration::none;
}

table#agenda {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 100%; 
	margin:10px;
}

table#agenda th {
    background-color:#6699FF;
    border: solid #000 1px;
}

table#agenda td {
    padding: 5px;
    border: solid #000 1px;
}
/* -------------------------------------------------- mise en valeur d'un paragraphe (artise, disque) */

#miseenvaleur{
  background:url(cadre.gif) no-repeat top right;
  width:370px;
  height:180px;
  margin-bottom:5px;
  margin-left:180px;
  filter:alpha(opacity=30);  
  -moz-opacity:0.30;
  opacity: 0.30; 
}
  
#miseenvaleur h2{
  font-size:11px;
  color:#CC3333;
  margin-left:10px;
  }

#miseenvaleur p{
  font-size:11px;
  margin-left:10px;
  }

#miseenvaleur a{
  text-decoration:none;
  }
#miseenvaleur a:hover{
  text-decoration:underline;
  color:#0099CC;
  }
#miseenvaleur img{
  position:relative;
  margin-bottom:0px;
  margin-left:5px;
  }


/* -------------------------------------------------- informations artistes */
#artistes a{
  font-size:12px;
  font-weight:normal;
  color:#000066;
  text-decoration:none;
  margin:5px;
  margin-left:30px;
  float:none;
  clear:both;
  display:block;
}

#artistes a:hover{
  text-decoration:underline;
}
/* -------------------------------------------------- informations album */
#album a{
  font-size:12px;
  font-weight:normal;
  color:#000066;
  text-decoration:none;
  margin:5px;
  margin-left:30px;
  float:none;
  clear:both;
  display:block;
}

#album a:hover{
  text-decoration:underline;
}
#album p{
  margin-top:5px;
  margin-left:30px;
  margin-bottom:0px;
}



/* -------------------------------------------------- Cadre de description d'un album */
#zoneinfoalbum{
  width:630px;
 }
#zoneinfoalbum img{
  float:left;
}
#infoalbum{
  background:url(cadre.gif) no-repeat top right;
  width:370px;
  height:150px;
  margin-bottom:10px;
  margin-left:150px;
  filter:alpha(opacity=30);  
  -moz-opacity:0.30;
  opacity: 0.30; 
}
 

#infoalbum a{
  padding-left:3px;
  padding-right:3px;
  text-decoration:none;
}
#infoalbum a:hover{
  text-decoration:underline;
 }
 
#infoalbum h1{
  color:#993300;
  font-size:12px;
 }
#infoalbum p{
  padding-left:15px;
 }

.Chapo{
 font-style:italic;
 font-size:14px;
}

/* -------------------------------------------------- Style nécessaire pour 1024px de hauteur mini sous IE */
.prop {
}
.clear {
  }

.min1024px {
    
  }

/* -------------------------------------------------- Autres styles */
.droite{
  float:right;
}
.gauche{
  float:left;
}
