@charset "utf-8";

/*
-----------------------------------------------------------------------------------------
AR HABITAT NORD-PAS-DE-CALAIS - PRINT
CREATION : GOWEB / LAURENT ANDRZEJAK
Email: la@goweb.fr

--------------
NOTES
--------------
Cette feuille de style contient les éléments à afficher/cacher pour l'impression
d'une page


--------------
CONTENTS
--------------
## BASIC PRINT FORMATTING
## REMOVE UNREQUIRED ELEMENTS

-----------------------------------------------------------------------------------------
*/


/*  ## BASIC PRINT FORMATTING  ------------------------------------------------------*/
body {
color: #665D56;
font-family: Arial, Helvetica, sans-serif;
font-size:13px
}
.branding {
border-bottom: 1px solid #CCC;
margin-bottom: 2em;
padding-bottom: 1em;
}
.branding a img {
border: none;
}
.footer {
border-top: 1px solid #CCC;
margin-top: 2em;
}
.content, .content-primary{
margin-top:0!important;
} 

h2	{ font-size:16px}

fieldset {
margin-bottom: 1em;
}
form div.group-checkbox div,
form div.group-radio div  {
padding-top: 0;
}
form h4 {
font-weight: normal;
margin: 0;
}
label {
display: block;
}
.content-primary{
width:92%!important;
border: 1px solid #CCC;
padding:20px;
}

dt			{ font-weight:bolder}
dd			{ margin-left:0 !important}

.first		{ font-weight:bold; width:240px}

.item			{ border-bottom: 1px solid #999; padding:10px}

/*  ## REMOVE UNREQUIRED ELEMENTS  --------------------------------------------------*/
.accessibility, .nav, #nav, object, .header, .diapoNav, .btn, .content-secondary, .breadcrumb, .newsletter, .fnaim, .footer, strong.zoom, .btn-send, #imprim-panier {
display: none!important;
}

.retour			{ display:none}

#info-entete					{ font-size:14px;line-height:25px; font-family:Arial, Helvetica, sans-serif}
#entete img						{ float:left; margin-right:20px}

#imprim-footer					{ font-size:11px; text-align:right}
#imprim-footer img				{ float:right; margin-left:10px}