/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: black;
 background-image: url("images/fond1.gif");
	    background-repeat: no-repeat;
 background-attachment: fixed;
        background-position: top;  
} 
 
#pagewidth{ 
 width:790px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:auto; 
 margin-bottom:auto;  
} 
 
#header{
 position:relative; 
 height:83px; 
  background-color:#FFECFO; 
 width:100%;
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
 height: 550px;
 filter:alpha(opacity=82);
;-moz-opacity:.82;opacity:.82; 
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:590px;
 height: 550px;
 filter:alpha(opacity=82);
;-moz-opacity:.82;opacity:.82; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


h1 {
font-family: verdana;
font-size: 10px;
text-transform:uppercase;
background-color: white;
border-top:1px solid #ff0000;
border-bottom:1px solid #ff0000;
padding:5px 5px;
margin:0px; 
text-align: center;
filter:alpha(opacity=82);
;-moz-opacity:.82;opacity:.82; }
 
a	

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

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active
{
	color : #000000;
	text-decoration: underline;
}