@charset "utf-8";
.style1 {font-family: "Lucida Calligraphy"}

.style3 {

  font-family: "Lucida Calligraphy";

  font-size: 21px;

}


/* CSS Document */

.boite {
	background-color: #FFFFFF;
	background-image: url(pixel_bleu_fonce_boite.jpg);
	background-repeat: repeat;
	font-size:8px;
}
.sous_titre {
	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bolder;
	color: #AEDCEC;
	text-align:left;
	margin: 2px;
}
.text_boite {
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#B5DEF2;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	text-align:left;
	margin: 2px;
}
.text_boite_blanc {
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	text-align:left;
	margin: 2px;
}
.hliens {
	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	color:#B5DEF2;
	line-height: normal;
}
A {
	color: #B5DEF2;
	text-decoration: none;
	font-family: Tahoma;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


TD.separation {
	background-image:url(pixel_bleu_clair_boite.jpg);
	background-repeat:repeat-y;
}
TD.bonhomme {
	background-image:url(bonhomme_peinture.jpg);
	background-repeat:no-repeat;
}
TD.cote_droit{
	background-image:url(tour_gauche_boite.jpg);
	background-repeat:repeat-y;
}
TD.cote_bas{
	background-image:url(tour_bas_boite.jpg);
	background-repeat:repeat-x;
}	







body {
	background-color: #FFFFFF;
	background-image: url(fond_degrade.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	color: #FFFFFD;
	font-family: "Lucida Calligraphy";
}

