@charset "utf-8";
/* CSS Document */


 @font-face {
    font-family: 'menufont';
    src: url('font/font-webfont.eot');
    src: url('font/font-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/font-webfont.woff') format('woff'),
         url('font/font-webfont.ttf') format('truetype'),
         url('font/font-webfont.svg#socute_enregular') format('svg');

    font-weight: normal;
    font-style: normal;


}
 html{  scroll-behavior: smooth;}
html,body  {

	font-family: verdana , tahoma;
	font-size:12px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;	
 	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #5b5b5b;
	scrollbar-base-color : #ffffff;
	scrollbar-highlight-color: #5b5b5b;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #5b5b5b;
	font-weight:normal;
	text-decoration:none; 
	background-color:#ececec;
 }


#page_title
{
	color:#676767;
	font-family: verdana , tahoma;
	font-size:20px;
	text-align:left;
}



.zmenupage
{
	border:2px solid #7a7a7a;
	padding:0px;
	border-radius: 5px;
	cursor:pointer; 
}

.zmenupage:hover
{ 
	background-image:url(../../assets/images/subsel.png);
}

A:link , A:visited , A:active , A:hover{
 	font-weight:normal;
	text-decoration:none; 
	color: #393939;
 }
 
A:hover {color: #cc0000;	text-decoration:underline;}

input , select , textarea , .btdate , .txtbrowse{
	font-family: tahoma;
	font-size:12px;
	line-height:12px;
	width:200px;
	height:auto;
	border:1px solid #efefef;
	border-radius:3px;  
	background:  #ffffff;
	padding:5px;
}

input[type="button"]  ,  input[type="submit"]  {
	
	height:auto;  
	padding:6px;
	margin:0px;
	cursor: pointer;
	text-align:center;
	width:auto; 
}


input[type="button"]:hover   
{
 	color: #000000; 
	border-color:#0033cc;	 
}
 

td,table {
	font-family: verdana , tahoma;
	font-size:12px;
	margin:0px;
	padding:0px;	
	font-weight:normal;
	text-decoration:none; 
	color: #949494;
}


 


input:focus , select:focus , textarea:focus , .txtread:focus, .txtdate:focus , .btdate:focus , txtbrowse:focus , txtbrowseread:focus{
  	border-color:#0033cc;	
}

input[type="checkbox"] , input[type="radio"] {
	border:0px;	
	width:15px;	
	height:15px;  
	padding:0px;

    margin-right:5px; 
	cursor:pointer; 
	color: #cc00cc; 
   	background: none;  
}

input[type="radio"] {
	border-radius: 7px;
}

input[type="checkbox"] + label:hover , input[type="radio"] + label:hover{
   	background: none;  

}

 

.content-bg
{  
	border-radius:7px;  
	box-shadow: 0px 0px 5px #000000 ;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000 ;
	background-color:#fff;
}

.rem{color:#cc0000}
.zspmenu{cursor:pointer}

.zspmenu:hover{
	color:#0033cc;
	text-decoration:underline; 
}