/* CSS Document */
.pagination0 {font-family:arial,helvetica,lucida; font-size:10pt; color:#336699;}
.pagination1 {font-family:arial,helvetica,lucida; font-size:10pt; color:#FF0000;}
BODY {
    scrollbar-face-color: #F0323A; /* couleur de la barre */
    scrollbar-shadow-color: #FFFFFF; /* contour droit et bas */
    scrollbar-highlight-color: #FFFFFF; /* contour gauche et haut */
    scrollbar-darkshadow-color: #CCCCCC; /* couleur ombre barre et boutons */ 
    scrollbar-track-color: #FFFFFF; /* couleur fond barre */
    scrollbar-arrow-color: #FFFFFF; /* fleches */
}
table#identification {
	width:300px;
	text-align: center; 
	border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    border: 2px #F0323A solid;
	border-style: ridge;
}
table#main {
	height:525px;
	width:800px; 
    border: 2px #F0323A solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	border-style: ridge;
}
table#menu {
	background-color: #FBF9E7;
    border-right: 2px #AF1A2A solid;
	border-left: 2px #AF1A2A solid;
	border-top: 2px #AF1A2A solid;
	border-bottom: 2px #AF1A2A solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
td#maintd1 {
    width:110px;
	padding: 0px;
}
td#maintd2 {
	width:600px;
	background-image : url('/images/barrehaut.gif');
	text-align:center; 
	padding: 0px;
}
td#maintd3 {
	width:90px;
	background-image : url('/images/barrehaut.gif');
	text-align:right; 
	padding: 0px;
}
td#lefttd {
	text-align:left;
	width:110px;
	background-color: #F0323A;
	background-image : url('/images/barregauche.gif');
    border-right: 2px #F0323A solid;
	border-right-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
td#leftbastd {
	text-align:left;
	width:110px;
	background-color: #F0323A;
	background-image : url('/images/barregauche.gif');
    border-right: 2px #F0323A solid;
	border-right-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
.menu_left {
	text-align:center;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px #AF1A2A solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
.input_ident {
	margin: 1px;
	font-size: 8pt;
	font-family: Verdana;
	background-color: #FFFFFF;
	border: 1px solid #F0323A;
}
.txt_petit {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color:#CCCC66;
			}
			
.txt_normal_bleu {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#336699;
			}
.txt_error_rouge	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#B80901;
			}
.txt_nave {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#CCCC66;
			}
td.cont_col {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#336699;
}

/******* Liens tableau Admin : libellé cliquable dans les tableaux **********/

A.lien_tab-admin:link {
	font-family:verdana;
	font-size:7pt;
	text-decoration:underline;
	color:#336699;
	font-style: normal;
	font-weight: normal;
}
A.lien_tab-admin:visited {
	font-family:verdana;
	font-size:7pt;
	text-decoration:underline;
	color:#336699;
	font-style: normal;
	font-weight: bold;
}
A.lien_tab-admin:active {
	font-family:verdana;
	font-size:7pt;
	text-decoration:underline;
	color:#336699;
	font-style: normal;
	font-weight: normal;
}
A.lien_tab-admin:hover {
	font-family:verdana;
	font-size:8pt;
	text-decoration:underline;
	color:#336699;
	font-style: normal;
	font-weight: bold;
}		
/* =============Lien  de base contenu=============================*/
A.lienmenu:link {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#336633;
			font-style: normal;
			font-weight: bold;
}
A.lienmenu:visited {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#336633;
			font-style: normal;
			font-weight: bold;
}
A.lienmenu:active {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#003300;
			font-style: normal;
			font-weight: bold;
}
A.lienmenu:hover {
			font-family:verdana;
			font-size:8pt;
			text-decoration:underline;
			color:#003300;
			font-style: normal;
			font-weight: bold;
}
.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC66;
}
.StyleMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/**  Pour les titres de page dans l'admin **/
.titr_pageadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
/**  Pour les titres dans le menu admin **/
.titr_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/**  Pour les titres DES COLONNES de l'admin **/
.titr_col {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
/**************** Liens "BOUTONS" Admin**********************/
/*pour les boutons ajouter, modifier, supprimmer, annuler etc.*/
A.btn_admin:link {
	font-family:arial;
	font-size:8pt;
	text-align:center; 
	vertical-align : middle;
	width:90px;
	height:25px;
	text-decoration:none;
	color:#000000;
	font-style: normal;
	font-weight: normal;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #AF1A2A;
	border-left-color: #AF1A2A;
	border-right-color: #AF1A2A;
	border-bottom-color: #AF1A2A;
	letter-spacing: normal;
	background-color: #FB424C;
	/*background-image : url("/images/bgrouge.gif");*/
}
A.btn_admin:visited {
	font-family:arial;
	font-size:8pt;
	text-align:center;
	vertical-align : middle;
	width:90px;
	height:25px;
	text-decoration:none;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #AF1A2A;
	border-left-color: #AF1A2A;
	border-right-color: #AF1A2A;
	border-bottom-color: #AF1A2A;
	letter-spacing: normal;
	background-color: #FB424C;
	/*background-image : url("/images/bgrouge.gif");*/
}
A.btn_admin:active {
	font-family:arial;
	font-size:8pt;
	text-align:center;
	vertical-align : middle;
	width:90px;
	height:25px;
	text-decoration:none;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #AF1A2A;
	border-left-color: #AF1A2A;
	border-right-color: #AF1A2A;
	border-bottom-color: #AF1A2A;
	letter-spacing: normal;
	background-color: #F0323A;
	/*background-image : url("/images/bgrouge.gif");*/
}
A.btn_admin:hover {
	font-family:arial;
	font-size:8pt;
	text-align:center;
	vertical-align : middle;
	width:90px;
	height:25px;
	text-decoration:none;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	letter-spacing: normal;
	background-color: #F0323A;
	/*background-image : url("/images/bgrouge.gif");*/
}
/************** formulaire ******************/
form {
    margin-bottom:0;
    margin-top:0;
}
input, textarea, select {
    margin: 1px;
    font-size: 8pt;
    font-family: Verdana;
    background-color: #FFFFFF;
    border: 1px solid #336699;
}
