/**
* CSS
* 
* @version 1.0
* @author www.nikitaconcept.com
* @author Didier Chartrain copycut.design@gmail.com
*/

/* PRINT CSS */
body {
	background-color: White;
	margin: 0;
	padding: 0;
}

h1 {
	color: Black;
	font: bold 20pt/20pt helvetica,arial,sans-serif;
}

h2 {
	color: Black;
	font: bold 12pt/12pt helvetica,arial,sans-serif;
}

h6 {border-bottom: 1pt solid #CCC;}

li.news h6 {border-bottom: none;}

li, p {
	color: Black;
	font: normal 10pt/12pt helvetica,arial,sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}

a:link, a:visited {
	color: #025;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:after {content:" ["attr(href)"] ";}

#warper {margin: 0 5%;}

#contenair {
	width: auto;
	border: 1pt solid Gainsboro;
	padding: 0.5cm 0.5cm 0 0.5cm;
	margin: 0;
	float: none !important;
}

#printable_header {display: block;}

#printable_header p {
	background: Gainsboro;
	padding: 5pt;
	margin: 0;
	font: 9pt/10pt helvetica,arial,sans-serif;
}

#printable_header span.print_date {
padding: 0.25cm;
background: white;
float: right;
}

#legals p {
	background: Gainsboro;
	padding: 5pt;
	margin: -0.5cm;
	font: 8pt/9pt helvetica,arial,sans-serif;
}

/* DISPLAY NONE - not printable ! */

#legals p.legals_right, span.choix_langue, #menu, #vitrine, #footer, #intro p , #entete ul, form.contact {
	display: none;
}

li.date {background: GhostWhite;}