/* CSS Document */

body{
	background:none;
	font-size:14px;
	margin:0;
	padding:0;
}

a{
	color:gray;
	text-decoration:underline;
}

a[href]:after{
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}

/*ol li{
	page-break-before:always;
}*/

#entete{
	display:none;
}

#corps img.image, #corps #sous-menu, #corps #menu, #corps #titre{
	display:none;
}

#corps #logo a{
	visibility:hidden;
}

#corps #logo a img{
	visibility:visible;
	border:none;
	float:left;
	margin-right:40px;
}

#corps #sous-titre #h{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

#corps #sous-titre #b table tr td{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

#corps #img{
	clear:left;
	margin-top:5em;
	margin-bottom:3em;
	text-align:center;
}

#corps .carre{
	display:none;
}
#corps #coordonnees{
	height: 220px;
}
#corps #plantexte{
	margin-top: 30px;
}

#bas{
	border:2px solid black;
	padding:2px 2px 2px 2px;
	text-align:center;
	font-size:12px;
	page-break-before:avoid;
}
