BODY
{
    background-color: white;
    margin-top: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: #810000;
    text-align: left;
}
#cadre
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    border-top: #F9B25A 2px solid;
    border-left: #F9B25A 1px solid;
    border-right: #F9B25A 1px solid;
	border-bottom: #F9B25A 2px solid;
}
#contenu
{
    margin-right: auto;
    margin-left: auto;
    width: 890px;
    text-align: left;
}
/* Caractéristiques du menu */
#menu
{
    background-color: #F9B25A;
	width: 200px;
	margin-bottom: 0cm;
}
.menu1
{
	height: 25px;
}
.menu1  a
{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}	
.menu1  a:hover, .menu1  a:focus, .menu1  a:focus
{
	color: #820100;
}
.menu2
{
    background-color: #FFE888;
	height: 20px;
	border-top: white 1px solid;
}
.menu2  a
{
	color: #DD5325;
	text-decoration: none;
}
.menu2 a:hover, .menu2  a:focus, .menu2  a:focus
{
	color: #820100;
}
.menu3
{
    background-color: #B54D28;
	height: 22px;
	border-top: white 1px solid;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
/* Caractérisques du centre de la page */
#corps
{
	width: 650px;
	padding: 10px;
}
p.rouge
{
    COLOR: #D64A07;
    FONT-SIZE: 10pt
}
H1
{
    COLOR: #810000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 17px;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}
H2
{
    BORDER-TOP: #F9B25A solid 1px;
	padding-top: 10px;
    COLOR: #810000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM: uppercase
}
H5
{
    COLOR: #F9B25A;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    TEXT-TRANSFORM: uppercase
}
TABLE.code
{
	width: 600px;
	margin-left: auto;
    margin-right: auto;
	border-style: solid; 
	border-width: 1px; 
	border-color: #F9B25A;
	background-color: #FFF2BE;
	padding-top: 5px;


}


/*-------------------------------------------------------------------------------*/
/* Partie ADMIN V4 */
/*-------------------------------------------------------------------------------*/
#corps-admin h1 {
	color: #18698F; /* bleu logo */
	/*border-bottom: 2px solid #18698F;*/
}
#corps-admin h2 {
    color: #FF6633; /* orange */
}
#corps-admin h3 { /* h3 = h1 du site */
	font-size: 11pt;
	font-weight: bold;
    color: #FF6633; /* orange */
	margin: 0px; 
}
#corps-admin p , #corps-admin li , #corps-admin td {
	color: #36367e;; /* bleu admin */
}
#corps-admin p.rouge { color: #D64A07; }
#corps-admin p.vert { color: #006633; }

#corps-admin a:link, #corps-admin  a:visited, #corps-admin  a:active { color:#3399FF; text-decoration: none; font-size:8pt;}
#corps-admin a:hover { color:#3399FF; text-decoration: underline; font-size:8pt;}

#corps-admin td.alignright  { /* utilisé dans mem_profil */
	text-align: right; 
}
/* Définition des tableaux */
#corps-admin table.encadre {
    border: 1px solid #36367E; /* width style color */
	border-collapse: collapse;
	margin: auto; /* pour centrer la table */
	color: #36367E;
}
#corps-admin table.encadre2 { /* pour ne pas avoir de ligne à droite (compta-exercice) */
	border-collapse: collapse;
	margin: auto; /* pour centrer la table */
	color: #36367E;
}
#corps-admin  th.encadre {
    border: 1px solid #36367E; /* width style color */
    border-collapse: collapse;
    padding: 4px;
	background-color: #F1C395; /* saumon */
	text-align: center; 
	font-weight: bold;
}
#corps-admin td.encadre {
	background-color: #FFFFFF;
	border: 1px solid #36367E; /* bleu foncé */
    border-collapse: collapse;
    padding: 4px;
	vertical-align: top; 
}
#corps-admin td.encadregris {
	background-color: #EEEEEE;
	border: 1px solid #36367E; /* bleu foncé */
    border-collapse: collapse;
    padding: 4px;
	vertical-align: top; 
}
#corps-admin td.saisie {
    padding-right: 10px;
	text-align: right;	
	vertical-align: top; 
}

/* Zones de saisie */
input, select, textarea {
	background-color: #FFFFFF;
    border: 1px solid #36367e; /* width style color */
    color: #36367e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
input.case {
    border: 0px;
}
input.action {
	background-color: #ffa20f; /* orange */
	border: #A26E0A 2px outset; /* brun */
	color: #000000; /* noir */
}
input.submit {
	background-color: #006633; /* vert */
	border: #003F1F 2px outset; /* vert foncé */
	color: #ffffff; /* blanc */
	font-weight: bold;
}
input.init {
	background-color: #666666; /* gris */
	border: #383838 2px outset; /* gris foncé */
    color: #ffffff; /* blanc */
	font-weight: bold;
}
input.reset {
	border: 2px outset #d7b9c9
}
input.enregistrer {
	background-image: url(../Pictures/enregistrer.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 100px;
	height: 27px;
}
input.reinitialiser {
	background-image: url(../Pictures/reinitialiser.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 100px;
	height: 27px;
}
