<style type="text/css">
<!-- 
a.lien1
{
color:#000000;
text-decoration:none;
}
a.lien1:hover
{
color:#990000;
text-decoration:underline;
} 


a.lien2
{
color:#FFFFFF;
text-decoration:none;
}
a.lien2:hover
{
color:#FFCC33;
text-decoration:underline;
}


a.lien4
{
color:#000000;
text-decoration:none;
font-weight:bold;
}
a.lien4:hover
{
color:#000000;
text-decoration:underline;
font-weight:bold;
}


a.lien5
{
color:#000000;
text-decoration:none;
font-weight:bold;
}
a.lien5:hover
{
color:#990000;
text-decoration:underline;
font-weight:bold; }

a.lien3
{
color:#000000;
text-decoration:none;
font-weight:bold;
}
a.lien3:hover
{
color:#FFCC33;
text-decoration:none;
font-weight:bold; }


.bloc1 { position: relative; 
	width: 250px; height: 100px; 
	overflow: hidden; 
	background-color: yellow; 
	border-style:dotted; border-width: thin;
	border-color:black;}
.bloc2 { 
	position: relative; 
	width: 520px; height: 140px; 
	overflow: auto; 
	background-color: #ffffff; 
	border-style:solid; border-width: 1px;
	border-color:black; }
.bloc3 { 
	position: relative; 
	width: 250px; height: 100px; 
	overflow: visible; 
	background-color: #CC9966; 
	border-top: dotted; border-bottom: dotted;
	padding-left: 30px; padding-right: 10px; 
	padding-top: 10px; padding-bottom: 10px; }
.bloc4 { 
	position: relative; 
	width: 560px; height: 360px; 
	overflow: auto; 
	background-image:  url(file:///C|/WINDOWS/Temporary%20Internet%20Files/Content.IE5/0240WAII/fond.jpg);
	background-attachment: fixed; 
	border-style:solid; border-width: medium;
	border-color:blue;
	padding: 15px;}

INPUT {font-size:10px;}
SELECT {font-size:10px;}
//-->
</style> 
