/* DEBUT BALISE HTML */
*{
margin: 0;
padding: 0;
}
body{
text-align: center;
}
body, html{
top : 0;
left : 0;
background-color : #ffffff;
font-family: arial, helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
img{
border: 0 none;
}
div{
border: 0 none;
}
a{
color: #000000;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}
img{
text-decoration: overline;
}
p{
margin: 0 0 4px 0;
line-height: 14px;
color: #000000;
}
table, tr, td{
border: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
td{
font-size: 12px;
vertical-align: top;
text-align: left;
}
h1, h2{
color: #000000;
font-weight: bold;
}
h2{
text-transform: uppercase;
font-size: 15px;
margin-bottom: 4px;
font-weight: bold;
}
/* FIN BALISE HTML */

/* DEBUT POSTIONNEMENT */
div#centre{
position: relative;
margin: 0px auto;
text-align: left;
width: 100%;
}
div#menu{
display: none;
}
div#menu div.cont_menu{
margin-bottom: 1px;
}
div#titre{
display: none;
}
div#fond-centre{
background: none;
}
div#fond-haut{
background: none;
}
div#fond-bas{
background: none;
}
div#fond-bas-ombre{
display: none;
}
div#contenu{
padding: 0;
}
div#contenu a{
text-decoration: none;
}
div#contenu a.bt{
text-decoration: none;
}
div#contenu a.bt:hover{
text-decoration: underline;
}
div#zone-libre{
display: none;
}
div#panier{
display: none;
}
/* FIN POSTIONNEMENT */

/* DEBUT MISE EN FORME */
.concert_details_hide{
display:  table-row;
}
.concert_details_show{
display: table-row;
}
.concert_info_hide{
display: none;
}
.concert_info_show{
display: none;
}
.for_print{
display: block;
}
.for_screen{
display: none;
}
.print_entete{
display: block;
padding-bottom: 10px;
margin-bottom: 0px;
border-bottom: 1px solid black;
}
.print_ppage{
display: block;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid black;
font-size: 8px;
}
/* FIN MISE EN FORME */
