/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: White;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

table {
	border-width: 0px;
	border: 0px solid blue;
	outline: 0px solid black;
	border-collapse: separate; 
	font-size: 12px;
	padding: 0;
	margin: 0;

}

td {
	border-width: 0px;
	border: 0px solid red;
	padding: 0;
}

tr {
	border-width: 0px;
	border: 0px solid green;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #6F6F6F;
}

h1 { /* titre de page */
	font-family: "Times new roman", serif;
	font-size: 42px;
	color: #ff7f00;
	font-weight: bolder;
	line-height: 32px;
}
h2 { /* chapeau d'article */
	font-size: 15px;
	color: #6F6F6F;
}
h3 { /* chapeau d'article */
	font-size: 15px;
}

.txt_petit {
	font-size: 11px;
}

.txt_bold {
	font-weight: bolder;
	color: #ff7f00;
	font-style: italic;
}

.toprint {
	display: block;
}

.not_toprint {
	display: none;
}