
@page {size: portrait;}
@page {margin: 2cm;}


body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	text-align:justify;
	font-family:serif;
	font-size:12pt;
}

section {
	border:none;;
}

header {
	display:none;
}

h1#top {
	color:#000;
	position:static;
	text-indent:0;
	line-height:30pt;
	font-size:20pt;
}

h2 {
	color:#000;
	padding-bottom:2pt;
	padding-left:25pt;
	font:bold 20pt "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border-bottom:1px solid navy;
}

h3 {
	font-weight:bold;
	color:#000;
}

a::after {
	content:"("attr(href)")";
}

p {
  margin:1em 0.5em 0 2em;
  font-size:0.8em;
  color:#000;
}

article {
  float:none;
  
}

article h3 {
	font-weight:bold;
	color:#E7A800;
	margin: 5px 0 3px 20px;
	clear:both;
}

article a {
  font-weight:bold;
  text-decoration:underline;
  color:#006600;
}

article a:hover {
  color:#000;
}

article hr.stopfloat{
clear:both;
height:0;
border:none;

}

nav {
	display:none;
}


img {
  float:left;
   margin:1em;
  padding:8px;
  background:#fff;
  border:1px solid #243225;
}

img.droite {
  float:right;
}

footer a, footer p, header h1 a {
	text-decoration:none;
	border:none;
	color:#AABD71;
}

footer a:hover {
	text-decoration:underline;
}

footer img, #banner img {
	border:none;
}

footer {
	text-align:center;
	margin:0;
	padding:0.5em;
	clear:both;
	border:none;
	color:#AABD71;
	font-weight:bold;
	font-size:1.1em;
	line-height:2.3em;
}

footer p {
  margin:0;
	padding:0;
}
