body{

	background-color:#E1E1C6;
}
body,table,tr,td{
	color:#111111;
	font-family:Verdana;
	font-size:10px;
	margin:0px;
	border:0px none;
	padding:0px;
}

a:link{
	color:#333333;
	font-size:10px;
}

a:active{
	color:#333333;
	font-size:10px;
}

a:visited{
	color:#333333;
	font-size:10px;
}

a:hover{
	color:#006699;
	font-size:10px;
}

input,textarea,select{
	font-family:Verdana;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	font-size:10px;
}
.checkbox{
	background-color:transparent;
	border-style:none;
}

.footer{
	border-top:1px solid #666666;
	background-color:#F1F2D2;
}
.header{
	border-bottom:1px solid #666666;
	background-color:#D5D6A6;
}
.backg{
	background-color:#F9F9E9;
}
.bloc1{
	background-color:#F1F2D2;
}
.bloc2{
	background-color:#E1E1C6;
}
.mask{
	position: absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	visibility: hidden;
	text-align:center;
	z-index:500;
	background-color:#EEEEEE;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}