/* CSS Document */

/***********************************************************************************************************/
/*                                     PARAMETRES D'AFFICHAGE                                              */
/***********************************************************************************************************/
.pda_seul {
	display: none;
}
.ecran_pda {
	display: none;
}
.pda_imprim {
}

/***********************************************************************************************************/
/*                                          MISE EN PAGE                                                   */
/***********************************************************************************************************/
body {
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#page {
	text-align: center;
}
a:link {
	text-decoration: none;
}
/********** INDEX ***********/
.index-bt {
}
.index-bt_intro {
	background-image: url(bg_images/index-bt_intro.jpg);
	height: 102px;
	width: 122px;
	left: 185px;
	top: 116px;
}
.index-bt_geom {
	background-image: url(bg_images/index-bt_geom.jpg);
	height: 102px;
	width: 316px;
	left: 307px;
	top: 116px;
}
.index-bt_deco {
	background-image: url(bg_images/index-bt_deco.jpg);
	height: 69px;
	width: 335px;
	left: 421px;
	top: 218px;
}
.index-bt_vege {
	background-image: url(bg_images/index-bt_vege.jpg);
	height: 142px;
	width: 279px;
	left: 571px;
	top: 288px;
}
.index-bt_conclu {
	background-image: url(bg_images/index-bt_conclu.jpg);
	height: 133px;
	width: 105px;
	left: 731px;
	top: 430px;
}
.index-bt_generique {
	background-image: url(bg_images/index-bt_generique.jpg);
	height: 42px;
	width: 187px;
	left: 0px;
	top: 343px;
}
.index-bt_biblio {
	background-image: url(bg_images/index-bt_biblio.jpg);
	height: 42px;
	width: 187px;
	left: 0px;
	top: 385px;
}
.index-bt_lexique {
	background-image: url(bg_images/index-bt_lexique.jpg);
	height: 42px;
	width: 187px;
	left: 0px;
	top: 427px;
}
.index-bt_texte {
	background-image: url(bg_images/index-bt_texte.jpg);
	height: 42px;
	width: 187px;
	left: 0px;
	top: 469px;
}
.index-bt_retour {
	background-image: url(bg_images/index-bt_retour.jpg);
	height: 51px;
	width: 187px;
	left: 0px;
	top: 511px;
}
/********** PAGES ***********/
.bt_retour,.bt_prec,.bt_suiv {
	display: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #333300;
	width: 100%;
	clear: both;
}

/***********************************************************************************************************/
/*                                             TEXTES                                                      */
/***********************************************************************************************************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333300;
	font-size: medium;
	font-variant: small-caps;
	font-style: italic;
}
h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-variant: small-caps;
	font-style: italic;
}
h2 {
	font-size: small;
}
h3 {
	font-size: x-small;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	margin: 0px;
}
p.generique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	margin: 0px;
}
#copyright a,p a {
	color: #000000;
	text-decoration: none;
}
#texte {
}


/***********************************************************************************************************/
/*                                             IMAGES                                                      */
/***********************************************************************************************************/
a img {
	border: none;
}
