﻿/* ------------------------------------------------------------------------------------
CSS MEDIA PRINT : print.css
CLIENT :  La Référence musicale
AUTEUR : Aspix Média
DATE : MAI 2009
MODIFICATION : CT
----------------------------------------------------------------------------------- */

#header #menu, #footer, #conteneur #gauche, .noPrint, #conteneur #droit h1 img, #conteneur #droit h1 span, #header img  {
    display:none;
}
#conteneur, .wrapper {
	margin:0;
    width:100%;
}
#header {
	background:none;
	height:30px;
}
#conteneur #droit h1 {
	margin-top:0;
	text-align:left;
}
#conteneur #droit #texte {
	padding:0;
}
#conteneur #droit {
    width:90%;
}
#conteneur #droit #texte {
	background-color:#ffffff;
}
.print {
    display:block;
}
.entreprise {
    font-size:16px;
    font-weight:bold;
}
.noAccordion2 {
    background-color:#ffffff;
	width:100%;
}
.noAccordion2 div {
    background:none;
    color:#000000;
    text-align:left;
}
html, body, form {
	height:auto;
}

/* -- BACKGROUND -------------------------------------------------------- */
body, .bgProduits, .bgBatterie, .bgGuitareClassique, .bgGuitareAcoustique, .bgGuitareElectrique, .bgBasse, .bgAmpli, .bgAccGB, .bgClavier, .bgSonorisation, .bgPercussion, .bgCours, .bgServices, .bgProfil, .bgContact {
    background:none;
}