*
{
	border:0px;
	padding:0px;
	margin:0px;
}

body
{
	behavior: url(../css/fixhover.htc);
	background:url(../images/fond.jpg);
	background-repeat: repeat;
}

input
{
	border:1px solid #CCBBBB;
	margin:1px;
}

textarea
{
	border:1px solid #CCCCCC;
	margin:1px;
}

select
{
	border:1px solid #CCCCCC;
	margin:1px;
}

fieldset
{
	border:1px solid #000000;	
}
	

.submit
{
	border:1px solid #B42121;	
	color:#000000;
	background:#ffffff;
}

.gtab
{
	border:1px solid #CCCCCC;
	border-collapse: collapse;	
}

.gtab td
{
	border:1px solid #CCCCCC;
}

.png
{
	behavior: url(../css/fixpng.htc); 	  
	-visibility:hidden;
}

#site
{
	width:1000px;	
	margin-left:auto;
	margin-right:auto;
}

#title
{
	z-index:1;
}

#header
{
	height:235px;
	width:100%;	
}

#banner
{
	position:absolute;	
	top:0;
	z-index:250;
}

#logo
{
	position:absolute;
	z-index:250;
	top:3px;
}

#hmenu
{
	z-index:254;
	position:relative;
	top:-110px;
	height:73px;
	background:url(../images/hmenu.png);
	background-repeat:no-repeat;
	padding-left:420px;
}

#hmenu a
{
	margin-top:25px;
}

#hmenu a
{
	float:left;	
	margin-right:20px;
	cursor:pointer;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#hmenu a:hover
{
	color:#ff0000;	
	text-decoration:none;
}

#vmenu
{
	width:218px;	
	background:url(../images/vmenu_repeat.png);
	background-repeat:repeat-y;
	vertical-align: top;
}

#vmenu div
{
	width:218px;
	height:67px;
	margin-top:5px;
	padding-top:27px;
	text-indent:35px;
	background:url(../images/vmenu_item.png);
	background-repeat:no-repeat;
}

#vmenu a
{
	cursor:pointer;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#vmenu a:hover
{
	color:#ff0000;	
	text-decoration:none;
}

#content_tab
{
	border:none;
	width:100%;
	border:none;
	border-collapse:collapse;
	position:relative;
	top:-73px;
}


#content
{
	background:url(../images/content.png);	
	background-repeat:no-repeat;
	vertical-align: top;
	padding-left:50px;
	/padding-left:70px;
	font-family: Verdana;	
	font-size:14;
	/height:700px;
}


#footer
{
	background-color:#B42121;
	height:35px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;	
	font-size:12px;
	margin:0px;
}

#vmenu_top
{
	border:none;
	background:url(../images/vmenu_top.png);
	background-repeat:no-repeat;
	width:218px;
	height:180px;
	max-height:180px;
}

hmenu>a
{
	z-index:255;
}