/* CSS Document */

/***********************************************************************************************************/
/*                                     PARAMETRES D'AFFICHAGE                                              */
/***********************************************************************************************************/
.pda_seul {
}
.ecran_pda {
}
.pda_imprim {
}

/***********************************************************************************************************/
/*                                          MISE EN PAGE                                                   */
/***********************************************************************************************************/
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color: #333300;
	width: 100%;
	clear: both;
}
#copyright a,p a {
	color: #333300;
	text-decoration: underline;
}
#copyright a:hover,p a:hover {
	color: #993300;
	text-decoration: underline overline;
}
#copyright a:active,#copyright a:focus {
	color: #CC0000;
	text-decoration: underline;
}
.bt_retour, .bt_prec,.bt_suiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust:: x-small;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333300;
	width: 32%;
	height: 30px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	text-align: center;
}


/***********************************************************************************************************/
/*                                             TEXTES                                                      */
/***********************************************************************************************************/
h1 {
	font-size: medium;
	color: #333300;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: small;
	color: #FFFFFF;
	font-variant: small-caps;
	background-color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
}	
h3 {
	font-size: small;
	color: #FFFFFF;
	font-variant: small-caps;
	background-color: #5E6347;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover h2,a:focus h2,a:active h2 {
	background-color: #5E6347;
}
a:hover h3,a:focus h3,a:active h3 {
	background-color: #333300;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}

/***********************************************************************************************************/
/*                                             IMAGES                                                      */
/***********************************************************************************************************/
a img {
	border: none;
}

