.chemin_on { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #FF9006}
.chemin_on:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #FF9006}
.chemin { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #717171; text-decoration: none}
.liengris_on { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #BBBBBB}
.liengris_on:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #717171}
.lienbleu_on { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #1D6AB6; font-weight: bold}
.lienbleu_on:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #1D6AB6; font-weight: bold}
.lienbleuBold_on { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #1D6AB6; font-weight: bold}
.lienbleuBold_on:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #1D6AB6; font-weight: bold}

.adherent {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/adherent2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 254px;
	height: 116px;
	line-height: 118px;
}

.public-champ
{ background-color: #F7F7F7;
border-color: #B5B5B7;
border-style: solid;
border-width: 1;
color: #1D6AB6;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
width: 200px;
text-indent: 5px;
}

.public-champ_select
{ background-color: #F7F7F7;
border-color: #B5B5B7;
border-style: solid;
border-width: 1;
color: #1D6AB6;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
width: 375px;
text-indent: 5px;
}

.public-left_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/public-left_titre.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-indent: 15px;
	height: 28px;
	}
.public-left_fond {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-left_fond.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-indent: 15px;
	height: 25px;
	padding-top: 5px;
}
.public-left_fond:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-left_fond_on.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-indent: 15px;
	height: 25px;
}
.public-left_separ {
	font-size: 0px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-left_separ.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 1px;
}
.public-left_sstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/public-left_sstitre.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-indent: 15px;
	height: 28px;
	}

.public-right_bas {
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-right_bas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
}

.public-right_top {
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-right_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
}

.public-right_top2 {
	background-image: url(../images/public-right_top2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
}

.public-right_middle {
	font-size: 11px;
	color: #0F60B1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-right_middle.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 7px;
}

a.btacces { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 135px; /* width of reactive image */
     height: 35px; /* height of reactive image */
     background-image: url(../images/acces_adherent.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.btacces:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/acces_adherent_on.gif); /* source for target image */
     }

	 a.btresultats { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 150px; /* width of reactive image */
     height: 35px; /* height of reactive image */
     background-image: url(../images/resultats.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.btresultats:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/resultats_on.gif); /* source for target image */
     }
	 	 a.btretour { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 130px; /* width of reactive image */
     height: 35px; /* height of reactive image */
     background-image: url(../images/public-retour.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.btretour:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/public-retour_on.gif); /* source for target image */
     }
	 a.btresultats:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/resultats_on.gif); /* source for target image */
     }
	 	 a.btenvoyer { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 130px; /* width of reactive image */
     height: 35px; /* height of reactive image */
     background-image: url(../images/public-envoyer.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.btenvoyer:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/public-envoyer_on.gif); /* source for target image */
     }
.public_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0F60B1;
	font-weight: bold;
}

.public_titreLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0F60B1;
	font-weight: normal;
}

.public_titreOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9006;
	font-weight: bold;
}

.public_txt_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F60B1;
	font-weight: normal;

}
.public_txt_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	font-weight: normal;
}
.public_sstitre_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	font-weight: bold;
}
.public_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/public-table.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	}
	.separ {
	font-size: 0px;
	background-color: #D5D5D5;
	height: 1px;
}
.public_table_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	font-weight: normal;
	padding-left: 8px;
	text-transform: uppercase;
	height: 25px;
}
.public_table_txt_lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	height: 25px;
}
.public_table_txt_lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	font-weight: normal;
	text-indent: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.public_table_sstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	}

.filetGris {
	border-top: 1px solid #D5D5D5;
	border-right: 1px none #D5D5D5;
	border-bottom: 1px none #D5D5D5;
	border-left: 1px none #D5D5D5;
}


.filetGrisVertical {
	background-image: url(../images/filet_gris.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	height: 100;
}
