@CHARSET "ISO-8859-1";

body{

}

.tout{
	TEXT-ALIGN: center;
	height: 100%;
	width: 100%;
}
.frame{
	TEXT-ALIGN: center;
	margin-top:0;
	margin-left: auto; 
	margin-right: auto;
	background-color: #efe7c7;
	height: 600px;
	width: 800px;
}

.menu_haut{
	background-image: url(../images/menu/maq_sgds_menu_r1_c1_gestion.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 80px;
}

.image_menu_gauche{
	margin-top: 60%;
	margin-left: 2px;
}
.menu_gauche{
	margin-top: 2px;
	float: left;
	background-color: #6699ff;
	width: 129px;
	height: 515px;
}

.page_central{
	margin-top: 2px;
	margin-left: 2px;

	float: left;
	background-color: #efe7c7;
	height: 515px;
	width: 660px;
}
.page_central_bas{
	height: 450px;
	width: 650px;
	overflow: auto;	
	
}

/** page de login */
.login{
	margin: auto;
	margin-top: 100px;
	padding-top: 50px;
	padding-left: 20px;
	height: 150px;
	width: 350px;
	background-color: #efe7c7;
	border: medium outset #6699ff;
	
}

table#tab_login{
	font: menu italic normal 200 larger/normal "Times New Roman";
}
.titre{
	font: menu italic normal 200 larger/normal "Times New Roman";
}

/** menu de la page central */
.btn_menu_central_fiche{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_nouveau.png);
}
.btn_menu_central_pass{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_password.png);
}
.btn_menu_central_sauve{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_sauvegarde.png);
}
.btn_menu_central_{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_adherent.png);
}
.btn_menu_central_fichef2{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_nouveau_f2.png);
}
.btn_menu_central_passf2{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_password_f2.png);
}
.btn_menu_central_sauvef2{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_sauvegarde_f2.png);
}
.btn_menu_central_f2{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_adherent_f2.png);
}
.btn_menu_central_deconnexion{
	height: 29;
	width: 127;
	border: 0px;
	background-image: url(../images/menu/btn_deconnexion.png);
}
.bilan{
	height: 60px;
	width: 550px
}
.tableau_list_graphologue{
	padding: 0px;
	width: 100%;
	border: medium outset #3366cc;
	border-spacing: 0px;
}
td.nom_paire{
	margin: 0px;
	padding: 0px;
	width: 60%;
	/*border: thin solid Black;*/
	background-color: #efe7c7;
}
td.modif_paire{
	margin: 0px;
	padding: 0px;
	width: 19%;
	/*border: thin solid Black;*/
	background-color: #efe7c7;
}
td.nom_impaire{
	margin: 0px;
	padding: 0px;
	width: 60%;
	/*border: thin solid Black;*/
	background-color: #cfc499;
}
td.modif_impaire{
	margin: 0px;
	padding: 0px;
	width: 19%;
	/*border: thin solid Black;*/
	background-color: #cfc499;
}
.barre_bas{
	margin: auto;
	margin-top: 5px;
}
.reception_erreur{
	font: message-box italic;
	color: Red;
}

a#valid{
	color: Green;
}
a#annul{
	color: Red;
	font-family: "MS Serif", "New York", serif;
}
table.ident_haut{
	TEXT-ALIGN: left;	
	width : 100%;
	border-bottom: thin ridge #9C9C9C;
	margin-bottom: 10px;
}
table.ident{
	TEXT-ALIGN: left;	
	width : 100%;
}