@CHARSET "ISO-8859-1";
body {	
	/*background-color: #000;*/
	background-color: #FFF;		
	font : 10px Verdana, Tahoma, Helvetica, sans-serif;
	/*color:#B0B0B0;*/
	color:#000;	
}

h1
{
	font-size: 16px;
}

h3
{	
	font-size: 13px;
}

#page
{
	
	float:left;
	width:1200px;
	text-align: left;
	
	
}

#header
{
	/*background-image: url(../images/fond2.png);*/
	/*background-image:url(../images/white-style/header.png);*/
	background-repeat: no-repeat;
	height:185px;
	width:100%;
}

#bar
{
	/*background-image: url(../images/violet.gif);*/
	background-image: url(../images/white-style/header-bar.png);
	background-repeat:no-repeat;
	height:70px;
	width:100%;	
	color:#000;
	padding-left: 60px;
	padding-top: 5px;
	/*
	opacity:0.5; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5;
	*/
}

#header_left
{
	float:left;
}

#formLogin
{
	float:left;
	margin-left: 80px;
}



input, textarea, select {
	background:#FFF;
	border:#bababa 1px solid;	
	color:#000;
	font:100% Verdana, Tahoma, Helvetica, sans-serif;
}



#middle
{
	width:100%;
	float:left;
	background-image:url(../images/white-style/bg-content.png);
	background-repeat: repeat-y;
	
	
}

#sidebar
{
	width:200px;
	float:left;
	/*margin-top:15px;*/
	margin-left:60px !important;
	margin-left:50px;	
	
}

.menu
{
	float:left;
	width:100%;
	/*margin-left:5px;*/
	margin-bottom:15px;
	/*background-color: #141414;*/
	/*border: solid 1px #666666;*/	
	/*color: #EF17AA;*/
	font-size: 12px;
}

.menu_title
{
	/*background-color:#666666;*/
	/*background-image: url(../images/white-style/menu-title.png);*/
	background-image: url('../images/white-style/title_news.png');
	height:20px;
	color: #FFF;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
}

.menu_content
{
	background-image: url(../images/white-style/sidebar-fond.png);
	background-repeat:repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border:solid 1px #bababa;
}

.menu_content a
{
	/*
	background-color: #222222;
	border:solid 1px #333333;
	*/
	display: block;
	color: #75A4C6;
	margin-top:3px;
	width: 90%;
	text-decoration: none;
	margin-left: 10px;
}

.menu_content a:hover
{
	
	/*background-color: #75A4C6;*/
	/*background-color:#EF17AA;*/
	border-right:solid 5px #EF17AA;
	/*color: #FFF;*/	
}
#content
{
	width:850px;
	float:left;
	margin-left: 15px;
	/*
	margin-top:15px;
	margin-right:10px;
	*/
	
}

#top_pub
{
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.contenair
{
	float:left;
	width: 100%;
}

#footer
{
	float:left;
	width: 100%;
	/*background-color: #141414;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding-top:5px;	
	*/
	text-align: center;
	background-image: url(../images/white-style/footer.png);
	height: 99px;
}

#footer-end
{
	float:left;
	width: 100%;
	text-align: center;
	background-image: url(../images/white-style/footer-end.png);
	height: 90px;
}

#footer-end a
{
	color: #777777;
	text-decoration: none;
}
