.header
{
	color: #7D1719;
	font-family: century gothic;
	text-align: center;
	font-size:15px;
	height:49px;
    line-height:49px; 
	background-color:#ce2217;
	background-image:url('fondframe.png');
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:15px;
	margin-top:0px;
}



body 														
{
	margin: auto;					
	background-attachment: no-fixed;
	font-family:  arial,tahoma;
	font-size:12px;
	color: #000000;
}


a
{
	cursor:pointer;
	text-decoration:none;
	font-style:normal;
	color:#7D1719;
}

a:hover
{
    text-decoration:underline;
	
}


a img:hover{border:1px solid #000000; }
a img{border:1px solid #7D1719; text-decoration:none;  padding:3px; filter:alpha(opacity=80); -moz-opacity: .8; }



.h1						
{
	color: #FFFFFF;
	font-family:  arial;
	text-align: center;
	font-size:12px;
	-moz-border-radius:10px;
	font-weight:bold;
	margin-top:0px;
	background-image:url('fondh1.png');
}
