body
{
        font-family: Verdana,Helvetica;
        font-size: 12px;
	background-image: url();
        background-repeat:  repeat-y;
}

a:hover
{
	color: #aa0000;
	text-decoration:none;
}

a
{
	color: black;
	font-family: Verdana, Helvetica;
}

table
{
	font-family: Verdana,Helvetica;
        font-size: 10px;
	border-width: 0px;
	padding: 0px;
}

div.entete
{
	position: relative;
        top: 2px;
	height: 90px;
        width: 770px;
        background-image: url(bandeau_2.jpg);
        background-repeat: no-repeat;
        background-position: left;
	border-color: #4e774e;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

div.bandeau, div.bandeau1, div.bandeau2
{
	background-image: url(bandeau_SB.jpg);
	border-color: red;
	border-style: solid;
	border-width: 1px;
	background-color: red;
	height: 19px;
	font-family: Verdana,Helvetica;
        font-size: 15px; 
	font-weight: bolder;
	width: 460px;
	padding-left: 10px;
	text-align: left;
}

div.fond, div.fond1, div.fond2
{
	border-color: red;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	background-color: #e7e7e7;
	font-family: Verdana,Helvetica;
        font-size: 15px;
	width: 460px;
	padding-left: 10px;
	text-align: left;
}

div.bandeau1
{
	width: 270px;
	
}

div.fond1
{
	border-style: solid;
	border-top-style: none;
	border-top-width: 1px;
	width: 270px;
	height:300px;
}

div.bandeau2, div.fond2
{
	width: 97%;
}

div.pied
{
	background-image: url();
        background-repeat: no-repeat;
	background-image: url(bandeau_SB.jpg);
	position: relative;
	border-color: red;
	border-style: solid;
	border-width: 1px;
	height: 16px;
	font-family: Verdana,Helvetica;
        font-size: 10px;
	width: 768px;
}

div.page
{
	font-family: Verdana,Helvetica;
        font-size: 11px;
	position: relative;
	background-color: #ffcfcf;
	top: 2px;
}

input.bouton
{
        background-color:#e7e7e7;
	color: black;
	font-family: Verdana,Helvetica;
        font-size: 11px;
}

input.bouton:hover
{ 
        background-color:#e7e7e7; 
        color: #aa0000;
} 

input.bouton:active
{ 

        border:2px inset #e7e7e7; 
        background-color:#e7e7e7; 
        color: black;
}

