/*
Feuille de style impression.css pour Recamp 5
Mise au point : 24.5.2005
*/

html {
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#hautdepage h1, #page h2 {
	text-align: center;
}

#page p img.gauche {
	float : left;
	margin-right: 5px;
}

#page a:link {
	text-decoration:none;
	color:black;	
}

span.souligne {
	text-decoration:underline
}

span.annule {
	text-decoration:line-through
}

.infos, .noprint, #hautdepage p, #menu p, #menu ul, #menufixe, #pieddepage, #logo_gauche, #logo_droite, .image {
	display: none;
}

div .top-left {
	float: left;
	text-align: left;
}

div .top-right {
	text-align: right;
}

table {
	border: 1px solid Black;
	border-collapse: collapse;
	margin-left: 1px;
	clear: both;
}

table thead th {
	text-align: center;
/*	color: white; */
}

table thead th, table tbody td {
	border-color: Black;
	padding: 3px 8px;
}

table tbody td {
	border: 1px dotted Black;
	border-collapse: separate;
	text-align: left;
	vertical-align: top;
}

table caption {
	padding-bottom: 5px;
}
