/*
 * Styles HAWAK
 * ------------
 */
a:visited { color: #0000FF; }
a:hover { text-decoration: none; }
a:active { color: #797979; text-decoration: none; }

.toptopjaune {	font-size: 12px;}
a.toptopjaune:link	{ color: #FFEB7B; text-decoration: none;  }
a.toptopjaune:visited { color: #FFEB7B; text-decoration: none;}
a.toptopjaune:hover { color: #FFFFFF; text-decoration: underline;}
a.toptopjaune:active { color: #FFEB7B; text-decoration: none;}

.toptopblanc {	font-size: 12px;}
a.toptopblanc:link	{ color: #FFFFFF; text-decoration: none;}
a.toptopblanc:visited { color: #FFFFFF; text-decoration: none;}
a.toptopblanc:hover { color: #FFEB7B; text-decoration: underline;}
a.toptopblanc:active { color: #FFFFFF; text-decoration: none;}

table.banniere {
	background-color: #003463;
}

table.menug, td.menug {
	background-color: #D9E1E8;
}

/*
 * Style principal par défaut
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}

/*
 * Style pour aligner texte et image
 * ---------------------------------
 */
.aligne {
	vertical-align: middle;
	display: inline-block;
}	
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}

/*
 * Style de saisie d'une fiche
 * ---------------------------
 */
table.fiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	text-indent: 2pt;
}
table.fiche tr.titre td {
	background-color: #cccc99;
	border-top: 1px solid #999966 ;
	border-bottom: 1px solid #999966 ;
	font-weight: bold;
}
table.fiche tr.stitre td {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}
table.fiche tr.d0 td {
	background-color: #FFFFCC;
	border-bottom: 1px solid #999966 ;
}
table.fiche tr.d1 td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999966 ;
}
table.fiche tr.d2 td {
	background-color: #EEEEEE;
	border-bottom: 2px solid #999966 ;
}

/*
 * Style du module de recherche
 * ----------------------------
 */
table.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	text-indent: 2pt;
}
table.search tr.titre td {
	background-color: #cccc99;
	border-top: 1px solid #999966 ;
	border-bottom: 1px solid #999966 ;
	font-weight: bold;
}
table.search tr.stitre td {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}
table.search tr.d0 td {
	background-color: #FFFFCC;
	border-bottom: 1px solid #999966 ;
}
table.search tr.d1 td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999966 ;
}
table.search tr.d2 td {
	background-color: #EEEEEE;
	border-bottom: 2px solid #999966 ;
}

/*
 * Style de saisie d'une liste
 * ---------------------------
 */
table.liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #000000;
}
table.liste tr.info td {
	line-height: 20px;
	font-size: 14px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #999966 ;
	border-top: 1px solid #999966 ;
	vertical-align: sub;
}
table.liste tr.vide td {
	background-color: #FFFFFF;
	line-height: 20px;
}
table.liste tr.titreppal td {
	line-height: 20px;
	font-size: 14px;
	background-color: #cccc99;
	border: 1px solid #999966 ;
	font-weight: bold;
}
table.liste tr.titre td {
	background-color: #C0C0C0;
	border: 1px solid #000000 ;
	font-weight: bold;
	font-size: 12px;
}
table.liste tr.stitre td {
	background-color: #FFFFFF;
	border: 1px solid #000000 ;
	font-weight: bold;
	font-size: 12px;
}
table.liste tr.adresse td {
	background-color: #99ccff;
	border: 0px solid #999966 ;
//	line-height: 14px;
	vertical-align: top;
}
table.liste tr.d0 td {
	background-color: #FFFFCC;
	border: 1px solid #999966 ;
	line-height: 14px;
}
table.liste tr.d1 td {
	background-color: #FFFFFF;
	border: 1px solid #999966 ;
	line-height: 14px;
}

/*
 * Style du menu haut
 * ------------------
 */
table.menuh {
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #000000;
	text-indent: 2pt;
}
table.menuh tr.titre td {
	line-height: 20px;
	font-weight: bold;
	background-color: #D8E8F8;
	border-right: 1px solid #FFFFFF ;
	width: 150px;
	text-align: center;
}

/*
 * Autres styles par défaut
 * ------------------------
 */

/****
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	background-image: none;
	text-indent: 2pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006666;
	text-align: center;
	background-color : rgb(204,204,204);
}
***/
img {
	border-width : 0px;
}

@media print{
 .noprint {visibility: hidden ; display: none}
}

input,select,option,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-image: none;
}
.titreconfirmation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
/*	text-transform: lowercase; */
	color: #000000;
	background-color: #FAE2A6;
	text-align: left;
	border-left-width: 10px;
	line-height: 16px;
	border-right-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FAE2A6;
	border-left-color: #FAE2A6;
	padding: 1px;
}

a.noprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.noprint:link, a.noprint:visited, a.noprint:active {
	color: #523d8a;
	background-color: #EEEEEE;
}
a.noprint:hover {
	color: #523d8a;
	background-color: #FFFFFF;
}

a.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.bouton:link, a.bouton:visited, a.bouton:active {
	color: #0000FF;
	background-color: #FFFFFF;
}
a.bouton:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}

/*
 * Style du menu gauche
 * --------------------
 */
.sav {
	font-size: 12px;
	font-weight: bold;
	background-color: red;
	color: white;
	height: 27px;
	vertical-align: middle;
}
table.boutonSav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
}
table.boutonSav td {
	font-weight: bold;
	background-color: #003463 ;
	color: #FFFFFF;
	text-align : center ;
	vertical-align: middle;
}
A.boutonSav {
	background-color: #003463 ;
	width: 100%;
	text-align : center ;
	text-decoration: none ;
}

A.boutonSav:link { color: #FFFFFF }			/* unvisited link */
A.boutonSav:visited { color: #FFFFFF }		/* visited links */
A.boutonSav:active { color: #AAAAAA }		/* active links */
A.boutonSav:hover {  color: #AAAAAA  }		/* mouse over link */
.cmdCommand{
	FONT-WEIGHT: normal;  FONT-STYLE: normal; FONT-FAMILY: Arial;  FONT-SIZE: 11px; padding-left:7px;
}
A.cmdCommand:link{
	COLOR: #003463; TEXT-DECORATION: none ;padding-left:7px;
	}
A.cmdCommand:visited{
	COLOR: #003463; TEXT-DECORATION: none ;padding-left:7px;
	} 
A.cmdCommand:hover{COLOR: #ffffff; BACKGROUND-COLOR: #003463;padding-left:7px;
	} 
.titre1 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #003463; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify; TEXT-DECORATION: none
}

/*
 * Style de présentation de la zone de message
 * -------------------------------------------
 */
table.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #000000;
}
table.message tr.titre td {
	line-height: 30px;
	font-size: 12px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999966 ;
	border-top: 1px solid #999966 ;
}
table.message tr.titrecol td {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #999966 ;
}
table.message tr.message td {
	line-height: 14px;
	font-size: 11px;
	border: 1px solid #999966 ;
}
table.message tr.mention td {
	background-color: #FFFFFF;
	border: 0px;
	line-height: 14px;
	text-align: right;
}


