@page { 
	margin: 10% 
	size: A4;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* NO PRINT
--------------------------------------------- */
.noprint,nav[id='MenuHaut'],.btnStd,button {
	display:none !important;
}
#SEO {display: block !important;width:100% !important;}
.printmw {width:100% !important;}
.prtblock {display: block;}
/* reset styles 
--------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,main,body.struct8 #LaPage {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 100%;
	color:#447;
	background-color:#fff;
	margin:0px;
	margin-top:0px;
	padding: 1cm !important;
}
.prestation {
	margin-top: 1cm;
page-break-inside: avoid;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
/* styles de base
--------------------------------------------- */
.ColsTable {
	display:table;
}
.Content {
	padding:0px 10px 10px 10px; 
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
}
td {border:1px solid #ccc;}
input[type="text"],input[type="email"],input[type="file"],input[type="tel"],textarea {
	border:1px solid #999;
	padding:4px;
	border-radius:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
input[type="button"],input[type="submit"] {
	border:1px solid #999;
	padding:3px;
	border-radius:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
input[type="button"]:hover,input[type="submit"]:hover {
	background:#999;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	box-shadow: 3px 3px 5px 0px rgba(100,100,100, 0.7); 
	text-decoration:underline;
}
/* liens 
--------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #fc6b35;
	}
a:hover {
	color: #ba3b0d;
	}
cite {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
/* titres 
--------------------------------------------- */
h1 {
	color:#d9000b;
	font-size:1.6em;
	line-height:1.8em;
	}
p,li,label {
	color:#224;
	font-size:12px;
	line-height:1.3em;
	margin-bottom:10px;
	}
	.page-break	{ display: block; page-break-before: always !important; }
	.page-breaka{ display: block; page-break-after: always !important; }
/* structure 
--------------------------------------------- */
body {	background:#fff !important;	width:100%;}
#LaPage {
	background:#fff !important;
	width:100%;
	max-width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 20px;
	font-size: 1.1em;
}
.pslogan {overflow:auto;}