@media screen{
#devisHeader, .titrePrint
{
display: none;
}
#mailFormDiv
{
float: none;
margin-bottom: 10px;
width: 737px;
}
#mailFormDiv input[type=text]
{
width: 160px;
}

#mailFormDiv textarea
{
width: 400px;
}
}



@media print{
html, body {
width: 100%;
height: 100%;
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Arial, Verdana;
font-size: 13px;
color: #ffffff;
text-align: justify;
}

#bande-top-deg, #bande-top-volant, #bande-top-pts, #bande-top-right, #bande-top-traits, #bandeau, #bottom-yellow, #bande-bottom-right, #footer
{
display: none;
}

h1, h2, b
{
color: #000000;
}

h1, h2
{
margin: 10px;
}

#page {
margin: 0 auto;
padding: 0;
width: 100%;
position: relative;
z-index: 5;
}


#contenu
{
margin: 0;
width: 100%;
padding: 0px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}

#contenu img
{
display: none;
}

h1.titre, .devisVehicule
{
display: none;
}

#competMenu, #routieresMenu
{
display: none;
}

.devisVehicule
{
float: right;
}

#devisHeader
{
text-align: center;
color: #000000;
font-weight: bold;
font-size: 14px;
margin: 20px 0;
}

#devisBtn, #printAndSendLinks
{
display: none;
}

#devisDiv
{
overflow:hidden;
}

#devisDiv .pieceItem
{
padding: 10px;
margin: 0 0 10px 0;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
background: none!important;
color: #000000;
}

#mailFormDiv, .erreur
{
display: none;
}
}