/* Feuille de style des éléments d'impression.*/
* {
	float:none;
}
/*On masque les éléments inutiles pour l'impression*/
#Header, .Menu, #Infos, .colonneDroite, #Footer, #Footer02, .congres2009 .ImprimerProgramme, .congres2009 .RetourProgramme, .congres2009 .menu-jour, .consultation .envoyer .texte {
	display:none
}

/*On affiche les éléments pour l'impression*/
@page {
size: portrait;
}
.logoPrint, .FooterPrint {
	display:block
}
.FooterPrint { text-align:center}
#Site, #Body, #Body02 {
	width:650px;
	margin: auto;
	padding:0px;
	overflow:visible

}
.CenterContent {
	background-image: none;
	width:650px;
	margin:0px;
	padding:0px;

}
.CenterContent02 {
	background-image: none;
	width:650px;
	margin:0px;
	padding:0px;

}
/*On affiche la mise en page des pages */

body {
	background-image: none;
	background-color:#FFFFFF;	float:left;
	font-family:'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	color:#ff6633;
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
}
h2, h3, h4, h5, h6 {
	color:#666666;
	margin-top:10px;
	font-size:15px;
}
legend {
	font-size:15px;
	font-weight:bold;
	color: #333333;
}
p {
	color: #89979e;
	text-align: justify;
	margin-bottom: 15px;
}
li a {
	color:#ff6633
}
ol {
	margin-left:35px;
	color:#89979e;
}
hr {
	width:80%;
	margin:auto;
	margin:10px auto;
}
ul {
	color:#809290;
	margin-left:30px;
}
dl {
	color:#89979e;
	margin-left:15px;
	margin-bottom:15px;
	margin-top: 15px;
}
dt {
	float:left;
	font-weight:bold;
	width:80px;
}
dd {
	margin-left:90px;
	min-height:20px;
	text-align: justify;
}
strong, b {
	color:#89979e;
}
pre {
	color:red;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	white-space:normal;
	width:500px;
}
p a {
	color:#ff6633;
}
/* Feuille de style des tableaux.*/
table {
	width:100%;
	margin-bottom: 15px;
	padding:2px;
}
caption {
	text-align:left;
	font-weight: bold;
}
table thead {
	background-color:#89979e;
}
table tr {
}
table th {
	background-color:#89979e;
	color:#FFFFFF;
}
table tbody {
}
table td {
	padding:3px;
	border:1px solid #FFFFFF;
	background-color:#E6E6E6;
	color:#666666;
}
table td a {
	color:#ff6633
}
table tr {
	border-bottom:1px solid #FFFFFF;
}
table td {
}
table tfoot {
}
blockquote {
	background-color:#efefef;
	padding:5px;
}
fieldset {
	margin-bottom:15px;
	padding:5px;
}
