/* CSS Document */
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.page{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.titreImpression{
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.titreImpression h1{
	font-family: Arial black, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

.titreImpression h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.menuPrincipal{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* contenu du menu de gauche */

.menu{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/* Contenu du corps de la page */

.corps{
	margin-top: 20px;
}

.corpsContenu{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.illustration{
	margin: 20px;
	margin-top: 0px;
	margin-right: 0px;
	width: 170px;
	float: right;
	text-align: center;
	font-size: 90%;
}

.illustration img{
	border-width: 0px;
}

.photo{
	margin: 20px;
	width: 460px;
	text-align: center;
	font-size: 90%;
}

.photo img{
	border-width: 0px;
}

.corpsContenu a{
	color: #000000;
	text-decoration: underline;
}

.corpsContenu h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
}

.corpsContenu p, h3, h4, h5, h6{
}

.corpsContenu h3, h4, h5, h6{
	font-weight: bold;
	font-size: 100%;
}

.corpsContenu ul{
}

ul.planSite{
}

p.signature{
	text-align: right;
}

table{
	width: 99%;
	border-width: 1px;
	border-color:#CCCCCC;
	border-style:solid;
}

td{
	text-align: center;
	border-width: 1px;
	border-color:#CCCCCC;
	border-style:solid;
}

/* Définition du pied de page */

.pied{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align:center;
}
