body  {
	background : #FFFFFF;
	color : rgb(62,107,174);
	font-size : xx-small;
	font-family : Verdana;
}

h1,h2,h3,h4,h5,h6  {
	color : rgb(62,107,174);
	font-family : Verdana;
}

A  {
	font-weight : bold;
	text-decoration : none;
}

A.cursor   {
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

A.cursor:link  {
	color : rgb(0,0,0);
	text-decoration : none;
}
A.cursor:visited  {
	color : rgb(0,0,0);
	text-decoration : none;
}
A.cursor:hover  {
	text-decoration : none;
	color : #000000;
	cursor: default;
}

A:link  {
	color : rgb(0,102,160);
	text-decoration : none;
}

A:visited  {
	color : rgb(0,102,160);
	text-decoration : none;
}

A:active  {
	color : rgb(0,102,160);
	text-decoration : none;
}

A:hover  {
	text-decoration : none;
	color : #0D8A09;
}

th  {
	color : #FDFBE8;
	background-color : rgb(62,107,174);
	font-size : xx-small;
	font-family : Verdana;
}

tr.jaune  {
	background-color : #FDFBE8;
	font-size : xx-small;
	font-family : Verdana;
}

tr.bleu  {
	background : #D1E3F5;
	font-size : xx-small;
	font-family : Verdana;
}

tr.blanc  {
	background : #FFFFFF;
	font-size : xx-small;
	font-family : Verdana;
}

tr.vert  {
	background : #B0E80B;
	font-size : xx-small;
	font-family : Verdana;
}

tr.vert-fonce{
	background : rgb(108,175,18);
	font-size : xx-small;
	font-family : Verdana;
}

b.vert{
	color : rgb(108,175,18);
	font-family : Verdana;
}

table.liste  {
	width : 100%;
	color: black;
}

th.droit  {
	background-image : url("images/droit-haut_bleu.jpg");
	width :44;
}

th.bas_droit  {
	background-image : url("images/droit-bas_bleu.jpg");
	width :44;
}


th.gauche  {
	background-image : url("images/gauche-haut_bleu.jpg");
	align:left;
	font-size : xx-small;
	font-family : Verdana;
}

th.bas_gauche  {
	background-image : url("images/gauche-bas_bleu.jpg");
}

td.vert {
	background-image : url("images/bar-vert.jpg");
	height: 34;
	width: 628;
	font-size : xx-small;
}

div.decale {
	margin-left: 50px;
}

div.table {
	margin-top: -30px;
}

div.ligne {
	width: 100%;
}

td.titre_vert {
	background-image : url("images/bar-vert.jpg");
	height: 34;
	width: 250;
	font-size : x-small;
	text-align : center;
}

td.text  {
	color : rgb(62,107,174);
	font-size : xx-small;
	font-family : Verdana;
	text-align : left;
}

td.textp  {
	color : rgb(62,107,174);
	font-size : xx-small;
	font-family : Verdana;
}
input {
	background: #FDFBE8;
	font-size : xx-small;
	color:#000000;
	font-family : Verdana;
}

input.styleon {
	font-size : x-small;
	font-weight : bold;
	width: 100%;
}

select {
	background:    #FDFBE8;
	font-size : xx-small;
	color:#000000;
	font-family : Verdana;
}

table.small {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-style : ridge;
	border-color : rgb(62,107,174);
	background-color : #D1E3F5;
}
input.bleu {
	font-size : xx-small;
	font-family : Verdana;
	border-style : none;
	background : #D1E3F5;
}
input.jaune {
	font-size : xx-small;
	font-family : Verdana;
	border-style : none;
	background : #FDFBE8;
}
input.vert {
	font-size : xx-small;
	font-family : Verdana;
	border-style : none;
	background-image : url("images/bar-vert.jpg");
	
}
TEXTAREA {
   	color : #000000;
	font-family : Verdana;
	text-decoration : none;
	text-align : left;
	text-transform : uppercase;
	background-color :  #FDFBE8;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-style : ridge;
	border-color : #000000;
	font-weight : normal;
	font-style : normal;
	font-size : xx-small;
	
}