/*---------- fond ---------------*/
.FondPage {
	background-attachment: scroll;
	background-repeat: repeat-y;
}
/*----------- texte --------------*/
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height:normal;
}
.TitrePage {
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.TitreRubrique {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.TitreMenu {
	font-size: 18pt;
	font-variant: normal;
	text-align: center;
	text-transform: uppercase;
}
.TexteRubrique {
	list-style-type: square;
	list-style-position: inside;
	text-align: justify;
/*--	color: #0066CC; ----*/
}
.TexteRubriqueGras {
	font-weight: bold;
}
.TexteTableau {
	text-align: center;
	vertical-align: middle;
}
.TexteSaisieCentre {
	font-size: 12pt;
	font-style:normal;
	text-align: center;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #0033FF;
	color: #0000FF;
	vertical-align: middle;
}
.TexteSpecial {
	text-decoration: underline;
	text-align: justify;
}
.Textebas {
	font-size:8pt;
	text-align: center;
}
.TexteRubriqueGrasRouge {
	font-weight: bold;
}
.TexteInfoGrasRouge {
	font-size: 28pt;
	font-weight: bold;
	text-align: center;
}
/*--------------- liens dans texte ----------*/
a {
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	background-color:none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-style: italic;
	text-decoration: underline;
}
a img{				/*pour les fleches*/
	border:none;
	text-decoration:none;
}
.affiche {
	color: #FF0000;
	text-decoration: underline;
	font-style: oblique;
}
.menusanslien {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #007575;
}
/*--------- liste dans texte -------------*/
ul 	{
	font-size: 12pt;
	font-style: normal;
	text-align: left;
	text-transform: none;
	list-style-position: inside;
	list-style-type: square;
}
.listedecimale {
	list-style-type: decimal;
}
.listesimple {
	list-style-type: none;
}
/*--------------------- table par classe --------*/
td a {	/*style des liens dans tableaux*/
	text-decoration: none;
}
td a:hover {	/*style des liens dans tableaux*/
	font-weight: bold;
	text-decoration: underline;
}
td a:visited {
	font-style: italic;
	background-color:none;
}
.tdBasGauche {
	padding: 5px;
	margin: 0px;
}
.tdBasSimple {
	padding: 5px;
	margin: 0px;
}
.tdBasDroit {
	padding: 5px;
	margin: 0px;
}
.TableNue {
	padding:5px;
	margin:auto;
	border: 0px Aucune;
}	 
.TablePleine {
	padding:5px;
	margin:auto;
	border: 0px Aucune;
	color: #FFFFFF;
	background-color: #0066FF;
}	 
.TableFine {
	padding:5px;
	margin:auto;/*border dans styleCSS-Saison*/
}	 
.TableTitre {
	border-image:none;
	padding: 5px;
	margin:auto;
/*border dans styleCSS-Saison*/
}
/*---------- photo ----------*/
.photoadh
	{
	width:150px;
	height:150px;
	border:2px solid #0000FF;
	}
.photoadh1
	{
	width:132px;
	height:132px;
	border:2px solid #0000FF;
	}
	
.formecalque
	{
	position:absolute;
	width:160px;
	height:205px;
	}

.formecadre
	{
	width:160px;
	height:205px;
	border:1px solid #0000FF;
	align: center;
}
.photocadre
	{
	align:center;
	border-top: 1px ridge #0000FF;
	border-right: 5px ridge #0000FF;
	border-bottom: 5px ridge #0000FF;
	border-left: 1px ridge #0000FF;
	}	
.photodoc
	{
	align:center;
	border-top: 0px ridge #0000FF;
	border-right: 4px ridge #0000FF;
	border-bottom: 3px ridge #0000FF;
	border-left: 0px ridge #0000FF;
	}	
.cadrenom {
	width:150px;
	height:42px;
	border:2px solid #0000FF;
	align:center;
	valign:middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #0000FF;
}
/*------ formulaire -----------------*/
/* format des inputs des formulaire --*/
input {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	margin: 5px;
	padding: 1px;
	text-indent: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.TexteEntree {
	text-align: left;
	background-color: white /*#00FF77;*/
}
.TexteSaisie {
	text-align: center;
	background-color: white /*#00FF99;*/
}
.TexteBouton {
	text-align: center;
	/*color: #000000;*/
	background-color: white /*#00FF99;*/
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
/*-------liste deroulante --*/
select {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	margin: 5px;
	padding: 1px;
	text-indent: 5px;
	border: thin inset #0033FF;
}
.TexteListe {
	background-color: white /*#00FF88;*/
	text-align: left;
}
.TexteListeDeroulante {
	text-align: left;
	background-color: white /*#00FF88;*/
}
/*-------zone tzxtz --*/
textarea {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	margin: 5px;
	padding: 1px;
	text-indent: 5px;
	background-color: white;
}

