@charset "iso-8859-2";
/* CSS Document */
     
	A {
	font-weight:bold;
	color:#393A57;
	text-decoration:none;
	}
	A:hover {
	text-decoration:none;
	color:#7074da;
	}
	H1 {
	font-size:22px;
	font-weight:bold;
	color: #835c5c;
	}
	H2 {
	font-size:16px;
	font-weight:bold;
	color:#835c5c;
	text-decoration:underline;}
	H3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;}	
    body  {
    	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    	background: #EBEBEB;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }

	#main {
	margin-top:10px;
	width:1000px;
	height:600px;
	background:url(../img/fond3.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #663300;
	}
	#footer {
	width:1000px;
	font-size:10px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	border:1px solid #663300;
	background:#b7aca4;
	}
	#footer a{
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	}
	#footer a:hover{
	color:#990000;
	}
	#subfoot {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	text-align:right;
	}
	#content {
	width:704px;
	height: 437px;
	padding: 3px;
	padding-top: 45px;
	padding-left:15px;
	border: 1px solid black;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:left;	
	}
	#header {
	height:96px;
	width:1000px;
	padding:0;
	text-align:right;
	}
	.submit {
	background:#FEF7E9;
	border:#663300 solid 1px;
	color: #663300;
	width:auto;
	}
	.error {
  font-weight:bold;
  color:#884400
  }



	p:first-letter {font-size:18px; color: #835c5c;}

	
	
	
	
	
	
