html {
	overflow-x: hidden;
	overflow-y: auto;
}
a:link       {
	color: #0F298F;
	text-decoration : none;
	font : Verdana;
	
}
a:visited    {
	color:#0F298F;
	text-decoration : none;
	font : Verdana;
	
}
a:active     {
	color:#0F298F;
	text-decoration : none;
	font : Verdana;
	
}

body         {
	color: black;
	//background-color: white;
	background-image: url(../images/sous_banniere.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;

	//margin-top : 0;
	//margin-bottom : 0
	//margin-right: 15px;
}

button       { background-color: rgb(204,204,102); color: black; border-color: 
               rgb(204,153,51) }

fieldset     {
	color: White;
	border-color: white;
}
legend       {
	color: #FF9900;
}
select       { 
	color: black; border-color: white }

caption      { color: rgb(204,102,0) }
th           {
	border-color: #FFFFFF;
	vertical-align : top;
	background-color : white;
	font-weight : bold;
	font-family : Verdana;
	font-size : x-small;
	color : blue;
}
td           {
	font-family : Verdana;
	border-color: white;
	vertical-align : top;
}
td.adresse {
	text-align : left;
}
body         {
	font : Verdana;
}
h1           {
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	color : #6A3535; //#0F298F;
	font : Times New Roman;
}
h2           {
	font : Verdana;
	font-weight: normal;
	font-style: normal;
	color : #0F298F;
	font-size: 18pt
}
h3           {
	font : Verdana;
	font-weight: normal;
	font-style: normal;
	color : #0F298F;
	font-size: 14pt;
	color : #CC6633;
}
h4           {
	font : Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color : rgb(102,0,0);
}
h5           {
	font : Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color : White;
	background-color : Red;
}
h6           {
	font : Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	background : Lime;
	color : Black;
}
button       {
	font-size: 8pt;
	font : Verdana;
	font-style: bold;
	border-style: solid;
	border-width: 1pt
}
textarea     {
	font-size: 10pt;
	font : Verdana;
	font-style: normal;
	border-style: solid;
	border-width: 1pt;
	background : White;
}
legend       {
	font-size: 12pt;
	font : Verdana;
	font-style: Normal
}
select       {
	font-size: 10pt;
	font : Verdana;
	font-style: normal;
	border-style: solid;
	border-width: 1pt;
	background : White;
}
caption      {
	font-size: 14pt;
	font : Verdana;
	font-style: Normal
}
th           {
	font : Verdana;
	font-style: normal
}
marquee      {
	font-size: 14pt;
	font : Verdana;
}

/*style pour les texte dans le menu gauche*/


.tableau_saisie {
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Maroon;
	background-color : #FFEFD5;
	border : Maroon;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 2px;
	padding-right : 2px;
}

.diapo {
	background-color : #F2F2F2;
	width : 110;
	vertical-align : middle;
	height : 110;
	text-align : center;
	border-color : Blue;
}

