/* Partie générale de la page */
body
{
	font-family: Calibri;
	background : #ffffff fixed repeat;
	color: #000000;
	line-height: 1.4em;
	margin: 0 10 10 10;
	padding: 0 0 0 0;
}
h1 {
	color: #ff6600;
	font-family: Calibri;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}
h2 {
	color: #ff6600;
	font-family: Calibri;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	font-style: italic;
}
h3 {
	color: #008000;
	font-family: Calibri;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
table {
	border: 1px;
	bordercolor: ##0099cc;	
}
td {
	font-size: 18px;
	font-family: Calibri;
	color: #000000;
	border-right: #0099CC 1px solid;
	border-top: #0099CC 1px solid;
	border-left: #0099CC 1px solid;
	border-bottom: #0099CC 1px solid;
	background: #FFFFFF;
	height: 20px;
        text-align: center;
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
       	margin: 0px;
       	list-style-type: none;
} 
/* En-tête de la page */
#titre td h1 {
	color: #ff6600;
	font-family: Calibri;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
#titre	td h2 {
	color: #ff6600;
	font-weight: bold;
	font-family: Calibri;
	font-size: 24px;
	text-align: center;
	font-style: italic;
}
#titre	table {
	border: 0px;	
}
#titre td {
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	background: #FFFFFF;
        text-align: left;
} 
/* paragraphe du siege */
#siege {
	color: #008000;
	font-weight: bold;
	font-family: Calibri;
	font-size: 16px;
	text-align: left;
}
