@charset "UTF-8";

.break { page-break-before: always; }

/*apply the same margin all the way around the page*/
@page {
	margin: 0.5cm;
	}

/*Display the header and footer containing the logos*/
header nav, footer {
	display: none;
	}

/*Formatting the div that contains the logo. Page: Assessment results.*/	
.ContainerAssessmentTop{
	display: block;
	max-width: 100%;
	}

/*Formatting a message that will be displayed before the header. That message will be displayed on each page printed*/	
header:before {
	display: block;
	content: "Merci de nous faire confiance.";
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 3px 5px;
	font-style: italic;
	}

/* Links */
a:link, a:visited {
	background: transparent; 
	color:#333; text-decoration:none;
	}

/*Image*/
img, img a, .more-link a {border:none;}

/*Formatting the body and tables (General formatting)*/
body {margin:0; 
	padding:0;
	line-height: 1.3;
	font-family: Microsoft Sans Serif, Trebuchet MS, Helvetica, Calibri, Constantia, Gungsuh, Verdana,  Arial, sans-serif, Cambria;
	}	

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: center; font-weight: normal; }
table, td, th { vertical-align: middle; padding:0px;}

textarea { border: none;}

a:link, a:visited {color: #781351}
