/* CSS - Feuille de syle d'impression */

@page { 
	size: portrait;
	margin: 2cm;
	background-color: #FFFFFF;
	background-image: none;
}

#entete,#menu,#menusecondaire,#contenu .image,#toolbar,#bottomcontenu,#sous_menu {
	display: none;
}


/*  debut des styles pour le contenu */
#contenu {
	width: 80%;
	margin:0;
	margin-bottom:10px;
	border-width:1;
	border-color:#000000;
	float:left;
}
#contenu .emphase {
	border: 1px dotted #999999;
	padding:5px;
}
#contenu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-left:10px;
}
#contenu h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: bold;
}
#contenu h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: bold;
}
#contenu h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: bold;
}
#contenu a{
	text-decoration:underline;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenu a:after {
	content: " [ " attr(href) " ] ";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}

#tableau {
	width:80%;
	text-align:justify;
}
#tableau .titre_col1, .titre_col2, .titre_col3 {
	background-image:none;
	width:30%;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#000000;
}
#tableau .col1, .col2, .col3 {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
	width:30%;
	height:140px;
	float:center;
	padding:10px 5px 0 5px;
	text-align:center;
}

/*  fin des styles pour le contenu */

/*  debut des styles pour le pied de page */
#foot {
	width:80%;
}
